Browse Source

Merge remote-tracking branch 'origin/staging' into staging

Kristian Vos 1 year ago
parent
commit
7d5973a8c6
5 changed files with 36 additions and 6 deletions
  1. 30 0
      CHANGELOG.md
  2. 2 2
      backend/package-lock.json
  3. 1 1
      backend/package.json
  4. 2 2
      frontend/package-lock.json
  5. 1 1
      frontend/package.json

+ 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.

+ 2 - 2
backend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-backend",
-  "version": "3.9.0-dev",
+  "version": "3.9.0-rc1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-backend",
-      "version": "3.9.0-dev",
+      "version": "3.9.0-rc1",
       "license": "GPL-3.0",
       "dependencies": {
         "async": "^3.2.4",

+ 1 - 1
backend/package.json

@@ -1,7 +1,7 @@
 {
   "name": "musare-backend",
   "private": true,
-  "version": "3.9.0-dev",
+  "version": "3.9.0-rc1",
   "type": "module",
   "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
   "main": "index.js",

+ 2 - 2
frontend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-frontend",
-  "version": "3.9.0-dev",
+  "version": "3.9.0-rc1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-frontend",
-      "version": "3.9.0-dev",
+      "version": "3.9.0-rc1",
       "license": "GPL-3.0",
       "dependencies": {
         "@intlify/vite-plugin-vue-i18n": "^6.0.3",

+ 1 - 1
frontend/package.json

@@ -5,7 +5,7 @@
     "*.vue"
   ],
   "private": true,
-  "version": "3.9.0-dev",
+  "version": "3.9.0-rc1",
   "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
   "main": "main.js",
   "author": "Musare Team",