What's Changed
This is mostly a quality update of opsu!.
Important
If you need to build the game from source code,
now you need to run the goal compile first to compile the game,
then execute the plugin exec:exec@run to launch the game.
UI
- Use FlatLaf as Swing GUI theme
Code Quality
- Use new URI methods for download handling instead of deprecated
java.net.URL - Use separate goal for compiling and running the game (might be breaking)
Dependency
- Use one native package for all platforms (from issue #178)
- A bunch of other dependency updates by @dependabot
CI
- Group dependency update PRs for dependabot
- Rewrite CodeQL triggering rules
Full Changelog: v1.4.0...v1.4.1