v0.2.1
This is a quick update which addresses a case of undefined behavior caused by manually editing the songs file, and improves how application crashes are presented to the user
Please post on the issues page if you find any issues
New in v0.2.1
- Added a warning to the top of the
songsfile, explaining that editing it may cause issues with the application - Fixed possible undefined behavior when manually adding special characters with a UTF-8 length larger than 1 (such as emojis) to the URI field in the
songsfile and then launching the application (the library component now crashes safely) - Improved crash handling - a component crash now presents a dialog containing the details of the error and a button to close the application
Full Changelog: v0.2.0...v0.2.1
Known issues
- Skipping songs too quickly (such as by holding the keyboard shortcut) can break the player or crash
- Memory usage may increase over time due to thumbnails/artworks not being properly unloaded (but does not exceed the size of the thumbnails directory)
- The queue may briefly appear with the wrong scroll position when updated
- Clicking on the MPRIS notification does not focus the window if it is already shown
- The song queue and artist pages have layout issues with small number of rows displayed
- Non-square album covers can cause layout issues
- Certain features are still missing or incomplete
Tip
Please allow up to 10 minutes for the release downloads to appear