Skip to content

12.1.4

Compare
Choose a tag to compare
@Valkryst Valkryst released this 26 Apr 18:06
· 175 commits to master since this release
  • Added the VIcon dependency.
  • Added a new convenience feature, which allows the user to drag-and-drop files onto the main screen. Dropping a file onto the main screen will automatically open the job creation screen and add the dropped files to the job being created.
  • Made minor code rewrites.
    • Removes some unnecessary code.
    • Updated some of the code to make use of Java 10's var keyword.
  • Updated Lombok to the latest 1.16.21 edge version.
    • Had to replace the Maven POM dependency with a JAR dependency, as the edge version hasn't yet been released on Maven Central.
  • Updated VMVC version.
    • This new version includes brand-new serialization functions, which support GZIP compression.
      • Schillsaver will make an effort to read files which have been saved using the older functions.
      • All new files will be saved and loaded using the new functions.