1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2025-01-28 22:39:22 +01:00

Merge branch 'release20' into 'master'

Release 20

See merge request pixeldroid/PixelDroid!513
This commit is contained in:
Matthieu 2022-11-27 23:19:08 +00:00
commit 5b224976cc
2 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 19
versionCode 20
versionName "1.0.beta" + versionCode
//TODO add resConfigs("en", "fr", "ja",...) ?

View File

@ -0,0 +1,4 @@
- Delete and redraft existing posts
- Collections of own posts can now be viewed and edited
- Post creation is now performed in two steps, with new support for: NSFW sensitivity, account switching
- Many other changes and improvements :)