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

Skip to content

Conversation

@Sandakan
Copy link
Owner

@Sandakan Sandakan commented Jul 16, 2023

Nora v2.4.0-stable Minor update

whats-new-v2 4 0-stable

  • 🎉 New Features and Updates

    • Added support for authenticating Last.FM users from Nora.
    • Added support for Last.Fm scrobbling. Fixes Feature Request for Nora #187.
    • Added support for sending favorites data to Last.Fm.
    • Added support for sending now-playing song info to Last.FM.
    • Added a new feature that shows similar artists and relevant hashtags for an artist when in the ArtistInfopage.
    • Added a new feature that shows similar tracks of a song when in the SongInfoPage.
    • Added a new feature that shows unavailable tracks and a summary of the album when in the AlbumInfoPage.
    • Added support for saving the window state so that Nora starts from the previous window state (e.g.: full-screen).
    • Added support for viewing both synced and Un synchronized lyrics in the SongTagsEditingPage.
    • Added a pane to display additional info about the song in the SongInfoPage.
    • Added a new Account Settings section to the SettingsPage.
    • Added icons to buttons in the LyricsEditingPage.
    • Added a button to go to LyricsEditingPage from the LyricsPage.
    • Added an alert in the SongTagsEditingPage if there are pending lyrics to be written to a song.
    • Added an option to display song track number instead of the index number when in Albums Info Page. Fixes Feature Request for Nora - Actual song numbers in the Album View #194.
  • 🔨 Fixes and Improvements

    • Fixed a bug where suggestion prompts don't hide when clicked on the button with an up arrow.
    • Updated the feature to edit the next line's start tag with the current line's end tag and vice versa automatically.
    • Fixed a bug where saved lyrics will be overwritten if the user selected the 'Synced Lyrics Only' or 'Un synced and Synced Lyrics Only' options to save lyrics automatically and clicked the 'Show Online Lyrics' button.
    • Fixed a bug where ignoring DuplicateArtistsSuggestions and SeparateArtistsSuggestions are not working.
    • Fixed a bug where the 'No lyrics found' message will be shown in the LyricsPage when you try to view online lyrics that are not available for a song but have offline lyrics.
    • Improved performance when displaying songs in CurrentQueuePage.
    • Improved app logs to display the destination of the log.
    • Improved app performance and reduced time taken when opening songs from File Explorer.
    • Improved performance when opening Albums, Playlists, and Genres with bigger song lists.
    • Changed the image shown in songs from the original image to a more optimized image.
    • Updated outdated dependencies and fixed dependency vulnerabilities.
    • Updated some icons in the app.
    • Fixed a bug where saving automatically downloaded lyrics may confuse the audio player to skip the song. Fixes Bug in Nora - Odd audio glitch #192.
    • Fixed a bug where ignoring DuplicateArtistsSuggestions and SeparateArtistsSuggestions are not working.
    • Fixed a bug where automatically downloaded lyrics may try to save to songs that do not support modifying song metadata.
    • Fixed a bug where songs show the original artwork instead of the optimized artwork and sometimes may fail to load the optimized artwork.
    • Fixed a bug where duplicate album entries are added to artists when songs with the same album and artist are parsed. Fixes Bug in Nora - Duplicate "Appears On Albums" Tiles #191.
    • Fixed a bug where the sorting state of songs in MusicFoldersPage is not being saved.
    • Fixed a bug where search results from SongTagsEditingPage for artists, albums, and genres are fixed to a maximum limit of 5.
    • Fixed a bug where clicking 'Play All' shuffles the queue.
    • Fixed a bug where Ctrl + Click an item doesn't select it.
    • Fixed a bug where user cannot use Shift + Click and Control + Click selection combinations simultaneously.
    • Fixed a bug where suggestions don't get minimized when the up-arrow button is clicked.
  • 🐜 Known Issues and Bugs

- Updated material icons.
- Updated outdated dependencies and fixed dependency vulnerabilities.
- Added support for saving the window state so that Nora starts from the previous window state (Eg: full-screen).
- Added autocorrect functionality to LastFM requests.
- Improved app logs to display the destination of the log.
- Improved app performance and reduced time taken when opening songs from File Explorer.
- Added support for encrypting and decrypting sensitive information before saving.
- Improved performance when opening Albums, Playlists and Genres with bigger song lists.
- Added an option to disable Dropdowns.
- Added icons to buttons in the LyricsEditingPage.
- Updated some icons in the app.
- Added a pane to display additional info about the song in the SongInfoPage.
- Changed the image shown in songs from the original image to a more optimized image.
@Sandakan Sandakan added 🎉 enhancement New feature or request dependencies Pull requests that update a dependency file labels Jul 16, 2023
@Sandakan Sandakan self-assigned this Jul 16, 2023
Sandakan added 12 commits July 23, 2023 23:05
- Added support for authenticating Last.Fm users from Nora.
- Added support for Last.Fm scrobbling. Fixes #187.
- Added support for sending favorites data to Last.Fm.
- Added support for storing sensitive data in an encrypted format.
- Added support for viewing both synced and unsynced lyrics in the SongTagsEditingPage.
- Added new migration configurations for newer properties in userData.
- Fixed a bug where the reParseSong file was saved in `tsx` extension instead of `ts`.
- Added a new warning to the SongTagsEditingPage when trying to edit the metadata of a currently playing song to prevent corruption.
- Added experimental performance optimizations to ArtistInfoPage.
- Fixed a bug where suggestion prompts don't hide when clicked on the button with an up arrow.
- Added a new prop 'isVisible' to Button.
- Added a new warning to MusixmatchSettingsPrompt to tell the user if there is already a saved token.
- Added a new `Account Settings` section to the SettingsPage.
- Added a button to the SongAdditionalInfo component to hide it.
- Added support for sending now-playing song info to LastFM.
- Added a new feature that shows similar artists and relevant hashtags for an artist when in the ArtistInfoPage.
- Added a new feature that shows similar tracks of a song when in the SongInfoPage.
- Added a new feature that shows unavailable tracks of an album and a summary of the album when in the AlbumInfoPage.
- Updated the feature to edit the next line's start tag with the current line's end tag and vice versa automatically.
- Fixed a bug where saved lyrics will be overwritten if the user selected the 'Synced Lyrics Only' or 'Unsynced and Synced Lyrics Only' options to save lyrics automatically and clicked the 'Show Online Lyrics' button.
- Fixed a bug where the 'No lyrics found' message will be shown in the LyricsPage when you try to view online lyrics which are not available for a song but has offline lyrics.
- Fixed some style issues in LyricsPage, SongInfoPage and MiniPlayer.
- Removed the log of Github ref when running CI builds.
- Updated outdated dependencies.
- Fixed a bug where ignoring DuplicateArtistsSuggestions and SeparateArtistsSuggestions are not working.
- Replaced some svg images with Material Symbols.
-  Added a limitation to stop modifying song metadata when that song is playing.
- Fixed a bug where saving automatically downloaded lyrics may confuse the audio player to skip the song.
- Added a button to go to LyricsEditingPage from the LyricsPage.
- Updated app icons.
- Improved song pagination.
- Added an alert in the SongTagsEditingPage if there are pending lyrics to be written to a song.
- Fixed a bug where automatically downloaded lyrics may try to save to songs that do not support modifying song metadata.
- Fixed a bug where songs shows the original artwork instead of the optimized artwork and sometimes may fail to load the optimized artwork.
- Fixed a bug where duplicate album entries are added to artists when songs with the same album and artist are parsed. Fixes #191.
- Added a migration entry to fix duplicate data caused by #191.
- Fixed a bug where genres store unwanted palette color data in the database.
- Improved code readability of some source files.
- Reverted images from lazy loading to prevent jagged image loading visuals.
- Fixed a bug where the sorting state of songs in MusicFoldersPage is not being saved.
- Added husky pre-commit checks
- Fixed a bug where search results from SongTagsEditingPage for artists, albums and genres are fixed to a maximum limit of 5.
- Fixed a bug where clicking 'Play All' shuffles the queue.
- Updated some installer assets.
- Added an artwork to readme mentioning about last.fm integration.
- Fixed a bug where Ctrl + Click an item doesn't select it.
- Added an option to display song track number instead of the index number when in Albums Info Page. Fixes #194.
- Updated app dependencies.
- Fixed a bug where user cannot use Shift + Click and Control + Click selection combinations simultaneously.
- Improved perfromance when displaying songs in CurrentQueuePage.
- Fixed a bug where suggestions don't get minimized when the up-arrow button is clicked.
@Sandakan Sandakan merged commit 743b388 into master Sep 9, 2023
@Sandakan Sandakan deleted the minor-release branch October 14, 2023 16:22
@Sandakan Sandakan restored the minor-release branch October 14, 2023 16:25
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