This commit is contained in:
Kieran BW 2021-11-14 21:31:26 +00:00
parent 4a83008c91
commit df418f1f69
7 changed files with 14 additions and 3 deletions

View File

@ -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

View File

@ -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")
}

View File

@ -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>