Skip to content

Releases: PKBeam/Edda

v1.2.7 Beta 2

30 Dec 09:34
Compare
Choose a tag to compare
v1.2.7 Beta 2 Pre-release
Pre-release

Disclaimer

This release is still in beta due to several bugs discovered and fixed in Beta 1.

Again, if you notice something not working correctly anymore in 1.2.7, please report it to @Brollyy either on Discord or by opening a new issue in GitHub.

Bugfixes

  • Several issues and crashes fixed for the new clipboard support by @Brollyy in #133
  • Edda crashes when it cannot find the drum samples by @Brollyy in #140
  • Improve handling of missing _version in beatmap files by @Brollyy in #143

v1.2.7 Beta 1

07 Nov 22:40
Compare
Choose a tag to compare
v1.2.7 Beta 1 Pre-release
Pre-release

Disclaimer

This release has been put in Beta due to major changes done internally to implement the new features.
While the new copy/paste has been mostly tested by now, version 1.2.7 as a whole is not confirmed to be fully stable yet, so basic features like copy/paste, placing or moving notes on the grid, or selecting/deselecting notes might now work as expected.

If you still want to test the new features in v1.2.7 and notice something not working correctly anymore, please report it to @Brollyy either on Discord or by opening a new issue in GitHub.

New features

  • Added a new setting to specify a default Grid Spacing for new maps, by @Brollyy in #134
  • Added a new setting to specify default Mapper Name for new maps, by @Brollyy in #138
  • Song Name and Artist Name will now be automatically filled for new maps with metadata from the song OGG file, by @Brollyy in #138
  • (experimental) Implemented native clipboard support for copying and pasting notes, using open source RagnaRuneString library to enable clipboard support outside Edda as well, by @Brollyy in #139
  • (experimental) Implemented three different options for pasting notes into Edda, allowing mappers to select how they want the notes to be pasted, depending on source/target BPM, by @Brollyy in #139

For more information on the new copy/paste features, please see the full description with examples.

Bugfixes

  • Improved performance of a few actions that had a noticeable lag (e.g. Ctrl+Z after deleting a lot of notes at once), by @Brollyy in #139
  • Fixed an issue where sometimes pasted notes would display with incorrect symbols, by @Brollyy in #139

Other Notes

v1.2.6

01 Sep 10:41
Compare
Choose a tag to compare

New features

  • Due to many reports of instability in the new Difficulty Predictor, you can now choose between the old ML model created by @PKBeam (default), the new ML model created by @Nytilde (marked as beta for now), or a new algorithm based on distances between runes suggested by Melchior. by @Brollyy, @Nytilde, Melchior in #129
  • Added an option to display the Difficulty Prediction for current map next to Map Stats, in real-time. by @Brollyy in #124

Bugfixes

  • Fixed incorrect symbols for 1/6th and 5/6th runes. by @Brollyy in #122
  • Song stats don't refresh after deleting difficulty by @Brollyy in #123
  • Error while importing SM map into Edda by @Brollyy in #117
  • Export Map included too many files by @Brollyy in #127
  • Improved spectrogram bar width handling when the window is resized by @Brollyy in #128

Full Changelog: v1.2.5...v1.2.6

v1.2.5

16 Apr 07:05
b4b298f
Compare
Choose a tag to compare

New features

  • Implemented a new, more accurate Difficulty Predictor model trained on OST and RAID songs. by @Nytilde, @Brollyy in #110

Bugfixes

  • Fixed the issue with incorrect format after trimming the cover image. by @Brollyy in #107
  • Fixed an issue where maps saved by in-game editor couldn't be re-opened in Edda. by @Brollyy in #108
  • Error while importing SM map into Edda by @Brollyy in #115
  • Cannot import SM map that's using MP3 audio file. by @Brollyy in #115
  • _lineLayer is not a required value for official maps by @Brollyy in #114

v1.2.4

24 Feb 12:52
ebc3803
Compare
Choose a tag to compare

New features

  • Include info about Triple and Quadruple notes on a line by @Brollyy in #97
  • Implement scroll wheel hold by @Brollyy in #103

Bugfixes

  • Fixed a crash if the selected audio device is not plugged in by @Brollyy in #95
  • Fixed a crash when trying to select a file cover.jpg for the map cover by @Brollyy in #96

Other

Note: Edda is now using .NET 8.0. You need to download the .NET 8.0 Runtime if you plan on using the NoRuntime executable.
Edda is now released under a GPL-3.0 license

v1.2.3

25 Sep 10:16
082979e
Compare
Choose a tag to compare

Bugfixes

  • Hotfix for the bug causing application crashes when changing output device that was introduced with the new preview player feature.

v1.2.2

22 Sep 13:36
0701da2
Compare
Choose a tag to compare

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

v1.2.1

18 Jul 04:54
4ea6b09
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a regression with difficulty buttons not being accessible after playing and pausing a song.
  • Fixed an issue that blocked users from replacing existing cover image on maps after the recent changes to the cover filename convention.
    #50
  • Refactored Helper.FFmpeg to avoid running into issues when accessing or deleting the temporary file.
    #48
  • Fixed issues with memory leaks and map files being overwritten after map was closed already.
    #46 #16

v1.2.0

19 Jun 03:56
Compare
Choose a tag to compare

New features:

  • Added new environments: Empty and Sabaton.
  • Everything added in v1.2.0b1 and v1.2.0b2.
    • Highlights:
      • A machine learning-powered difficulty predictor
      • A new audio spectrogram display
      • Many QoL changes

v1.2.0 Beta 2

06 Apr 11:42
Compare
Choose a tag to compare
v1.2.0 Beta 2 Pre-release
Pre-release

New features:

  • proper tracking for unsaved map changes (@Brollyy)
  • allow changing audio output device (@Brollyy)
  • standardise cover image filenames (@Brollyy)
  • some UI/UX improvements when editing beat division (@Brollyy)
  • quantisation of notes (@Nytilde)
  • spectrogram UI/UX improvements (@Brollyy)