Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@itdelatrisu itdelatrisu released this 22 Feb 04:03
· 728 commits to master since this release

This version features major improvements in audio processing and UI, as well as many scattered fixes. There were more pull requests and bug reports than ever, so thanks to everyone who helped make this happen!

Updates:

  • MP3s are now streamed instead of converted to WAV. (#15)
  • Added new menus: game mods (F1), beatmap options (F3), beatmap deletion, song reloading (F5), score management.
  • Implemented "weighted" spinners, and added RPM meter. (#17)
  • Improved sound effect loading, and support loading MP3 effects. (#22)
  • Image loader fixes.
  • XDG base directory support for Unix-like operating systems (must be enabled in pom.xml). (#16)
  • The beatmap downloader now shows which maps are already loaded, and also shows download speed/ETA.
  • Added hit error bar. (#20)
  • Added more MenuButton effects.

Appearance changes:

  • Song menu:
    • modified search bar
    • new selection-* images
    • better overall positioning
    • darker colors
    • transparent footer
    • more compact song button space
  • Gameplay:
    • fixed scorebar positioning
    • fade in/out many elements (approach circles, sliders, hit lighting)
    • fixed size score width
    • rotate slider ball and spinner
    • animated score % display
  • Maintain aspect ratios when scaling beatmap background images.
  • Added checks for transparent pixels when clicking/hovering on main menu elements.