update changelog

This commit is contained in:
Kieran W 2024-03-22 19:10:21 +00:00
parent f53d988798
commit 6eccbd93e2
3 changed files with 21 additions and 3 deletions

View File

@ -7,12 +7,15 @@ patch-level version changes can be found in [commit messages](../../commits/mast
## Next_Ver
-->
## 202403xx
## 20240322
- Add sticker search
- Add haptic feedback option
- Update translations from Weblate (thank you to the following!)
- Indonesian
- Reza Almanda <rezaalmanda27@gmail.com>
- Update screenshots and docs
- Update deps
## 20231008

View File

@ -49,8 +49,8 @@ android {
applicationId = "com.fredhappyface.ewesticker"
minSdk = 26
targetSdk = 34
versionCode = 20231008
versionName = "20231008"
versionCode = 20240322
versionName = "20240322"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-$versionName")
}

View File

@ -0,0 +1,15 @@
<h2 id="section">20240322</h2>
<ul>
<li>Add sticker search</li>
<li>Add haptic feedback option</li>
<li>Update translations from Weblate (thank you to the following!)
<ul>
<li>Indonesian
<ul>
<li>Reza Almanda <a href="mailto:rezaalmanda27@gmail.com"
class="email">rezaalmanda27@gmail.com</a></li>
</ul></li>
</ul></li>
<li>Update screenshots and docs</li>
<li>Update deps</li>
</ul>