Releases: kairoh/studio
Releases · kairoh/studio
1.0.2
Major changes
- Increase pack upload limit from 10Mo to 1Go
- Windows start script : allow space in path
- Change github repository embedded in code (for issue, auto-update and announcement)
Minor changes
- Use Slf4j (Quarkus Log or Logback) instead of Log4j2
- Update dependencies (java, js and github actions)
Full Changelog: 1.0.1...1.0.2
1.0.1
Major changes
- Fix active USB polling
- Fix Windows start script
- Fix logging to file
- Better native compatibility (downgrade runner to Ubuntu 20 and MacOS 12)
Full Changelog: 1.0.0...1.0.1
1.0.0
Major changes
- Full rewrite based on Quarkus Framework
- Add native edition (=native executables for 64bits Linux, Windows and MacOS)
- Use current directory by default (=portable), thanks to @steph29
- Add USB support for MacOS M1 (usb4java for aarch64) : #11
- Fix MacOS Ventura FS support (fix #12 )
- Update DB (official.json) every 2 weeks
- Optimize multithreading support
- Greatly improve code coverage (from 10% to 52%)
Minor changes
- Add devops with Github actions
- Use Lombok beans
- Replace Vorbis-java.jar by JVorbis.jar (pure java lib)
- Replace Gson by Jackson
- Merge project metadata into web-ui
- Each story have an UUID (use 1st node UUID if missing)
0.4.2
0.4.1
Changelog :
- 2 bugs fix : #1 (Windows) and #2 (MacOS)
- More configuration with environment variables or system properties (see README.md#configuration and README_fr.md#configuration )
- Some minor optimizations
0.4.0 - Performance optimizations
Improvements and optimizations:
- sonar analysis (~200 fixed violations!)
- add (few) unit tests
- maven optimizations and updated dependencies
- file performance with NIO
- log4j2 (without log4shell) everywhere