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