Skip to content

Releases: kairoh/studio

1.0.2

21 Jan 18:02
58c06cf
Compare
Choose a tag to compare

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

08 Jan 13:50
ac0b110
Compare
Choose a tag to compare

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

02 Jan 17:15
832f5d0
Compare
Choose a tag to compare

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

25 Apr 19:47
86af1e0
Compare
Choose a tag to compare

Changelog :

  • 3 bugs fix : #5 and #6 (Stream of unsupported format), #7 (USB detection)
  • Update dependencies : Gson and eventbus-bridge-client.js
  • Optimize web client (with java 11)
  • Some code simplification

0.4.1

04 Apr 18:45
eb90a88
Compare
Choose a tag to compare

Changelog :

0.4.0 - Performance optimizations

04 Mar 20:44
36b8885
Compare
Choose a tag to compare

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