diff --git a/app/build.gradle b/app/build.gradle index 23987b62..206540c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 92 - versionName "invalid" + versionCode 93 + versionName "0.9.54 beta 1" manifestPlaceholders = [appName: "@string/app_name"] } diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 4f2ec5b1..9b04bc71 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,23 @@

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

+

Version 0.9.54 beta 1

+ +
    +
  1. NEW: Yet again changed the theme engine, should be quite stable again now.
  2. +
  3. NEW: Improved fastscroller (auto hide is missing right now).
  4. +
+ + +

Version 0.9.53 PREVIEW 1

+ +
    +
  1. NEW (PREVIEW): Completely new underlying theme engine.
  2. +
  3. IMPROVEMENT: Various things, I don't quite remember.
  4. +
  5. IMPROVEMENT: Synced translations.
  6. +
+ +

Version 0.9.52