From 714497eedf4ab32e6351d78655390e6be3148269 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Fri, 18 May 2018 14:58:43 +0200 Subject: [PATCH] Bump build version --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ef269a2a..7266d15d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 160 - versionName '1.0.0' + versionCode 161 + versionName '1.0.1' } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 035679e6..86ad7c0f 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -27,6 +27,15 @@

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

+

Version 1.0.1

+
    +
  1. FIX: Broken layout for super long artist names
  2. +
  3. FIX: Show "-" instead of "0" when the album year is not available
  4. +
  5. FIX: Show "Unknown Artist" when the artist name is unknown
  6. +
  7. FIX: Navigation bar button colors for light themes
  8. +
  9. IMPROVEMENT: Updated translations.
  10. +
+

Version 1.0.0

This is it, Phonograph 1.0.0! We are finally out of beta, therefore many bugs were fixed and the album and artist pages received a brand new look.