This commit is contained in:
Kieran W 2022-03-11 18:44:54 +00:00
parent 0db7adbd3e
commit 0b4ccfe579
3 changed files with 26 additions and 3 deletions

View File

@ -7,7 +7,7 @@ patch-level version changes can be found in [commit messages](../../commits/mast
## Next_Ver - 2022/xx/xx
-->
## Next_Ver - 2022/xx/xx
## 20220311 - 2022/03/11
- New Feature: Improve error messages for the user per https://github.com/FredHappyface/Android.EweSticker/issues/39
- New Feature: Add [Help](/documentation/help) to provide guidance for error messages

View File

@ -39,8 +39,8 @@ android {
applicationId = "com.fredhappyface.ewesticker"
minSdk = 26
targetSdk = 31
versionCode = 20220128
versionName = "2022.01.28"
versionCode = 20220311
versionName = "2022.03.11"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-$versionName")
}

View File

@ -0,0 +1,23 @@
<ul>
<li>New Feature: Improve error messages for the user per
https://github.com/FredHappyface/Android.EweSticker/issues/39</li>
<li>New Feature: Add <a href="/documentation/help">Help</a> to provide
guidance for error messages</li>
<li>New Feature: Add Gradle tasks
<ul>
<li>ktlintCheck (<code>gradlew ktlintCheck</code>): run ktlint over the
codebase</li>
<li>genDocs (<code>gradlew genDocs</code>): generate the api reference
using dokka</li>
</ul></li>
<li>Bugfix: Refactor in response bug found when investigating
https://github.com/FredHappyface/Android.EweSticker/issues/37</li>
<li>Bugfix: Back button now enabled in fresh install per
https://github.com/FredHappyface/Android.EweSticker/issues/38</li>
<li>Update navbar theme (dark/light rather than the app accent
colour)</li>
<li>Update dependencies</li>
<li>Update tutorial location to <a
href="/documentation/tutorials">Tutorials</a></li>
<li>Update tutorial</li>
</ul>