Releases: optyfr/JRomManager
Releases · optyfr/JRomManager
v2.5.0-beta.7
This is a beta release
- web ui was broken
- add backup path setting per profile and globally
v2.5.0-beta.6
This is a beta release
- fix reversed condition when sample dir is user for scan
- be more verbose about errors in standalone mode
v2.5.0 beta 5
This beta release include a major refactoring regarding sonarqube code quality recommandations, some bugs may be fixed, some other might have been created...
There is still some work to do before 2.5.0 final release :
- fix webclient regarding sonarqube recommandation
- create junit auto tests for code coverage
For the unit tests, I would like to use some roms/chd to test, but most of these are not free to use... so if you have any suggestion or sources for legal test roms and chds, I'm more than interested!
v2.5.0-beta.4
This is a beta release
- msi was build with wrong architecture
- try to build macos package
v2.5.0-beta.3
This is a beta release
- updated service wrapper to 3.5.45 (include aarch64)
- various bug fixes
- First fully automated release using GitHub's actions
v2.5.0 beta 2
This is a beta release
- More informative about what's invalid in a datfile when it can't be loaded
- various bug fixes
v2.5.0 beta 1
This is a beta release
- Java 11 is now a minimal source/target requirement
- Dropped obsolete/unmaintained NanoHTTPd, and using now only Jetty (as a result websocket was removed)
- Modularized code and dependencies to bundle inside a designated java runtime that target some specific platforms (currently JRE11 + Windows for x86_64 / Linux for x86_64)
- Rebranded MSI installer for windows (using jpackage from Java 14+)
- Fix : No more locks in standalone gui (specifically encountered with Linux)
- Entirely reworked progress bar
- Web UI should be more responsive while scanning/fixing
- New process handling with adaptive mode