Release 3.27-beta-4

This commit is contained in:
Thomas 2024-01-15 17:29:34 +01:00
parent a9e17fb5d6
commit a399ce674b
3 changed files with 14 additions and 3 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 508
versionName "3.27-beta-3"
versionCode 509
versionName "3.27-beta-4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,8 +1,13 @@
[
{
"version": "3.27-beta-4",
"code": "509",
"note": "Added:\n- Fixed top bar (default: disabled)\n- Usage frequency of tags when composing\n\nFixed:\n- Some crashes"
},
{
"version": "3.27-beta-3",
"code": "508",
"note": "- - Fix remember position"
"note": "- Fix remember position"
},
{
"version": "3.27-beta-2",

View File

@ -0,0 +1,6 @@
Added:
- Fixed top bar (default: disabled)
- Usage frequency of tags when composing
Fixed:
- Some crashes