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-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Nov 4, 2018
1 parent fa31523 commit a1b7428
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 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,15 @@
</head>

<body>
<h4>2.0.7-beta2</h4>
<ul>
<li>Migrated to new Cast Framework. Lots of improvements to Chromecast playback</li>
<li>Added swipe-to-remove to queue, with a lock button to prevent accidental swiping</li>
<li>Improved fade when playing/pausing</li>
<li>Made it more obvious when Shuffle/Repeat are on/off, icons are now more transparent when disabled</li>
<li>Fixed an issue where sorting didn't work in Album Detail screen</li>
<li>Lots of behind the scenes improvements</li>
</ul>
<h4>2.0.7-beta1</h4>
<ul>
<li>Fixed an issue where shuffle button color would revert back to white until pressed again</li>
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

<body>
<body>
<h4>2.0.7-beta2</h4>
<ul>
<li>Migrated to new Cast Framework. Lots of improvements to Chromecast playback</li>
<li>Added swipe-to-remove to queue, with a lock button to prevent accidental swiping</li>
<li>Improved fade when playing/pausing</li>
<li>Made it more obvious when Shuffle/Repeat are on/off, icons are now more transparent when disabled</li>
<li>Fixed an issue where sorting didn't work in Album Detail screen</li>
<li>Lots of behind the scenes improvements</li>
</ul>
<h4>2.0.7-beta1</h4>
<ul>
<li>Fixed an issue where shuffle button color would revert back to white until pressed again</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-beta1"
const val versionName = "2.0.7-beta2"

}

0 comments on commit a1b7428

Please sign in to comment.