Browse Source

chore: Added v3.9.0-rc1 changelog

Owen Diffey 1 year ago
parent
commit
e06a496e54
1 changed files with 30 additions and 0 deletions
  1. 30 0
      CHANGELOG.md

+ 30 - 0
CHANGELOG.md

@@ -1,5 +1,35 @@
 # Changelog
 
+## [v3.9.0-rc1] - 2022-12-10
+
+Upgrade instructions can be found at [.wiki/Upgrading](.wiki/Upgrading.md).
+
+### Added
+
+- feat: Added station setting to configure skip vote threshold
+- feat: Added experimental configuration of song weight when autofilling station
+- feat: Added experimental configuration to prevent repeating recently played
+songs in stations
+- feat: Added experimental configuration to add user requested songs above
+autofilled songs in queue
+- feat: Added experimental station mode to allow users to close player
+- feat: Added ability to add songs to queue and playlist with YouTube URL
+- feat: Added experimental configuration to disable YouTube search
+
+### Changed
+
+- refactor: Renamed frontend configuration option `siteSettings.mediasession`
+to `experimental.media_session`
+
+### Fixed
+
+- fix: Unable to bulk update song genres and artists
+- fix: Auto suggest results blocking input
+- fix: useForm original value can be reactive
+- fix: Unable to open Edit Playlist with christmas theme in frontend production
+- fix: Blue profile picture becomes red with christmas theme
+- fix: Christmas lights can overlay and be overlayed by incorrect elements
+
 ## [v3.8.0] - 2022-11-11
 
 This release includes all changes from v3.8.0-rc1 and v3.8.0-rc2.