diff --git a/app/build.gradle b/app/build.gradle index 3c4f1fd4..846ff97d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,8 +54,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 161 - versionName '1.0.1' + versionCode 162 + versionName '1.1.0' } signingConfigs { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 86ad7c0f..27552767 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -27,13 +27,22 @@

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

+

Version 1.1.0

+
    +
  1. NEW: Select all items in a list
  2. +
  3. NEW: Export multiple playlists at once
  4. +
  5. FIX: Show unknown year consistently everywhere
  6. +
  7. FIX: Also look for png album covers in the folder
  8. +
  9. IMPROVEMENT: Updated translations
  10. +
+

Version 1.0.1

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

Version 1.0.0

@@ -42,10 +51,10 @@
  1. NEW: Album page redesign
  2. NEW: Artist page redesign
  3. -
  4. NEW: Custom sort orders for titles, albums and artists.
  5. -
  6. NEW: Rescan media from the navigation drawer.
  7. -
  8. IMPROVEMENT: Updated translations.
  9. -
  10. FIX: Fixed many bugs and crashes.
  11. +
  12. NEW: Custom sort orders for titles, albums and artists
  13. +
  14. NEW: Rescan media from the navigation drawer
  15. +
  16. IMPROVEMENT: Updated translations
  17. +
  18. FIX: Fixed many bugs and crashes

Version 0.16.9