diff --git a/app/build.gradle b/app/build.gradle index 8c1b6f60..53207021 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 88 - versionName "0.9.51 RC 2" + versionCode 89 + versionName "0.9.51 RC 3" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 62b0c283..046d1c9a 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,16 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.9.51 RC 3

+ +
    +
  1. IMPROVEMENT: No longer creating a new instance of the app when clicking the notification.
  2. +
  3. IMPROVEMENT: The widget will stay clickable and display the current song after a device reboot.
  4. +
  5. IMPROVEMENT: Synced translations.
  6. +
  7. FIX: Artist albums are sorted by year again.
  8. +
  9. FIX: Fixed a FC when scrolling fast through the artist list.
  10. +
+

Version 0.9.51 RC 2