diff --git a/CHANGELOG.md b/CHANGELOG.md index dad347f8e..59f777a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ # Changelog -## dev - -## What's Fixed -- Fixed inconsistent corner radius on widget cover art - -## What's Improved -- Added ability to click on the playback bar to exit the queue view +#### What's Fixed +- Fixed inconsistent corner radius on widget +- Fixed crash that would occur due to intelligent sort name functionality +- Fixed crashing on music loading failures that should route to an error +screen ## 3.0.4 diff --git a/README.md b/README.md index 373c5680d..ceb879047 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
-
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index 6384bbcbb..8870a165b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,8 +20,8 @@ android {
defaultConfig {
applicationId namespace
- versionName "3.0.4"
- versionCode 28
+ versionName "3.0.5"
+ versionCode 29
minSdk 21
targetSdk 33
diff --git a/app/src/main/java/org/oxycblt/auxio/music/Music.kt b/app/src/main/java/org/oxycblt/auxio/music/Music.kt
index 12b69191e..072a55f3a 100644
--- a/app/src/main/java/org/oxycblt/auxio/music/Music.kt
+++ b/app/src/main/java/org/oxycblt/auxio/music/Music.kt
@@ -355,7 +355,7 @@ class SortName(name: String, musicSettings: MusicSettings) : Comparable