diff --git a/CHANGELOG.md b/CHANGELOG.md index df71a38ee..891991233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog -## dev [2.1.1 or 2.2.0] + +## dev [v2.2.1 or v2.3.0] + +## v2.2.0 #### What's New: - Added arabic translations [courtesy of hasanpasha] - Better russian translations [courtesy of lisiczka43] @@ -17,10 +20,12 @@ artist they are grouped up in - Fixed crash on some devices configured to use French or Czech translations - Malformed indicies should now be corrected when the playback state is restored - Fixed issue where track numbers would not be shown in the native language's numeric format +- Fixed issue where the preference view would apply the M3 switches inconsistently #### Dev/Meta: - Removed 1.4.X compat - Added new changelog document +- Reworked contribution info and templates ## v2.1.0 #### What's New: @@ -323,4 +328,4 @@ to when using gesture navigation - The currently playing song on the Album UI will now only show if the song is actually playing from the album ## v1.0.0 -- Initial release \ No newline at end of file +- Initial release diff --git a/README.md b/README.md index 462f9f537..f1f94c1a6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

A simple, rational music player for android.

- GitHub release + GitHub release diff --git a/app/build.gradle b/app/build.gradle index f8c72d352..2579639c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { applicationId "org.oxycblt.auxio" - versionName "2.1.0" - versionCode 11 + versionName "2.2.0" + versionCode 12 minSdkVersion 21 targetSdkVersion 32 diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 000000000..815b70533 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1 @@ +Auxio 2.2.0 improves music loading even further, respecting individual artist tags while eliminating needlessly fragmented artists and albums. For more information, please see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.2.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 5fcfc2f0c..8c89559b0 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -4,13 +4,13 @@ Auxio is a local music player with a fast, reliable UI/UX without the many usele - ExoPlayer based playback - Customizable UI & Behavior -- Genres/Artists/Albums/Songs indexing +- Advanced media indexer that prioritizes correct metadata - Reliable playback state persistence -- ReplayGain support (On MP3, FLAC, OGG, and OPUS) +- ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS) - Material You (Android 12+ only) - Edge-to-edge - Embedded covers support - Search Functionality - Audio/Headset focus - Completely private and offline -- No rounded album covers (Unless you want them. Then you can.) +- No rounded album covers (Unless you want them. Then you can.) \ No newline at end of file