diff --git a/dev/releases/3.0.yml b/dev/releases/3.0.yml index 6ac393d..b503228 100644 --- a/dev/releases/3.0.yml +++ b/dev/releases/3.0.yml @@ -33,9 +33,3 @@ minor_release_name: "Yeonhee" notes: - "[Feature] Added notification system for web interface" - "[Bugfix] Fixed crash when encountering error in Lastfm import" -3.0.6: - notes: - - "[Bugfix] Better parsing of featuring artists" - - "[Bugfix] Fixed buffered output in Docker" - - "[Bugfix] Fixed importing a Spotify file without path" - - "[Bugfix] No longer releasing database lock during scrobble creation" diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml new file mode 100644 index 0000000..8ea1032 --- /dev/null +++ b/dev/releases/3.1.yml @@ -0,0 +1,13 @@ +minor_release_name: "Soyeon" +3.1.0: + notes: + - "[Architecture] Cleaned up legacy process control" + - "[Architecture] Added proper exception framework to native API" + - "[Feature] Implemented track title and artist name editing from web interface" + - "[Feature] Implemented track and artist merging from web interface" + - "[Feature] Implemented scrobble reparsing from web interface" + - "[Performance] Implemented search in database" + - "[Bugfix] Better parsing of featuring artists" + - "[Bugfix] Fixed buffered output in Docker" + - "[Bugfix] Fixed importing a Spotify file without path" + - "[Bugfix] No longer releasing database lock during scrobble creation" diff --git a/dev/releases/branch.yml b/dev/releases/branch.yml deleted file mode 100644 index d4f6fb3..0000000 --- a/dev/releases/branch.yml +++ /dev/null @@ -1,5 +0,0 @@ -- "[Architecture] Cleaned up legacy process control" -- "[Architecture] Added proper exception framework to native API" -- "[Feature] Implemented track title and artist name editing from web interface" -- "[Feature] Implemented track and artist merging from web interface" -- "[Feature] Implemented scrobble reparsing from web interface"