Releases: mrsilver76/sidebyside
Releases · mrsilver76/sidebyside
1.2.0
- Added a time-based check to avoid pairing photos taken within one minute of each other. This reduces the chances of visually similar photos being placed together, while still allowing photos from the same event to pair.
- Improved the output and grammar of content displayed during processing.
- Fixed an issue where the resulting images did not have the "Last Modified" date set correctly.
1.1.0
- Added image comparison to prevent identical photos from being paired together.
- Fixed issue where photos rotated via EXIF data were incorrectly detected as landscape.
- Improved usage output: commands are now grouped by category and wrap correctly across terminal widths.
- Logger now includes OS information to help with troubleshooting across platforms.
- Added GitHub version checking with new
-nc(--no-check) option to disable it. - New header displays all key configuration information.
- Improved logger performance by keeping files open instead of repeatedly opening/closing.
- Split utility functions into static classes for clearer structure.
- Resolved all .NET code analysis warnings to standardize style and tidy the codebase.
- Updated publish Powershell script.
1.0.0
- 🏁 Declared as the first stable release.
- Added
--mirroroption. - Added
--filelistoption. - A destination folder will now be created if one doesn't previously exist.
- Cleaned up
--helpoutput. - Logger now includes OS information to help with troubleshooting across platforms.
- Cleaned up various pieces of code (analyzer suggestions regarding naming, simplifications, and style)
0.9.0
- Initial version.