Bump build version and update changelog

This commit is contained in:
Karim Abou Zeid 2018-06-11 09:30:41 +02:00
commit 582dd51a8b
2 changed files with 16 additions and 7 deletions

View file

@ -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 {

View file

@ -27,13 +27,22 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 1.1.0</h3>
<ol>
<li><b>NEW:</b> Select all items in a list</li>
<li><b>NEW:</b> Export multiple playlists at once</li>
<li><b>FIX:</b> Show unknown year consistently everywhere</li>
<li><b>FIX:</b> Also look for png album covers in the folder</li>
<li><b>IMPROVEMENT:</b> Updated translations</li>
</ol>
<h3>Version 1.0.1</h3>
<ol>
<li><b>FIX:</b> Broken layout for super long artist names</li>
<li><b>FIX:</b> Show "-" instead of "0" when the album year is not available</li>
<li><b>FIX:</b> Show "Unknown Artist" when the artist name is unknown</li>
<li><b>FIX:</b> Navigation bar button colors for light themes</li>
<li><b>IMPROVEMENT:</b> Updated translations.</li>
<li><b>IMPROVEMENT:</b> Updated translations</li>
</ol>
<h3>Version 1.0.0</h3>
@ -42,10 +51,10 @@
<ol>
<li><b>NEW:</b> Album page redesign</li>
<li><b>NEW:</b> Artist page redesign</li>
<li><b>NEW:</b> Custom sort orders for titles, albums and artists.</li>
<li><b>NEW:</b> Rescan media from the navigation drawer.</li>
<li><b>IMPROVEMENT:</b> Updated translations.</li>
<li><b>FIX:</b> Fixed many bugs and crashes.</li>
<li><b>NEW:</b> Custom sort orders for titles, albums and artists</li>
<li><b>NEW:</b> Rescan media from the navigation drawer</li>
<li><b>IMPROVEMENT:</b> Updated translations</li>
<li><b>FIX:</b> Fixed many bugs and crashes</li>
</ol>
<h3>Version 0.16.9</h3>