-
Notifications
You must be signed in to change notification settings - Fork 45
Nora v2.5.0-stable Minor Update #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merging master to minor-release
- Fixed some security vulnerabilities - Updated app dependencies. - Added support for 10-band equalizer. - Added partial support for saving song album artist. - Fixed a bug where albums persist from the previous page when in ArtistPage page if the previous ArtistPage had albums but the current one doesn't. - Fixed a bug where lyrics offset is showed as positive even though it is set to negative. - Fixed a bug where total song duration in Playlists, CurrentQueue are reset to if they count to more than 24 hours. - Fixed padding issues when displaying song index. - Added migrations support for localStorage.
- Added support reading and writing song lyrics to .lrc files. - Added a feature to play the next/previous lyrics line using Alt + Up/Down shortcuts for synced lyrics in LyricsPage. - Improved how index numbers are displayed in songs. - Fixed a bug where multiple selections add duplicates to the selections.
- Added a schema to validate release-notes.json - Added support for saving LRC files in a seperate folder other than the folder that the relevant song is located. - Added support for renaming a playlist. - Added a log entry to save the time taken to complete processes such as full library parsing, palette generation etc. - Fixed a bug where default artist artworks are not displayed. - Added support for sending album artist with the scrobble song payload. - Added support for reading album artists in songs. - Fixed a bug where albums are created using data from artist tag in a song instead of the albumArtist tag. - Sortings songs with `track number` now also considers their disk numbers. - Added a fade-in animation when images are displayed. - Improved animations in lyrics lines. - Added up next song popup for the mini-player. - Fixed a bug where sorting option is not saved in FoldersPage and PlaylistInfoPage. - Added a button to clear app local storage data.
- Added support for holding metdata saves if that song is currently being played to prevent possible player confusions and song corruptions. - Added support for saving lyrics to an LRC file if edited through the SongTagsEditingPage. - Fixed a bug where the user cannot remove unsynchronized lyrics from a song. - Fixed a bug where listening data are not recorded if the song is being repeated. - Fixed a bug where lastfm scrobbling data are not sent if the song is being repeated. - Fixed a bug where images flash when components rerender. - CurrentQueuePage now shows the remaining time of the queue. - Added a new button to add an instrumental line below when editing lyrics lines. -
- Fixed a bug where correct equalizer preset name is not displayed when changing different presets. - Fixed a bug where SongTagsEditingPage shows that there are metadata updates even though there aren't any when opening the page. - Added partial support for editing album artist tag of a song. - Improved song re-parsing to also include album artists. - Improved enhanced syncronized lyrics support. - Added partial support for recording song seeks.
- Removed some unnecessary dev dependencies. - Updated material symbol icons. - Added a possible solution for a bug where Nora can't connect to internet. - Improved app responsiveness from 200ms to 100ms. - Added a possible fix for repeated image fade-ins. - Added absolute diamensions to the artist img in ArtistInfoPage to prevent page jumps. - Added absolute diamensions to the images in Appreance section in SettingsPage to prevent page jumps. - Added auto scrolling as a button in CurrentQueuePage. - Added experimental support for editing enhanced synced lyrics in the LyricsEditor. - Added a duraion bar for lyrics lines to display current line duration.
- Updated outdated dependencies. - Added partial support for localization in Nora. - Added support for recording and storing song seek data. - Most seeked position and the seeked frequency of a seeked song will be displayed in the SongInfoPage.
- Added full-localization support for the front-end of Nora. - Added a new workflow to automatically extract translation resources from the repository to the Crowdin project.
- Completely localized Nora. - Added a setting to change the language in Nora. - Improved app performance when parsing large libraries. - Fixed some missing text in pages due to localization. - Added a new icon to show the lower volume level.
- Removed localize workflow. - Fixed a bug where the last lyric line shows its range ends in Infinity.
- Updated some outdated app dependencies. - Fixed some localization bug in the app. - Improved app performance when toggling favorites. - Fixed a bug where background image doesn't update when a new artist artwork is downloaded in ArtistInfoPage. - Fixed some bugs related to handling enhanced lyrics in the LyricsEditingPage. - Improved animations when displaying enhanced lyrics.
- Fixed an incorrect language entry.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nora v2.5.0-stable Minor update
π New Features and Updates
track numbernow also considers their disk numbers. Fixes Sorting by DiscΒ #211.π¨ Fixes and Improvements
π Known Issues and Bugs