From f2f7e9fc45dfb65b56479f0a85ffc0acb48bccae Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Mon, 4 Apr 2016 15:42:45 +0200 Subject: [PATCH] Increased build version, updated changelog. --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c59422ef..d7b95513 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 108 - versionName "0.11.0 RC" + versionCode 109 + versionName "0.12.0 BETA 1" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index bfae8a2e..b4df1fa1 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.12.0 BETA 1

+ +
    +
  1. NEW: Rewrote the widget logic and added some more widgets.
  2. +
  3. NEW: Added option to disable audio ducking.
  4. +
  5. IMPROVEMENT: Synced translations.
  6. +
  7. FIX: Volume staying reduced.
  8. +
  9. FIX: Memory leak caused by the notification.
  10. +
+

Version 0.11.0 RC