Release 3.27.0
This commit is contained in:
parent
246bc7e557
commit
886b74c171
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 509
|
||||
versionName "3.27-beta-4"
|
||||
versionCode 510
|
||||
versionName "3.27.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,23 +1,8 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"version": "3.27-beta-2",
|
||||
"code": "507",
|
||||
"note": "- Compose issue\n- This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid."
|
||||
},
|
||||
{
|
||||
"version": "3.27-beta-1",
|
||||
"code": "506",
|
||||
"note": "This release should fix crashes (TransactionTooLargeException). If you got crashes, rollback the version through FDdroid."
|
||||
"version": "3.27.0",
|
||||
"code": "510",
|
||||
"note": "Added:\n- Fixed top bar (default: disabled)\n- Usage frequency of tags when composing\n\nChanged:\n- Markdown support disabled by default\n\nFixed:\n- Fix crashes during interactions or when opening a new screen\n- Fix color of dialogs in Settings\n- Some minor crashes"
|
||||
},
|
||||
{
|
||||
"version": "3.26.0",
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
Added:
|
||||
- Fixed top bar (default: disabled)
|
||||
- Usage frequency of tags when composing
|
||||
|
||||
Changed:
|
||||
- Markdown support disabled by default
|
||||
|
||||
Fixed:
|
||||
- Fix crashes during interactions or when opening a new screen
|
||||
- Fix color of dialogs in Settings
|
||||
- Some minor crashes
|
Loading…
Reference in New Issue