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

Commit d3d1662

Browse files
committed
Bump to v2.0.11-beta1
1 parent 936186f commit d3d1662

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

app/src/main/assets/web/info.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,21 @@
88
</head>
99

1010
<body>
11-
<h4>2.0.10-beta1</h4>
11+
<h4>2.0.11-beta1</h4>
12+
<ul>
13+
<li>Continues where 2.0.10-beta1 left off</li>
14+
</ul>
15+
<h4>2.0.10 (hotfix)</h4>
16+
<ul>
17+
<li>Artist artwork is currently unavailable, as the Last.Fm API is down.</li>
18+
<li>Fixed an issue where album artwork wasn't downloaded from iTunes when Last.Fm fails</li>
19+
<li>Fixed performance issues introduced in previous build</li>
20+
</ul>
21+
<h4>2.0.10-beta1</h4>
1222
<ul>
1323
<li>Continues where 2.0.9-beta1 left off</li>
1424
</ul>
15-
<h4>2.0.9 (hotfix)</h4>
25+
<h4>2.0.9 (hotfix)</h4>
1626
<ul>
1727
<li>Fixed issue preventing Last.FM artwork from downloading</li>
1828
<li>Fixed an issue where current song / queue position was messed up after turning shuffle on</li>

app/src/main/assets/web/info_dark.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.11-beta1</h4>
12+
<ul>
13+
<li>Continues where 2.0.10-beta1 left off</li>
14+
</ul>
15+
<h4>2.0.10 (hotfix)</h4>
16+
<ul>
17+
<li>Artist artwork is currently unavailable, as the Last.Fm API is down.</li>
18+
<li>Fixed an issue where album artwork wasn't downloaded from iTunes when Last.Fm fails</li>
19+
<li>Fixed performance issues introduced in previous build</li>
20+
</ul>
1121
<h4>2.0.10-beta1</h4>
1222
<ul>
1323
<li>Continues where 2.0.9-beta1 left off</li>

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "2.0.10-beta1"
3+
const val versionName = "2.0.11-beta1"
44

55
}

0 commit comments

Comments
 (0)