Bump build version
This commit is contained in:
parent
fc89649c64
commit
3430a85ee9
2 changed files with 10 additions and 22 deletions
|
|
@ -44,8 +44,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId 'com.kabouzeid.gramophone'
|
applicationId 'com.kabouzeid.gramophone'
|
||||||
versionCode 159
|
versionCode 160
|
||||||
versionName '1.0.0 BETA 4'
|
versionName '1.0.0'
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
||||||
|
|
@ -26,29 +26,17 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
||||||
<p>We are coming closer to the first final release!</p>
|
|
||||||
|
|
||||||
<h3>Version 1.0.0 BETA 4</h3>
|
<h3>Version 1.0.0</h3>
|
||||||
<ol>
|
<p>This is it, Phonograph 1.0.0! We are finally out of beta, therefore many bugs were fixed and the
|
||||||
<li><b>NEW:</b> Custom sorting for titles, albums and artists.</li>
|
album and artist pages received a brand new look.</p>
|
||||||
<li><b>NEW:</b> Rescan media from the navigation drawer.</li>
|
|
||||||
<li><b>FIX:</b> Fix bug in folder view.</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h3>Version 1.0.0 BETA 3</h3>
|
|
||||||
<ol>
|
|
||||||
<li><b>FIX:</b> Fixed some bugs</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h3>Version 1.0.0 BETA 2</h3>
|
|
||||||
<ol>
|
|
||||||
<li><b>NEW:</b> Artist page redesign</li>
|
|
||||||
<li><b>IMPROVEMENT:</b> Improved the look of the new album page</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<h3>Version 1.0.0 BETA 1</h3>
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><b>NEW:</b> Album page redesign</li>
|
<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>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h3>Version 0.16.9</h3>
|
<h3>Version 0.16.9</h3>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue