Merge branch 'hotfixes' into dev
This commit is contained in:
commit
9083d2ae72
4 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
- 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
|
||||
- Added support for M3U paths starting with /storage/
|
||||
- Queue no longer scrolls as quickly when dragging items
|
||||
|
||||
#### What's Fixed
|
||||
- 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
|
||||
- Playback will close automatically after some time left idle
|
||||
|
||||
#### Dev/Meta
|
||||
- Use WEBP instead of PNG icons
|
||||
|
||||
#### dev -> release changes
|
||||
- Re-added ability to open app from clicking on notification
|
||||
- Removed tasker plugin
|
||||
|
|
|
@ -51,6 +51,7 @@ precise/original dates, sort tags, and more
|
|||
- SD Card-aware folder management
|
||||
- Reliable playlisting functionality
|
||||
- Playback state persistence
|
||||
- Android auto support
|
||||
- Automatic gapless playback
|
||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||
- External equalizer support (ex. Wavelet)
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/46.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/46.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Auxio 3.5.0 adds support for android auto alongside various playback and music quality of life improvements.
|
||||
For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.5.0
|
|
@ -12,6 +12,7 @@ precise/original dates, sort tags, and more
|
|||
- SD Card-aware folder management
|
||||
- Reliable playlisting functionality
|
||||
- Playback state persistence
|
||||
- Android auto support
|
||||
- Automatic gapless playback
|
||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||
- External equalizer support (ex. Wavelet)
|
||||
|
|
Loading…
Reference in a new issue