diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e08ae917..4792b87bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.1 + +#### What's Fixed +- Fixed music loading hanging on files without tags +- Fixed playlists being destroyed in poorly tagged libraries + ## 4.0.0 #### What's New diff --git a/README.md b/README.md index 94a1126cc..07052404a 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 a5c6bf437..fdc1e0eab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { defaultConfig { applicationId namespace - versionName "4.0.0" - versionCode 59 + versionName "4.0.1" + versionCode 60 minSdk min_sdk targetSdk target_sdk diff --git a/fastlane/metadata/android/en-US/changelogs/60.txt b/fastlane/metadata/android/en-US/changelogs/60.txt new file mode 100644 index 000000000..b24baaaae --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/60.txt @@ -0,0 +1,4 @@ +Auxio 4.0.0 completely overhauls the user experience, with a refreshed design based on the latest Material Design specs +and a brand new music loader with signifigant improvements to device and tag support. +This issue fixes critical issues with music loading. +For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v4.0.1.