Releases: Erik-White/Mosey
Releases · Erik-White/Mosey
Release version 2.1.0
Changed
- Updates the project to .NET8
Fixed
- Updates dependencies to fix various security vulnerabilities
Release version 2.0.1
Self-extracting installer (#39) * Update workflow to create a self-extracting exe * Update readme
Release version 2.0.0
- Updated projects to .NET6
- Encapsulate scanning functionality to be more maintainable
Release version 1.3.0
Changed
- Updated the projects to .Net 5
- Split user interface to a separate project
- Improve code style and made use of newer language features
- Integrated tests project in main repo
Release version 1.2.1
Added
- Provides dialog confirmation before closing main window
- Provides dialog confirmation before scanning in case of low disk space
- Provides dialog confirmation before scanning in case of low interval time
- Added overlay with progress ring while application is in unstable state
Changed
- Improved logging output and detail
- Improve exception handling and control flow. Notify users and cancel scanning if an unhandled exception occurs
Fixed
- Fixes a bug introduced in v1.2.0 that caused a crash as soon as scanning was started
Release version 1.1.1
- Fixes and issue where images were saved with the TIFF file extension but were still encoded as BMP
- Reduces memory overhead
- Greatly reduces image file sizes by using lossless compression instead of storing uncompressed BMP images
Release version 1.1.0
- Adds support for dialogue messages
- Adds a confirmation dialog before cancelling an in-progress scan
- Improves behavior and stability of interval scanning
Release version 1.0.0
Initial release