Sfoglia il codice sorgente

chore: Update v3.4.0 changelog

Owen Diffey 3 anni fa
parent
commit
6f915496f6
1 ha cambiato i file con 21 aggiunte e 8 eliminazioni
  1. 21 8
      CHANGELOG.md

+ 21 - 8
CHANGELOG.md

@@ -1,6 +1,11 @@
 # Changelog
 
-## [v3.4.0] - Unreleased
+## [v3.4.0] - 2022-03-05
+
+### **Breaking Changes**
+This release includes a MongoDB update with breaking changes. Before upgrading please backup your database and reset it, and after upgrading restore it. Documentation on how to do this can be found in [.wiki/Utility_Script.md](.wiki/Utility_Script.md).
+
+Please run the Update All Songs job after upgrading to ensure playlist and station song data accuracy.
 
 ### Added
 - feat: Scroll to next song item in Edit Songs queue
@@ -13,12 +18,16 @@
 - chore: Added CodeQL analysis GitHub action
 - feat: Ability to select track position in Edit Song player
 - feat: Ability to select playback rate in Edit Song player
-- refactor: Import playlist from admin/songs Request Song
 - feat: Login with username or email
 - chore: Added CHANGELOG.md
 - feat: Added view profile button to admin/users table
 - feat: Ability to delete reports
 - feat: Added resolved attribute to reports Advanced Table
+- feat: Option to edit songs after import in Import Playlist
+- feat: Configurable MongoDB and Redis Docker container data directories
+- feat: Ability to toggle report resolution status
+- feat: Ability to show news items to new users on first visit
+- feat: Added warning label to thumbnails in Edit Song if not square
 
 ### Changed
 - refactor: Replaced night mode toggle slider in Main Header with day/night icons
@@ -33,6 +42,13 @@
 - refactor: Move Edit Song verify toggle button to in-form toggle switch
 - refactor: Volume slider styling improvements
 - refactor: Replaced admin secondary nav with sidebar
+- refactor: Moved Request Song import youtube playlist to Import Playlist modal
+- refactor: Select input styling consistency
+- refactor: Show notice that song has been deleted in Edit Song
+- refactor: Reduce dropdown toggle button width
+- refactor: Set title and thumbnail on YouTube video selection in Create Song
+- refactor: Show YouTube tab by default in Create Song
+- refactor: Move admin tab routing to vue router
 
 ### Fixed
 - fix: Relative homepage header height causing overlay of content on non-standard resolutions
@@ -62,15 +78,12 @@
 - fix: Station info display name and description overflow horizontally
 - fix: Volume slider incorrect sensitivity
 - fix: Song thumbnail loading causes jumpiness on admin/songs
+- fix: Manage Station go to station throws an error
+- fix: Edit Song seekTo does not apply if video is stopped
 
 ### Removed
 - refactor: Removed skip to last 10s button from Edit Song player
-
-### Notes
-#### Breaking Changes
-This release includes a MongoDB update with breaking changes. Before upgrading please backup your database and reset it, and after upgrading restore it. Documentation on how to do this can be found in [.wiki/Utility_Script.md](.wiki/Utility_Script.md).
-
-Please run the Update All Songs job after upgrading to ensure playlist and station song data accuracy.
+- refactor: Removed Request Song modal
 
 ## [v3.3.1] - 2022-02-03