Browse Source

Merge branch 'master' into kris-spotify

Kristian Vos 1 year ago
parent
commit
41d602210c
4 changed files with 16 additions and 3 deletions
  1. 13 0
      CHANGELOG.md
  2. 1 1
      backend/package.json
  3. 1 1
      frontend/src/components/MainFooter.vue
  4. 1 1
      frontend/src/index.html

+ 13 - 0
CHANGELOG.md

@@ -1,5 +1,18 @@
 # Changelog
 
+## [v3.9.0] - 2023-01-01
+
+This release includes all changes from v3.9.0-rc1, in addition to the following.
+Upgrade instructions can be found at [.wiki/Upgrading](.wiki/Upgrading.md).
+
+### Fixed
+
+- fix: Draggable list items sometimes had wrong key
+- fix: Downgraded axios to 1.1.3 to fix Discogs API requests
+- fix: YouTube API_CALL job would improperly pause the current job
+whilst not waiting for child jobs
+- fix: Add/remove song to/from playlist could throw error if not an official song
+
 ## [v3.9.0-rc1] - 2022-12-10
 
 Upgrade instructions can be found at [.wiki/Upgrading](.wiki/Upgrading.md).

+ 1 - 1
backend/package.json

@@ -52,4 +52,4 @@
     "ts-node": "^10.9.1",
     "typescript": "^4.9.3"
   }
-}
+}

+ 1 - 1
frontend/src/components/MainFooter.vue

@@ -46,7 +46,7 @@ onMounted(async () => {
 		<div class="container">
 			<div class="footer-content">
 				<div id="footer-copyright">
-					<p>© Copyright Musare 2015 - 2022</p>
+					<p>© Copyright Musare 2015 - 2023</p>
 				</div>
 				<router-link id="footer-logo" to="/">
 					<img

+ 1 - 1
frontend/src/index.html

@@ -19,7 +19,7 @@
 		/>
 		<meta
 			name="copyright"
-			content="© Copyright Musare 2015-2022 All Right Reserved"
+			content="© Copyright Musare 2015-2023 All Right Reserved"
 		/>
 
 		<link