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

Skip to content

Conversation

@Sandakan
Copy link
Owner

@Sandakan Sandakan commented May 28, 2023

Nora v2.3.0-stable minor update

whats-new-v2 3 0-stable

  • πŸŽ‰ New Features and Features

    • Added support for enhanced synced lyrics in Nora (Experimental).
    • Added support for syncing unsynced lyrics right from the app (Experimental).
    • Added support for importing and exporting app data (Experimental).
    • Added support for importing and exporting playlists (Experimental).
    • Added support for editing the tracking number of songs from the app (Experimental).
    • Added support for saving automatically downloaded lyrics when in LyricsPage.
    • Added a button next to Most Loved Songs on the Home page which directs to the Favorites playlist.
    • Added the feature to save artwork with the selected artwork's name.
    • Added support for re-parsing songs on demand to fix any errors that occurred when parsing the song (Experimental).
    • Added support for animated artworks (Experimental).
  • πŸ”¨ Fixes and Improvements

    • Fixed a bug where the app may crash in mini-player mode when using Window's window snap feature BREAKS NORA - Mini-player bugΒ #163.
    • Improved app error handling when parsing songs.
    • Fixed a bug where the text style of Unknown artist is inconsistent across different pages.
    • Fixed a bug where scrolling to the page section is not working.
    • Added a fix for flickering issues in notifications with progress indicators.
    • Fixed a bug where the Update token button in the Musixmatch Settings prompt is not disabled even though the typed token is the same saved token.
    • Fixed a bug where the Show token button is not disabled when opening Musixmatch Settings prompt with a previously saved token.
    • Fixed a bug where clicking the Adjust Playback Speed context menu option doesn't point you to the correct section of Settings.
    • Increased the brightness of Song Card artworks.
    • Fixed a bug where some messages sent from the main process to the renderer have timestamps.
    • Fixed a bug where songs in an album don't show their respective album name.
    • Fixed some additional padding on All Result Pages.
    • Improved app performance by limiting re-rendering in unwanted situations.
    • Reduced the size of media control buttons in the Mini player.
    • Fixed a bug where blacklisted icons in Song cards aren't positioned correctly.
    • Fixed some bugs related to recording listening data.
    • Fixed some brightness issues in SongCard.
    • Fixed a bug where albums with the same names get categorized into the same album even though they have different artists.
    • Moved the toggle predictive search button into the search bar.
    • Fixed some styling issues in SongTagsEditingPage.
    • Linked Nora's website to the app.
    • Moved lyrics-related settings from the Audio Playback section to the new 'Lyrics' section in Settings.
    • Fixed a bug where the app doesn't start with the previous window's dimensions.
    • Fixed a bug where sometimes the app doesn't show an error message when the player stops due to an error.
    • Improved app logs.
    • Moved musixmatch metadata result from the bottom of the list to the top.
    • Linked Nora's official website to the app.
    • Improved the render cycle timings to improve app performance.
    • Marked notifications as a low priority to improve performance.
    • Fixed a bug where songs inside lists like playlists, genres, albums, etc don't play the whole list when clicking the play button on a song.
    • Fixed a bug where CurrentQueuePage doesn't get updated when shuffled.
    • Fixed a bug where incorrect colors are used for inputs in the SongTagsEditingPage.
    • Fixed a bug where the contents of the TitleBar are not visible when the app is in light mode and displaying a background image.
    • Fixed a bug where listening data sessions record listening data even though the song is paused.
    • Fixed some dependency security vulnerabilities.
  • 🐜 Known Issues and Bugs

Sandakan added 4 commits May 24, 2023 17:30
merging new commits from master
- Updated app artworks
- Fixed a bug where the text style of `Unknown artist` is not consistent across different pages.
- Fixed a bug where scrolling to the page section is not working.
- Added a fix for flickering issues in notifications with progress indicators.
- Fixed a bug where `Update token` button in Musixmatch Settings prompt is not disabled even though the typed token is the same saved token.
- Fixed a bug where `Show token` button is not disabled when opening Musixmatch Settings prompt with a previously saved token.
- Fixed a bug where clicking `Adjust Playback Speed` context menu option doesn't point you to the correct section of Settings.
- Increased the brightness of Song Card artworks.
merging commits from patch-release
- Added new user feedback to the readme.
- Improved app error handling when parsing songs.
- Added a button to export app data.
- Fixed a bug where some messages sent from the main process to the renderer have timestamps.
- Lazy-loaded mini-player to improve performance.
- Fixed a bug where songs in an album don't show their respective album name.
- Fixed some additional padding on All Result Pages.
@Sandakan Sandakan self-assigned this May 28, 2023
Sandakan added 6 commits May 28, 2023 15:42
merging commits from minor-release
- Updated electron and some other packages to the latest version.
- Added support for enhanced synced lyrics for Nora.
- Improved app performance by limiting re-rendering in unwanted situations.
- Reduced the size of media control buttons in the Mini player.
- Fixed a bug where blacklisted icons in Song cards aren't positioned properly.
- Added support for importing and exporting app data.
- Added a button next to Most Loved Songs on the Home page which directs to the Favorites playlist.
- Added support for importing and exporting playlists.
- Fixed a bug where selecting the `Nora exports` folder as the export folder throws an error.
- Refactored code related to notifications from the main process to the renderer from `App.tsx` into a different file.
@Sandakan Sandakan linked an issue Jun 1, 2023 that may be closed by this pull request
Sandakan added 7 commits June 2, 2023 16:57
- Fixed some bugs related to recording listening data.
- Refactored `App.tsx` code to smaller modules.
-  Fixed some brightness issues in SongCard.
- Added support for editing the tracking number of songs from the app.
- Fixed a bug where albums with the same names get categorized into the same album even though they have different artists.
- Moved the toggle predictive search button into the search bar.
- Fixed some styling issues in SongTagsEditingPage.
- Linked Nora's website to the app.
Revert "Support for additional audio codecs using Howler."
- Added support saving automatically downloaded lyrics when in LyricsPage.
- Moved lyrics-related settings from the Audio Playback section to the new 'Lyrics' section in Settings.
- Fixed a bug where the app doesn't start with the previous window's dimensions.
- Fixed a bug where sometimes the app doesn't show an error message when the player stops due to an error.
- Changed image loading state from eager to lazy.
- Added support for syncing unsynced lyrics right from the app.
- Improved app logs.
- Moved musixmatch metadata result from the bottom of the list to the top.
- Linked Nora's official website to the app.
@Sandakan Sandakan linked an issue Jun 22, 2023 that may be closed by this pull request
Sandakan added 4 commits June 24, 2023 15:43
- Updated the text in the bug_report file.
-  Replaced the title in the readme with an introduction banner.
- Added support for adding an offset to the editing lyrics lines.
- Added support for an option to add the start time tag of the next line with the end time tag of the current line when editing the current line.
- Moved the log saves destination to the /logs folder and improved how logs are being saved.
- Added the feature to save artwork with the selected artwork's name.
- Improved the render cycle timings to improve app performance.
- Marked notifications as a low priority to improve performance.
- Fixed a bug where songs inside lists like playlists, genres, albums, etc don't play the whole list when clicking the play button on a song.
- Fixed a bug where CurrentQueuePage doesn't get updated when shuffled.
- Added 'LyricsEditorHelpPrompt' and 'LyricsEditorSettingsPrompt' for the Lyrics Editor.
- Added support for newer events for the MainContainer.
- Added new keyboard shortcuts for Lyrics Editor.
- Fixed a bug where incorrect colors are used for inputs in the SongTagsEditingPage.
- Fixed a bug where the contents of the TitleBar are not visible when the app is in light mode and displaying a background image.
- Fixed a bug where listening data sessions record listening data even though the song is paused.
- Added a new validation method for localStorage.
- Added a new .gitattributes file.
- Updated nora_logo_banner with less shadow in the Nora logo.
- Fixed a dependency security vulnerability.
- Added support for re-parsing songs on demand to fix any errors that occurred when parsing the song (Experimental).
- Added partial support for animated artworks (Experimental).
- Updated content in LyricsEditorHelpPrompt.
- Added a new LyricsEditorSavePrompt to save edited lyrics data.
- Updated changelog and release-notes.
- Updated outdated dependencies.
@Sandakan Sandakan merged commit 0046122 into master Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small visual bugs v2.2.0-stable (thread) BREAKS NORA - Mini-player bug

2 participants