Skip to content

Releases: Erik-White/Mosey

Release version 2.0.1

26 Mar 21:23
2f5acfc
Compare
Choose a tag to compare
Self-extracting installer (#39)

* Update workflow to create a self-extracting exe

* Update readme

Release version 2.0.0

25 Mar 15:39
Compare
Choose a tag to compare
  • Updated projects to .NET6
  • Encapsulate scanning functionality to be more maintainable

Release version 1.3.0

22 Jun 17:14
7232ecf
Compare
Choose a tag to compare

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

28 May 11:57
Compare
Choose a tag to compare

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

21 May 11:12
Compare
Choose a tag to compare
  • 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

06 May 19:48
Compare
Choose a tag to compare
  • 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

05 May 14:11
Compare
Choose a tag to compare

Initial release