Skip to content

Commit 9510c68

Browse files
authored
Prepare 2.8.0.0 (#1196)
1 parent 742b166 commit 9510c68

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

app/assets/changes.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
</head>
66
<body>
77
<h1>What's new</h1>
8+
<h2>v2.8.0</h2>
9+
<p>
10+
<ul>
11+
<li>#1193 Endurain upload support</li>
12+
<li>#1192 Audio coundown feedback</li>
13+
<li>#1190 Buttons in notifications in Android 14</li>
14+
</ul>
815
<h2>v2.7.0</h2>
916
<p>
1017
<ul>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ project.ext {
3131
mockitoVersion = '3.11.2'
3232

3333
//The Git tag for the release must be identical for F-Droid
34-
versionName = '2.7.0.1'
35-
versionCode = 337
34+
versionName = '2.8.0.0'
35+
versionCode = 340
3636
latestBaseVersionCode = minSdk * 1000000
3737

3838
// F-Droid builds only allow free software (wear dir deleted at builds)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#1193 Endurain upload support
2+
#1192 Audio coundown feedback
3+
#1190 Buttons in notifications in Android 14

0 commit comments

Comments
 (0)