diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2294b7b..ae954ceba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## dev +## 2.6.2 + #### What's New - Added Android 13 support [#129] - Switch to new storage permissions @@ -10,7 +12,7 @@ - Use new media notification panel style - Add predictive back navigation - Auxio has a new, more refined icon style -- Added a way to access the system equalizer from the playback menu. +- Added a way to access the system equalizer from the playback menu #### What's Improved - Playback bar now has a marquee effect @@ -27,7 +29,7 @@ detail views after a rotation #### What's Changed - ReplayGain can now no longer be disabled. Remove ReplayGain tags from -files if such functionality is not desired. +files if such functionality is not desired ## 2.6.1 diff --git a/README.md b/README.md index e398cd3c7..309bba7ad 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-
-
+
+
@@ -51,7 +51,7 @@ I primarily built Auxio for myself, but you can use it too, I guess.
- SD Card-aware folder management
- Reliable playback state persistence
- Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
-- Equalizer support (In external apps like Wavelet)
+- External equalizer support (ex. Wavelet)
- Edge-to-edge
- Embedded covers support
- Search Functionality
diff --git a/app/build.gradle b/app/build.gradle
index 0716ff346..8c1482cae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
defaultConfig {
applicationId namespace
- versionName "2.6.1"
- versionCode 20
+ versionName "2.6.2"
+ versionCode 21
minSdk 21
// API 33 is still busted, waiting until the XML element issue is fixed
diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt
new file mode 100644
index 000000000..2edc89426
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/21.txt
@@ -0,0 +1,3 @@
+Auxio 2.6.0 enables a new, higher-quality form of music scanning, while also heavily improving the playback UI. For more information, For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.6.0.
+
+This release is a patch that adds Android 13 support and further refines the user experience.
\ 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 7fbfe231c..ace5331ec 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -11,6 +11,7 @@ Auxio is a local music player with a fast, reliable UI/UX without the many usele
- SD Card-aware folder management
- Reliable playback state persistence
- Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
+- External equalizer functionality (In apps like Wavelet)
- Edge-to-edge
- Embedded covers support
- Search Functionality