diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e08ad80..14f8092d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## dev +## 3.1.2 #### What's Improved - `artistssort`, `albumartistssort`, and `album_artists` tags are now recognized - Non-english digit strings are sorted more correctly - Reduced visual loading time +- Genre/artist/album information is now obtained by specific child items #### What's Fixed - Disc number is no longer mis-aligned when no subtitle is present diff --git a/README.md b/README.md index f5e5ebabe..ccb7bcb0d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index bd85eca83..d0ddac776 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,8 +20,8 @@ android {
defaultConfig {
applicationId namespace
- versionName "3.1.1"
- versionCode 31
+ versionName "3.1.2"
+ versionCode 32
minSdk 24
targetSdk 33
diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt
new file mode 100644
index 000000000..c43912c26
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/32.txt
@@ -0,0 +1,3 @@
+Auxio 3.1.0 introduces playlisting functionality, with more features coming soon.
+This release adds some minor UI fixes and quality of life improvements.
+For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.1.2.
\ No newline at end of file