Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

v3.18.2

Compare
Choose a tag to compare
@chrislo27 chrislo27 released this 07 Jun 20:55
· 661 commits to dev since this release

Version 3.18.2

If you like this open-source project, why not give it a Star (top right corner)?

Changes

  • Using --verify-registry will now tell you that star-substituted deprecated IDs are a warning
  • Improved how the tooltip is positioned in the editor
  • Rewrote/improved a lot of UI components, like checkboxes
    • You may see minor visual changes but no functionality has changed
  • You can no longer play a remix without it having tempo changes
    • The "No tempo defined" message hasn't been effective enough. It doesn't make sense for a remix to be played without a tempo, anyway
    • The tempo change tool icon will glow if no tempo changes have been placed

Bugfixes

  • Fixed "the infinite tempo" bug (quick halving/doubling tempo not respecting BPM limits (#291))
  • Fixed regression introduced in v3.17.0 where you could not drag a selection that was invalid (now only stretching it while invalid is not permitted)
  • Fixed potential memory leaks with localization listeners
  • Fixed a potential problem with unclean shutdowns related to AsyncHttpClient
  • Fixed being able to have focus on multiple text fields at once (especially in upload screen)