Skip to content

v1.0.2

Compare
Choose a tag to compare
@SDIDSA SDIDSA released this 19 Feb 20:46
· 43 commits to main since this release

Surprisingly, this release was built using this tool

what's new

  • added the option to associate a file type to be opened by your java app.
  • added the option to associate a custom URL protocol be opened by your java app.
  • resolved jars will not be stored with the project, they will be resolved when the project is loaded.
  • all the temp files will be deleted when you close the program (using shutdown hooks).

changes

  • included maven with the app (not sure if that's optimal but i noticed in most cases maven projects use a maven runtime provided by the IDE which isn't registered in the environment variables and can't be automatically detected)

fixes

  • resources found with a classpath entry that contains java classes will be copied to the res folder preserving the same folder hierarchy they were in