diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b830da1b..c3b9bc93 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,6 +11,8 @@ env:
MUSIXMATCH_DEFAULT_USER_TOKEN: ${{ secrets.MUSIXMATCH_DEFAULT_USER_TOKEN }}
LAST_FM_API_KEY: ${{ secrets.LAST_FM_API_KEY }}
GENIUS_API_KEY: ${{ secrets.GENIUS_API_KEY }}
+ LAST_FM_SHARED_SECRET: ${{ secrets.LAST_FM_SHARED_SECRET }}
+ ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
jobs:
release:
diff --git a/README.md b/README.md
index 1b8de4bf..58b77e38 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
diff --git a/changelog.md b/changelog.md
index 4a925c08..b95d1486 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,6 +6,15 @@
+- ### **v2.4.2-stable - ( 10
th of September 2023 )**
+
+ - ### 🔨 Fixes and Improvements
+ - Fixed a bug where the installer doesn't include required environment variables.
+ - Fixed a bug where users can't apply custom musixmatch tokens.
+ - Fixed a bug where users can't authenticate with Last.FM.
+
+
+
- ### **v2.4.1-stable - ( 10
th of September 2023 )**
- ### 🔨 Fixes and Improvements
diff --git a/package.json b/package.json
index 8fb7827d..cc1cbf47 100644
--- a/package.json
+++ b/package.json
@@ -338,5 +338,5 @@
"raw_repository_url": "https://raw.githubusercontent.com/Sandakan/Nora/",
"website_url": "https://noramusic.netlify.app/"
},
- "version": "2.4.1-stable"
+ "version": "2.4.2-stable"
}
diff --git a/release-notes.json b/release-notes.json
index ce011bac..328bff2b 100644
--- a/release-notes.json
+++ b/release-notes.json
@@ -2,13 +2,40 @@
"latestVersion": {
"artwork": "/assets/other/release artworks/whats-new-v2.4.0-stable.webp",
"importantNotes": [
- "This update fixes the bug where Nora crashes saying 'ENCRYPTION_SECRET not found'."
+ "This update fixes Last.Fm and Musixmatch activation issues. Sorry for too much updates. 🙏"
],
"phase": "stable",
- "releaseDate": "2023-09-09T14:06:47.910Z",
- "version": "2.4.1-stable"
+ "releaseDate": "2023-09-10T16:57:03.671Z",
+ "version": "2.4.2-stable"
},
"versions": [
+ {
+ "artwork": "/assets/other/release artworks/whats-new-v2.4.0-stable.webp",
+ "importantNotes": [
+ "This update fixes Last.Fm and Musixmatch activation issues. Sorry for too much updates. 🙏"
+ ],
+ "notes": {
+ "fixed": [
+ {
+ "note": "Fixed a bug where the installer doesn't include required environment variables."
+ },
+ {
+ "note": "Fixed a bug where users can't apply custom musixmatch tokens."
+ },
+ {
+ "note": "Fixed a bug where users can't authenticate with Last.FM."
+ }
+ ],
+ "knownIssues": [
+ {
+ "note": "Nora may fail to load some FLAC songs."
+ }
+ ],
+ "new": []
+ },
+ "releaseDate": "2023-09-10T16:57:03.671Z",
+ "version": "2.4.2-stable"
+ },
{
"artwork": "/assets/other/release artworks/whats-new-v2.4.0-stable.webp",
"importantNotes": [
diff --git a/release/app/package-lock.json b/release/app/package-lock.json
index cf8c2a05..375a0073 100644
--- a/release/app/package-lock.json
+++ b/release/app/package-lock.json
@@ -9,7 +9,7 @@
"hasInstallScript": true,
"license": "MIT",
"name": "nora",
- "version": "2.4.1-stable"
+ "version": "2.4.2-stable"
},
"node_modules/b4a": {
"integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==",
@@ -540,5 +540,5 @@
}
},
"requires": true,
- "version": "2.4.1-stable"
+ "version": "2.4.2-stable"
}
diff --git a/release/app/package.json b/release/app/package.json
index 654f1391..d8730e86 100644
--- a/release/app/package.json
+++ b/release/app/package.json
@@ -17,5 +17,5 @@
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts",
"postinstall": "npm run electron-rebuild && npm run link-modules"
},
- "version": "2.4.1-stable"
+ "version": "2.4.2-stable"
}
diff --git a/release/package-lock.json b/release/package-lock.json
index 54281b1c..a7979985 100644
--- a/release/package-lock.json
+++ b/release/package-lock.json
@@ -10,5 +10,5 @@
}
},
"requires": true,
- "version": "2.4.1-stable"
+ "version": "2.4.2-stable"
}
diff --git a/release/package.json b/release/package.json
index 830f56d1..4c7e2914 100644
--- a/release/package.json
+++ b/release/package.json
@@ -15,5 +15,5 @@
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts",
"postinstall": "npm run electron-rebuild && npm run link-modules"
},
- "version": "2.4.1-stable"
+ "version": "2.4.2-stable"
}