Skip to content

Commit 6eccbd9

Browse files
committed
update changelog
1 parent f53d988 commit 6eccbd9

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ patch-level version changes can be found in [commit messages](../../commits/mast
77
## Next_Ver
88
-->
99

10-
## 202403xx
10+
## 20240322
1111

1212
- Add sticker search
13+
- Add haptic feedback option
1314
- Update translations from Weblate (thank you to the following!)
1415
- Indonesian
1516
- Reza Almanda <rezaalmanda27@gmail.com>
17+
- Update screenshots and docs
18+
- Update deps
1619

1720
## 20231008
1821

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ android {
4949
applicationId = "com.fredhappyface.ewesticker"
5050
minSdk = 26
5151
targetSdk = 34
52-
versionCode = 20231008
53-
versionName = "20231008"
52+
versionCode = 20240322
53+
versionName = "20240322"
5454
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
5555
setProperty("archivesBaseName", "$applicationId-$versionName")
5656
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<h2 id="section">20240322</h2>
2+
<ul>
3+
<li>Add sticker search</li>
4+
<li>Add haptic feedback option</li>
5+
<li>Update translations from Weblate (thank you to the following!)
6+
<ul>
7+
<li>Indonesian
8+
<ul>
9+
<li>Reza Almanda <a href="mailto:rezaalmanda27@gmail.com"
10+
class="email">rezaalmanda27@gmail.com</a></li>
11+
</ul></li>
12+
</ul></li>
13+
<li>Update screenshots and docs</li>
14+
<li>Update deps</li>
15+
</ul>

0 commit comments

Comments
 (0)