mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.27.0
This commit is contained in:
parent
246bc7e557
commit
886b74c171
3 changed files with 16 additions and 20 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 509
|
versionCode 510
|
||||||
versionName "3.27-beta-4"
|
versionName "3.27.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,23 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"version": "3.27-beta-4",
|
"version": "3.27.0",
|
||||||
"code": "509",
|
"code": "510",
|
||||||
"note": "Added:\n- Fixed top bar (default: disabled)\n- Usage frequency of tags when composing\n\nFixed:\n- Some crashes"
|
"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.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.26.0",
|
"version": "3.26.0",
|
||||||
|
|
11
src/fdroid/fastlane/metadata/android/en/changelogs/510.txt
Normal file
11
src/fdroid/fastlane/metadata/android/en/changelogs/510.txt
Normal file
|
@ -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 a new issue