Skip to content

Commit

Permalink
Updated to v2.4.2-stable.20230910
Browse files Browse the repository at this point in the history
- Fixed a bug where 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.
  • Loading branch information
Sandakan committed Sep 10, 2023
1 parent 2636375 commit 78baf35
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 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
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"
}
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 78baf35

Please sign in to comment.