diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c220c1f..238d43aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## dev +## 3.0.4 #### What's New - Added support for `COMPILATION` and `ITUNESCOMPILATION` flags @@ -24,6 +24,9 @@ deletion #### What's Changed - "Ignore articles when sorting" is now "Intelligent sorting" +#### What's Changed +- "Ignore articles when sorting" is now "Intelligent sorting" + ## 3.0.3 #### What's New diff --git a/README.md b/README.md index 93c0ad23f..373c5680d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@

Auxio

A simple, rational music player for android.

- - Latest Version + + Latest Version Releases diff --git a/app/build.gradle b/app/build.gradle index 1eb7880a6..69e5a79a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { defaultConfig { applicationId namespace - versionName "3.0.3" - versionCode 27 + versionName "3.0.4" + versionCode 28 minSdk 21 targetSdk 33 diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt new file mode 100644 index 000000000..c40e74507 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/28.txt @@ -0,0 +1,3 @@ +Auxio 3.0.0 massively improves the music library experience, with a new advanced music loader, a new unified artist model, and a new selection system that makes enqueueing music much simpler. +This release fixes critical issues and adds additional quality-of-life improvements. +For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.0.4. \ No newline at end of file