Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Sandakan
Copy link
Owner

@Sandakan Sandakan commented Oct 21, 2023

Nora v2.5.0-stable Minor update

whats-new-v2 5 0-stable

  • πŸŽ‰ New Features and Updates

    • Added localization support for Nora.
    • Added a setting to change the language in Nora.
    • Added support for reading album artists in songs.
    • Added support reading and writing song lyrics to .LRC files. Fixes Support for local LRC lyricsΒ #215.
    • Added a feature to play the next/previous lyrics line using Alt + Up/Down shortcuts for synced lyrics in LyricsPage. Fixes Feature Request for Nora: Support for adding a loop function to enable the repetition of a single line lyric. Β #216.
    • Added support for 10-band equalizer.
    • Added partial support for saving song album artist.
    • Added migrations support for local storage.
    • Added support for saving LRC files in a separate folder other than the folder where the relevant song is located.
    • Added support for renaming the playlist.
    • Scrobble song requests now include albumArtist data.
    • Sorting songs with track number now also considers their disk numbers. Fixes Sorting by DiscΒ #211.
    • Added up next song popup for the mini-player.
    • Added a button to clear app local storage data.
    • Added support for holding metadata saves if that song is currently being played to prevent player confusions and song corruptions.
    • Added support for saving lyrics to an LRC file if edited through the SongTagsEditingPage.
    • CurrentQueuePage now shows the remaining time of the queue.
    • Added a new button to add an instrumental line below when editing lyrics lines.
    • Added a duration bar for lyrics lines to display current line duration.
    • Added auto scrolling as a button in CurrentQueuePage.
    • Added support for recording and storing song seek data.
    • Most seeked position and the seeked frequency of a song will be displayed in the SongInfoPage.
    • Added a new icon to show the lower volume level.
  • πŸ”¨ Fixes and Improvements

    • Improved app performance when parsing large libraries and toggling favorites.
    • Improved how index numbers are displayed in songs.
    • Improved animations overall fluidness of the app.
    • Fixed a bug where multiple selections add duplicates to the selections.
    • 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. Fixes Bug in Nora - Albums getting stuckΒ #202.
    • 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.
    • Fixed a bug where default artist artworks are not displayed.
    • Fixed a bug where albums are created using data from artist tag in a song instead of the albumArtist tag.
    • Fixed a bug where sorting option is not saved in FoldersPage and PlaylistInfoPage.
    • 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 Last.FM scrobbling data is not sent if the song is being repeated.
    • Fixed a bug where images flash when components re-render.
    • 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.
    • Improved enhanced synchronized lyrics support.
    • Fixed a bug where the last lyric line shows its range ends in Infinity.
    • Improved animations when displaying enhanced lyrics.
    • Fixed a bug where background image doesn't update when a new artist artwork is downloaded in ArtistInfoPage.
  • 🐜 Known Issues and Bugs

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.
@Sandakan Sandakan added πŸŽ‰ enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 21, 2023
@Sandakan Sandakan self-assigned this Oct 21, 2023
- 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.
@Sandakan Sandakan merged commit 46e33b3 into master Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file πŸŽ‰ enhancement New feature or request

Projects

None yet

2 participants