diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e1e57ac..d09f55f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## dev +## 2.6.3 + #### What's New - Improved playing indicators [#218] - Search and library now show playing indicators - Playing indicators are now animated when playback is ongoing -- Added smooth seeking +- Added smooth seeking [#130] + +#### What's Improved - Moved the "more" button in the playback view back to the top #### What's Fixed diff --git a/README.md b/README.md index 3c2f22870..0e5a7e997 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index a97337868..04fb6ae11 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
defaultConfig {
applicationId namespace
- versionName "2.6.2"
- versionCode 21
+ versionName "2.6.3"
+ versionCode 22
minSdk 21
// API 33 is still busted, waiting until the XML element issue is fixed
diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt
new file mode 100644
index 000000000..c7c2916cd
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/22.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 adds Android 13 support and further user experience improvements.
\ No newline at end of file