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-beta11
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Dec 6, 2018
1 parent 2b9111b commit 2f01c27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 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,12 @@
</head>

<body>
<h4>2.0.7-beta11</h4>
<ul>
<li>Fixed another issue where playback would randomly pause, usually about 5 minutes after starting playback</li>
<li>Fixed an issue where playback wouldn't resume if paused for more than a few minutes</li>
<li>Note: I apologise for these extremely annoying playback issues. Playback is basically the number one job of this app. I'm treating these as highest priority, and also trying to prevent these bugs from recurring.</li>
</ul>
<h4>2.0.7-beta10</h4>
<ul>
<li>Fixed an issue where playback would randomly pause, particularly when returning from another app</li>
Expand Down
6 changes: 6 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,12 @@
</head>

<body>
<h4>2.0.7-beta11</h4>
<ul>
<li>Fixed another issue where playback would randomly pause, usually about 5 minutes after starting playback</li>
<li>Fixed an issue where playback wouldn't resume if paused for more than a few minutes</li>
<li>Note: I apologise for these extremely annoying playback issues. Playback is basically the number one job of this app. I'm treating these as highest priority, and also trying to prevent these bugs from recurring.</li>
</ul>
<h4>2.0.7-beta10</h4>
<ul>
<li>Fixed an issue where playback would randomly pause, particularly when returning from another app</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-beta10"
const val versionName = "2.0.7-beta11"

}

0 comments on commit 2f01c27

Please sign in to comment.