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

Commit

Permalink
Bump to v2.0.7-beta9
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Nov 29, 2018
1 parent 9851df0 commit 7db782e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 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,13 @@
</head>

<body>
<h4>2.0.7-beta9</h4>
<ul>
<li>Fixed an issue where Notification would appear after exiting Shuttle</li>
<li>Fixed an issue where queue was lost when reopening Shuttle</li>
<li>Fixed an issue where current playback position was lost when reopening Shuttle</li>
<li>Sort tracks by disc number in Android Auto</li>
</ul>
<h4>2.0.7-beta8</h4>
<ul>
<li>Fixed an issue where Chromecast icon wasn't visible in Shuttle+</li>
Expand Down
7 changes: 7 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,13 @@
</head>

<body>
<h4>2.0.7-beta9</h4>
<ul>
<li>Fixed an issue where Notification would appear after exiting Shuttle</li>
<li>Fixed an issue where queue was lost when reopening Shuttle</li>
<li>Fixed an issue where current playback position was lost when reopening Shuttle</li>
<li>Sort tracks by disc number in Android Auto</li>
</ul>
<h4>2.0.7-beta8</h4>
<ul>
<li>Fixed an issue where Chromecast icon wasn't visible in Shuttle+</li>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Config {

const val versionName = "2.0.7-beta8"
const val versionName = "2.0.7-beta9"

}

0 comments on commit 7db782e

Please sign in to comment.