Skip to content

Commit

Permalink
20211114
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Nov 14, 2021
1 parent 4a83008 commit df418f1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

## Next_Ver - 2021/11/xx
## 20211114 - 2021/11/14

- Reopen last used pack https://github.com/FredHappyface/Android.EweSticker/issues/14
- Variable number of columns in vertical scroll https://github.com/FredHappyface/Android.EweSticker/issues/16
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.fredhappyface.ewesticker"
minSdk = 26
targetSdk = 31
versionCode = 20211029
versionName = "2021.10.29"
versionCode = 20211114
versionName = "2021.11.14"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-$versionName")
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/20211114.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<ul>
<li>Reopen last used pack https://github.com/FredHappyface/Android.EweSticker/issues/14</li>
<li>Variable number of columns in vertical scroll https://github.com/FredHappyface/Android.EweSticker/issues/16</li>
<li>Nested directory structures now supported https://github.com/FredHappyface/Android.EweSticker/issues/17</li>
<li>Recent stickers are in the expected order https://github.com/FredHappyface/Android.EweSticker/issues/18</li>
<li>Back button now switches to the previously used keyboard (api&gt;=28) https://github.com/FredHappyface/Android.EweSticker/issues/23</li>
<li>Localisations for Sticker Path: Not Set, Sticker Date: Never</li>
<li>Code clean up + documentation improvements</li>
<li>The new target SDK version is 31 (Android 12) - previously 30 (Android 11)</li>
<li>The new minimum SDK version is 26 (Android 8 Oreo) - previously 28 (Android 9 Pie)</li>
</ul>

0 comments on commit df418f1

Please sign in to comment.