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

Commit a3d0213

Browse files
committed
Bump to v2.0.12-beta5
1 parent edaea84 commit a3d0213

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.12-beta5</h4>
12+
<ul>
13+
<li>Fixed a crash when adding to queue from folder browser</li>
14+
<li>Fixed a bug where string was not formatted after adding tracks to queue</li>
15+
<li>If you still can't update widgets and it just crashes when you try, I can't help you. I have tried everything imaginable. It's a bug with your phone/firmware. I tried!</li>
16+
<li>Crash fixes</li>
17+
</ul>
1118
<h4>2.0.12-beta4</h4>
1219
<ul>
1320
<li>Possible crash fix when initialising widgets</li>

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

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.12-beta5</h4>
12+
<ul>
13+
<li>Fixed a crash when adding to queue from folder browser</li>
14+
<li>Fixed a bug where string was not formatted after adding tracks to queue</li>
15+
<li>If you still can't update widgets and it just crashes when you try, I can't help you. I have tried everything imaginable. It's a bug with your phone/firmware. I tried!</li>
16+
<li>Crash fixes</li>
17+
</ul>
1118
<h4>2.0.12-beta4</h4>
1219
<ul>
1320
<li>Possible crash fix when initialising widgets</li>

buildSrc/src/main/kotlin/Config.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "2.0.12-beta4"
3+
const val versionName = "2.0.12-beta5"
44

55
}

0 commit comments

Comments
 (0)