info: update changelog

This commit is contained in:
Alexander Capehart 2024-06-20 22:34:09 -06:00
parent b6f97536bc
commit cc2d740b61
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -12,6 +12,7 @@
- Support multi-value MP4 tags with multiple `data` sub-atoms are parsed correctly - Support multi-value MP4 tags with multiple `data` sub-atoms are parsed correctly
- M3U paths are now interpreted both as relative and absolute regardless of the format - M3U paths are now interpreted both as relative and absolute regardless of the format
- Added support for M3U paths starting with /storage/ - Added support for M3U paths starting with /storage/
- Queue no longer scrolls as quickly when dragging items
#### What's Fixed #### What's Fixed
- Fixed repeat mode not restoring on startup - Fixed repeat mode not restoring on startup
@ -23,6 +24,9 @@ rewind before skipping was turned off
- For the time being, the media notification will not follow Album Covers or 1:1 Covers settings - For the time being, the media notification will not follow Album Covers or 1:1 Covers settings
- Playback will close automatically after some time left idle - Playback will close automatically after some time left idle
#### Dev/Meta
- Use WEBP instead of PNG icons
#### dev -> release changes #### dev -> release changes
- Re-added ability to open app from clicking on notification - Re-added ability to open app from clicking on notification
- Removed tasker plugin - Removed tasker plugin