Releases: PKBeam/Edda
v1.2.7 Beta 2
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
v1.2.7 Beta 1
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
- Edda user documentation has been brought up-to-date with version 1.2.6, by @Brollyy in #135
v1.2.6
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
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
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
v1.2.2
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
! 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
v1.2.1
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