Skip to content

Releases: Raymonf/BAKKA-Editor-Avalonia

v2.18.3

19 Nov 19:48
0970816
Compare
Choose a tag to compare

A major release, filled with bugfixes, performance improvements, and other goodies.

What's Changed

Since v2.18.2 (the broken release)

  • Rendering Rewrite 2: Electric Boogaloo by @Yasu3D in #35 (#29)
    • Featuring (more?) accurate hi-speed changes and significant performance improvements, especially to mask rendering
  • Offer to fix invalid position notes automatically, fixing problems from using the early hold bake algorithm (594b166)
  • Fix gimmicks not showing the correct label in the "Selected Note Type" box (866b444)
  • Set size numeric box maximum to 60 (0970816)
  • Don't autosave while inserting holds (1568727)
  • Prompt for missing hold ends and fix loading charts with missing hold ends (b464f01)
  • Move to .NET 8 (#36)

Since v2.18.1 (last stable release)

  • Arrows in slide notes by @Yasu3D in #22
  • Rendering overhaul by @Yasu3D in #23
  • Calculate cursor position based on the circle center point by @CardBreaker in #24
  • Hold baking + hold segment insertion by @Yasu3D in #26 and #27
  • Allow custom refresh rate instead of a fixed 50hz by @Yasu3D in #28
  • Fix pos > 60 issue with hold baking by @Yasu3D in #30
  • Flush out the settings panel a bit more with temporary UI/UX

Full Changelog: v2.18.1...v2.18.3

v2.18.2-rc2

05 Nov 21:54
d2257db
Compare
Choose a tag to compare
v2.18.2-rc2 Pre-release
Pre-release

v2.18.2 was reverted to rc2. This release has been abandoned due to major bugs found in certain cases relating to hold and mask rendering.

What's Changed

  • Arrows in slide notes by @Yasu3D in #22
  • Rendering overhaul by @Yasu3D in #23
  • Calculate cursor position based on the circle center point by @CardBreaker in #24
  • Hold baking + hold segment insertion by @Yasu3D in #26 and #27
  • Allow custom refresh rate instead of a fixed 50hz by @Yasu3D in #28
  • Fix pos > 60 issue with hold baking by @Yasu3D in #30

Full Changelog: v2.18.1...v2.18.2

v2.18.2-rc1

04 Nov 20:11
e64748b
Compare
Choose a tag to compare
v2.18.2-rc1 Pre-release
Pre-release

First release candidate. If no serious bugs are found, this will be promoted to v2.18.2.

What's Changed

  • Arrows in slide notes by @Yasu3D in #22
  • Rendering overhaul by @Yasu3D in #23
  • Calculate cursor position based on the circle center point by @CardBreaker in #24
  • Hold baking + hold segment insertion by @Yasu3D in #26 and #27
  • Allow custom refresh rate instead of a fixed 50hz by @Yasu3D in #28

Full Changelog: v2.18.1...v2.18.2-rc1

v2.18.1

28 Oct 19:23
711123a
Compare
Choose a tag to compare

First tagged release from main branch.

Includes active note tracking (#17) and note mirroring (#16).