From db4e9277800fc1c22f0b8d9167e68942083ff0c5 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Fri, 21 Feb 2025 13:01:01 -0700 Subject: [PATCH] build: bump to 4.0.0 Bump to version 4.0.0 (59). --- CHANGELOG.md | 4 +++- README.md | 4 ++-- app/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc66300a3..71d440207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,12 +35,14 @@ - Fixed playback sheet flickering on warm start - No longer possible to save a sort with no direction specified - Fixed inconsistent corner radii in widget +- Possibly fixed foreground start music loading failures +- Fixed playlist view not exiting on deletion #### What's Changed - Date added is now local to when the app discovers the file and will not persist long-term - Songs with no album are now "Unknown album" rather than folder name -- Tab layout no longer changes on device configuration +- Tab layout no longer changes depending on device configuration #### Dev/Meta - No longer using custom logging setup diff --git a/README.md b/README.md index 52a1f7ad5..aaf00bb04 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 44235cae5..a5c6bf437 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { defaultConfig { applicationId namespace - versionName "4.0.0-dev5" - versionCode 58 + versionName "4.0.0" + versionCode 59 minSdk min_sdk targetSdk target_sdk