Skip to content

1.9.2 Change date/time selection; OS stability fixes

Latest
Compare
Choose a tag to compare
@marius-m marius-m released this 11 Apr 06:08
· 83 commits to master since this release
  • New OS systems introduced new challenges for the app to work properly, needed to repackage with newest JRE + JFX modules (MacOS had problems, also M1)
    • New OS also introduced in breaking JFX UI components and misbehaving, had to replace them entirely. So now we have new time and date selection
    • Still same problem remains for code sign on MacOS, so you'll have to run sudo xattr -rd com.apple.quarantine /Applications/WT4-basic.app for the app to launch.
  • Initializing package system with auto-update (still not enabled yet, in new version maybe)
    • Hopefully this fixes code signing and launch problems as well 🤞
  • Logging changed from Log4j to logback
    • Changed due to having more experience, more logs are piped therough (now it should even pipe System.out)
    • Also Log4j having infamous bug, however it should not cause too many problems, as it is a local app and does not expose anything outside (unlike web)