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
|
- 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
|
||||||
|
|
|
@ -51,6 +51,7 @@ precise/original dates, sort tags, and more
|
||||||
- SD Card-aware folder management
|
- SD Card-aware folder management
|
||||||
- Reliable playlisting functionality
|
- Reliable playlisting functionality
|
||||||
- Playback state persistence
|
- Playback state persistence
|
||||||
|
- Android auto support
|
||||||
- Automatic gapless playback
|
- Automatic gapless playback
|
||||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||||
- External equalizer support (ex. Wavelet)
|
- 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
|
- SD Card-aware folder management
|
||||||
- Reliable playlisting functionality
|
- Reliable playlisting functionality
|
||||||
- Playback state persistence
|
- Playback state persistence
|
||||||
|
- Android auto support
|
||||||
- Automatic gapless playback
|
- Automatic gapless playback
|
||||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||||
- External equalizer support (ex. Wavelet)
|
- External equalizer support (ex. Wavelet)
|
||||||
|
|
Loading…
Reference in a new issue