From aa2aad293c43f1322e9760f5b6508665945014ad Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 30 Jan 2016 18:21:25 +0100 Subject: [PATCH] Increased build version, updated changelog. --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3420b172..7f8e4328 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 94 - versionName "0.9.54 RC" + versionCode 95 + versionName "0.9.54 RC 2" manifestPlaceholders = [appName: "@string/app_name"] } diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 025d43a0..283d4ded 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,24 @@

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

+

Version 0.9.54 RC 2

+ +
    +

    Note: This is probably the last update until mid march.

    +
  1. NEW: Triple click the headset button to go to the previous song.
  2. +
  3. NEW: Added fading edges to the playing queue.
  4. +
  5. IMPROVEMENT: Synced translations.
  6. +
  7. IMPROVEMENT: Changed the mini players font.
  8. +
  9. IMPROVEMENT: Sending all meta data to bluetooth receivers.
  10. +
  11. FIX: Album cover covering system bars during opening transition.
  12. +
  13. FIX: Colored navigation bar issue.
  14. +
  15. FIX: Statusbar not being colored in player fragment.
  16. +
  17. FIX: Light statusbar mode not working correctly.
  18. +
  19. FIX: Tab colors.
  20. +
  21. FIX: Tag editor coloring bugs.
  22. +
  23. FIX: Playlist menu not working.
  24. +
+

Version 0.9.54 RC