Skip to content

Commit

Permalink
Nora v2.0.0-stable update finalization
Browse files Browse the repository at this point in the history
- Updated the installer sidebar image.
- Add a transition effect for some icons.
- Added no of songs in a folder when selecting folders to be added to the library.
- Fixed a bug where img component try to fetch 404 requests repeatedly.
- Fixed a bug where users can download lyrics in the lyrics editor even though the app is not connected to the internet.
  • Loading branch information
Sandakan committed Apr 23, 2023
1 parent ee69119 commit e586f2d
Show file tree
Hide file tree
Showing 41 changed files with 436 additions and 128 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Sandakan Nipunajith
Copyright (c) 2023 Sandakan Nipunajith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ It packs a horizon of features including,

<br><br>

<br>

![Latest Version Artwork](/assets/other/release%20artworks/whats-new-v2.0.0-stable.webp)

Visit the [release notes](/changelog.md) to see what's new on the latest release.</p>

<br>
Expand Down
Binary file modified assets/installer_assets/sidebar.bmp
Binary file not shown.
1 change: 1 addition & 0 deletions assets/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ html {
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
user-select: none;
transition: font-variation-settings 0.15s ease-in-out;
}

.material-icons-round {
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<br>

- ### **v2.0.0-stable - ( 20<sup>th</sup> of April 2023 )**
- ### **v2.0.0-stable - ( 23<sup>th</sup> of April 2023 )**

- ### 🎉 New Features and Features

Expand All @@ -32,6 +32,7 @@
- Added a new button to the right side of the app's footer for advanced playback options.
- Added a new smooth scrolling feature to pages that directs users to specific parts of the page.
- Added a new title next to the artwork in the queue to show the queue type.
- Add a new transition effect for some icons.
- Added support for responsive song cards in the Home.
- Added support to toggle between predictive search and normal search.
- Added support for highlighting more than one lyrics line at a time. Fixes #135.
Expand Down Expand Up @@ -104,6 +105,8 @@
- Updated some styles in the Release Notes prompt and open_source_licenses prompt.
- Reordered buttons in the About section of Settings.
- Fixed some security vulnerabilities in the app.
- Fixed a bug where Img component try to fetch 404 requests repeatedly.
- Fixed a bug where users can download lyrics in the lyrics editor even though the app is not connected to the internet.

<!-- - ### 🐜 Known Issues and Bugs -->

Expand Down
2 changes: 1 addition & 1 deletion open_source_licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NORA

MIT License

Copyright (c) 2022 Sandakan Nipunajith
Copyright (c) 2023 Sandakan Nipunajith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nora",
"productName": "Nora",
"description": "An elegant music player built using Electron and React. Inspired by Oto Music for Android by Piyush Mamidwar.",
"version": "2.0.0-stable.20230421",
"version": "2.0.0-stable",
"license": "MIT",
"appPreferences": {
"removeReactStrictMode": false,
Expand Down Expand Up @@ -135,8 +135,8 @@
"@types/auto-launch": "^5.0.2",
"@types/dotenv-webpack": "^7.0.3",
"@types/jest": "^29.5.1",
"@types/node": "18.15.12",
"@types/react": "^18.0.37",
"@types/node": "18.16.0",
"@types/react": "^18.0.38",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
Expand All @@ -161,7 +161,7 @@
"electron-debug": "^3.2.0",
"electron-devtools-installer": "^3.2.0",
"electronmon": "^2.0.2",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-erb": "^4.0.6",
"eslint-import-resolver-typescript": "^3.5.5",
Expand Down Expand Up @@ -197,7 +197,7 @@
"url-loader": "^4.1.1",
"webpack": "^5.80.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.8.0"
},
Expand All @@ -221,7 +221,7 @@
},
"build": {
"productName": "Nora",
"copyright": "Copyright © 2022 Sandakan Nipunajith",
"copyright": "Copyright © 2023 Sandakan Nipunajith",
"appId": "com.SandakanNipunajith.Nora",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
Expand Down
Loading

0 comments on commit e586f2d

Please sign in to comment.