Skip to content

Commit 0b4ccfe

Browse files
committed
20220311
1 parent 0db7adb commit 0b4ccfe

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

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

10-
## Next_Ver - 2022/xx/xx
10+
## 20220311 - 2022/03/11
1111

1212
- New Feature: Improve error messages for the user per https://github.com/FredHappyface/Android.EweSticker/issues/39
1313
- New Feature: Add [Help](/documentation/help) to provide guidance for error messages

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
applicationId = "com.fredhappyface.ewesticker"
4040
minSdk = 26
4141
targetSdk = 31
42-
versionCode = 20220128
43-
versionName = "2022.01.28"
42+
versionCode = 20220311
43+
versionName = "2022.03.11"
4444
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4545
setProperty("archivesBaseName", "$applicationId-$versionName")
4646
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<ul>
2+
<li>New Feature: Improve error messages for the user per
3+
https://github.com/FredHappyface/Android.EweSticker/issues/39</li>
4+
<li>New Feature: Add <a href="/documentation/help">Help</a> to provide
5+
guidance for error messages</li>
6+
<li>New Feature: Add Gradle tasks
7+
<ul>
8+
<li>ktlintCheck (<code>gradlew ktlintCheck</code>): run ktlint over the
9+
codebase</li>
10+
<li>genDocs (<code>gradlew genDocs</code>): generate the api reference
11+
using dokka</li>
12+
</ul></li>
13+
<li>Bugfix: Refactor in response bug found when investigating
14+
https://github.com/FredHappyface/Android.EweSticker/issues/37</li>
15+
<li>Bugfix: Back button now enabled in fresh install per
16+
https://github.com/FredHappyface/Android.EweSticker/issues/38</li>
17+
<li>Update navbar theme (dark/light rather than the app accent
18+
colour)</li>
19+
<li>Update dependencies</li>
20+
<li>Update tutorial location to <a
21+
href="/documentation/tutorials">Tutorials</a></li>
22+
<li>Update tutorial</li>
23+
</ul>

0 commit comments

Comments
 (0)