Skip to content

Commit

Permalink
Merge pull request #199 from Sandakan/patch-release
Browse files Browse the repository at this point in the history
Updated to v2.4.2-stable.20230910
  • Loading branch information
Sandakan authored Sep 10, 2023
2 parents 6f4f8c0 + 8fc7b01 commit 0e468b1
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div align="center">
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/Sandakan/Nora/total?label=all%20time%20downloads&style=for-the-badge">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/downloads/Sandakan/Nora/v2.4.1-stable/total?style=for-the-badge">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/downloads/Sandakan/Nora/v2.4.2-stable/total?style=for-the-badge">
<img alt="GitHub package.json version" src="https://img.shields.io/github/package-json/v/Sandakan/Nora?color=blue&label=latest%20version&style=for-the-badge">
<a href="https://github.com/Sandakan/Nora/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/Sandakan/Nora?style=for-the-badge"></a>
<a href="https://github.com/Sandakan/Nora/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/Sandakan/Oto-Music-for-Desktop?style=for-the-badge"></a>
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

<br>

- ### **v2.4.2-stable - ( 10<sup>th</sup> 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.

<br>

- ### **v2.4.1-stable - ( 10<sup>th</sup> of September 2023 )**

- ### 🔨 Fixes and Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
33 changes: 30 additions & 3 deletions release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0e468b1

Please sign in to comment.