Skip to content

v1.4.0

Compare
Choose a tag to compare
@Yasu3D Yasu3D released this 11 May 18:17
· 295 commits to master since this release
163b901

Fixing problems I created :')

More bugfixes, Autosave, and a new tool to fix rounding errors.

Bug fixes

  • Fix rounding errors once and for all. I hope. Please.
  • Fix minimum note size not being updated when starting a hold.
  • Fix hold notes being ended when only switching bonus type.

Tweaks

  • Libraries should be properly bundled on macOS and Linux now.

New Features

  • Added Auto-Save
    • Will prompt you if you'd like to open an Auto-Save on program startup.
    • Currently hard-coded to save once per minute.
  • Added a way to quantize notes that are off-time by 1 tick because of rounding errors.
    • Option can be found under Tools > Fix Off-By-One Errors
    • (This function essentially just quantizes every note except hold segments to 1/192)