diff --git a/CHANGELOG.md b/CHANGELOG.md index acfb63579..70f8b8257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6a19c0bfe..f5bd807ad 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/fastlane/metadata/android/en-US/changelogs/46.txt b/fastlane/metadata/android/en-US/changelogs/46.txt new file mode 100644 index 000000000..e4166039e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/46.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index fab8fccd9..c4a9fe74c 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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)