Releases: SDIDSA/jwin
Releases · SDIDSA/jwin
1.3.0
Surprisingly, this release was built using this tool
what's new
- better localization, RTL ui direction for arabic
- improved error handling and automatic parameter detection
- modified process name and icon in task manager
- automatic download of gradle installation and the compatible jdk to run it
- files in project root can be included with the installation using a new option in the menu
- switching between simplified and advanced ui will not reload the project
- auto enable console if System.out or System.in is used in the code
- updated .gitignore to ignore more unneeded build and ide files
v1.2.2
Surprisingly, this release was built using this tool
what's new
- almost done localizing both UI layouts.
- handled more corner cases and exceptions.
- added gradle support (not thoroughly tested).
- bug fixes and improvements.
this release is compatible with .jwp files created in v1.0.2 and up
v1.2.1
Surprisingly, this release was built using this tool
what's new
- implemented most of the old functionality in the new ui layout.
- most of the options are now optional an will be set automatically.
- new console options (stop running process, auto scroll, word wrap... etc)
- bug fixes and improvements.
this release is compatible with .jwp files created in v1.0.2 and up
v1.2.0
Surprisingly, this release was built using this tool
what's new
- new simplified layout (the old layout wasn't removed, it can be switched back from the settings menu)
- more error checks and handling
- custom console input/output ui when running console based projects
this release is compatible with .jwp files created in v1.0.2 and up
v1.1.0
Surprisingly, this release was built using this tool
what's new
- added admin checkbox for apps that require admin privileges
- added runascurrentuser flag in the iss to allow the installer to run the apps after the installation
- accent color change and general bug fixes.
this release is compatible with .jwp files created in v1.0.2 and v1.0.3
v1.0.3
Surprisingly, this release was built using this tool
what's new
- new and a bit more convenient interface without any changes in the workflow.
- lots of bug fixes and global improvements of Error reporting during the "run" and "build" phases.
this release is compatible with .jwp files created in v1.0.2
v1.0.2
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
v1.0.1
Surprisingly, this release was built using this tool
what's new
- added the option to add jars manually or resolve them using pom.xml
- added the option to keep the console (it was invisible by default in the previous version)
- added the GUID field and an option to generate it (fixes a bug in the previous version where installers for different apps would install to the same folder)
- added the option to save / load projects (using a simple json based format)