Skip to content

Commit

Permalink
20220311
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Mar 11, 2022
1 parent 0db7adb commit 0b4ccfe
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
23 changes: 23 additions & 0 deletions metadata/en-US/changelogs/20220311.txt
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 0b4ccfe

Please sign in to comment.