Skip to content

v1.2.2

Compare
Choose a tag to compare
@Brollyy Brollyy released this 22 Sep 13:36
· 81 commits to master since this release
0701da2

New features

  • Selecting all the notes in a bookmark/timing change by @Brollyy in #59
    • Ctrl + Left click on the bookmark/timing change to select the notes within it
    • Ctrl + Shift + Left click on the bookmark/timing change to toggle selection of the notes within it
  • Implemented some live map stats tracking. by @Brollyy in #73
  • Force cover image to be a square by @Brollyy in #81
  • Preview play button by @Brollyy in #83
  • Playback rate improvement by @Brollyy in #84
    • Tempo can be increased to x2 speed now
    • Double Left click on the tempo slider will reset it to x1 speed
  • Improved Discord integration to update the description in real-time.

Bugfixes

  • Spectrogram image is not actually aligned by @Brollyy in #86
! if you've been using spectrogram in Edda v1.2.1 to adjust BPM, please check your maps after update
  • Edda shuts down when no audio devices are connected by @Brollyy in #64
  • Bug: Old versions do not exit, leaves a thread with no purpose by @Brollyy in #68
  • Bug: Song preview generation window has incorrect modality by @Brollyy in #69

Other

  • Introduced Common C# Coding Conventions by @Nytilde in #65
  • Added Github Action for checking code formatting on pull requests. by @Brollyy in #71