2 Commits 6edc4e5a77 ... f13fa2575f

Author SHA1 Message Date
  Owen Diffey f13fa2575f chore: Update package.json version 11 months ago
  Owen Diffey de75988993 chore: Added v3.10.0-rc3 changelog 11 months ago
5 changed files with 31 additions and 6 deletions
  1. 25 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

+ 25 - 0
CHANGELOG.md

@@ -1,5 +1,30 @@
 # Changelog
 
+## [v3.10.0-rc3] - 2023-05-14
+
+This release includes all changes from v3.10.0-rc1 and v3.10.0-rc2,
+in addition to the following.
+Upgrade instructions can be found at [.wiki/Upgrading](.wiki/Upgrading.md).
+
+### Added
+
+- feat: Finished basic implementation of showing jobs on statistics admin page
+- feat: Exclude disliked songs from being autorequested,
+if "Automatically vote to skip disliked songs" preference is enabled
+
+### Changed
+
+- refactor: Increased playlist displayname max length to 64
+- refactor: Improved song thumbnail fallback logic
+
+### Fixed
+
+- fix: SoundCloud player not destroyed properly
+- fix: getPlayerState is not a function thrown in browser console
+- fix: Activity items `<youtubeId>` payload message not migrated
+- fix: Import playlist from file never finishes
+- fix: Tippy can be null and throw an error in console
+
 ## [v3.10.0-rc2] - 2023-04-30
 
 This release includes all changes from v3.10.0-rc1, in addition to the following.

+ 2 - 2
backend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-backend",
-  "version": "3.10.0-rc2",
+  "version": "3.10.0-rc3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-backend",
-      "version": "3.10.0-rc2",
+      "version": "3.10.0-rc3",
       "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.10.0-rc2",
+  "version": "3.10.0-rc3",
   "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.10.0-rc2",
+  "version": "3.10.0-rc3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-frontend",
-      "version": "3.10.0-rc2",
+      "version": "3.10.0-rc3",
       "license": "GPL-3.0",
       "dependencies": {
         "@intlify/unplugin-vue-i18n": "^0.9.1",

+ 1 - 1
frontend/package.json

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