Skip to content

Latest commit

 

History

History
51 lines (51 loc) · 1.63 KB

File metadata and controls

51 lines (51 loc) · 1.63 KB

Release notes

1.0.1

  • Added a file lock to prevent multiple instances of the app from running at the same time.

1.0.2

  • Added a conditional preloader

1.0.3

  • Improved the info window and added a custom Hyperlink class to set urls

1.0.4

  • Small optimizations

1.0.5

  • Small optimizations

1.0.6

  • Small optimizations

1.0.7

  • Small optimizations
  • Improved docs and code comments
  • Added App_data folder to show examples of app data

1.0.8

  • Improved docs and code comments

1.0.9

  • Improved the app's resource loader

2.0.0

  • Convert to Java modules and add a module-info.java file
  • Upgraded to Java 22
  • Upgraded all dependencies
  • Switched to Apache Commons IO for better file handling

2.0.1

  • Improved docs and automated the release process

2.0.2

  • Upgraded to Java and JavaFX 23. Improved instance locking.

2.0.3

  • Enabled signing of commits and version releases with GPG

2.0.4

  • Added UUID and EULA to the Windows installer

2.0.7

  • Upgraded to Java 24 and JavaFX 24
  • Improved build system with centralized version management
  • Enhanced Windows installer with automatic data preservation during upgrades
  • Streamlined installation experience with fewer user prompts
  • Added multilingual support (English and Dutch) in the installer
  • Windows installer now properly enforces 64-bit architecture requirements
  • Optimized application runtime with custom Java runtime image
  • Improved single instance application locking mechanism

2.0.8

  • Add versioning and copyright information to the Inno Setup script.

2.0.12

  • Improved Windows build script

2.0.13

  • Small improvements

2.0.14

  • Java 25 and JavaFX 25 upgrade