Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.6.7-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Jun 15, 2017
1 parent 00d2da4 commit 4ffb822
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
</head>

<body>
<h4>1.6.7-beta1</h4>
<ul>
<li>Reduced 'most played' playlist to 20 most played songs. Only count songs with 2 or more plays.</li>
<li>Fixed an issue where the folder scanner only scanned songs already available in the MediaStore (didn't find new music)</li>
<li>Fixed crash when adding apostrophe to playlist name</li>
<li>Close drawer when back button is pressed</li>
<li>Several crash fixes</li>
</ul>
<h4>1.6.6</h4>
<ul>
<li>Reverted a change which caused compilation albums without 'album-artist' tags to be split up</li>
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
</head>

<body>
<h4>1.6.7-beta1</h4>
<ul>
<li>Reduced 'most played' playlist to 20 most played songs. Only count songs with 2 or more plays.</li>
<li>Fixed an issue where the folder scanner only scanned songs already available in the MediaStore (didn't find new music)</li>
<li>Fixed crash when adding apostrophe to playlist name</li>
<li>Close drawer when back button is pressed</li>
<li>Several crash fixes</li>
</ul>
<h4>1.6.6</h4>
<ul>
<li>Reverted a change which caused compilation albums without 'album-artist' tags to be split up</li>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext.versions = [
// App versions
// /////////////////////////////////////////////////////////////////////////

name : "1.6.6",
name : "1.6.7-beta1",

// //////////////////////////////////////////////////////////////////////////
// Compile versions
Expand Down

0 comments on commit 4ffb822

Please sign in to comment.