mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 08:40:03 +02:00
Prepare release 3.26.0 - Production
This commit is contained in:
parent
bc0d25c826
commit
b5d7ce2de0
3 changed files with 30 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 504
|
||||
versionName "3.25.3"
|
||||
versionCode 505
|
||||
versionName "3.26.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.26.0",
|
||||
"code": "505",
|
||||
"note": "Added:\n- Android 14 support\n- Automatically split long messages in threads (default: ASK)\n- Links and media are clickable when composing\n- Allow to underline clickable elements (Settings > Timelines - default: disabled)\n- Allow to disable relative date in messages\n- Add a scroll bar for timelines (default: disabled)\n- Add a search bar for custom emojis\n\nChanged:\n- Counters close to action buttons\n- Hide emoji picker if the instance has no emoji\n- Followed tags are ordered\n- Account picker when opening with another account\n\nFixed:\n- Avoid error 429 with NTFY\n- Fix a crash when composing\n- Display issue with followed tags\n- Crashes with profiles\n- Fix an issue with poll and Pleroma\n- Emoji not displayed in the picker\n- Several crashes are fixed"
|
||||
},
|
||||
{
|
||||
"version": "3.25.3",
|
||||
"code": "504",
|
||||
|
|
23
src/fdroid/fastlane/metadata/android/en/changelogs/505.txt
Normal file
23
src/fdroid/fastlane/metadata/android/en/changelogs/505.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Added:
|
||||
- Android 14 support
|
||||
- Automatically split long messages in threads (default: ASK)
|
||||
- Links and media are clickable when composing
|
||||
- Allow to underline clickable elements (Settings > Timelines - default: disabled)
|
||||
- Allow to disable relative date in messages
|
||||
- Add a scroll bar for timelines (default: disabled)
|
||||
- Add a search bar for custom emojis
|
||||
|
||||
Changed:
|
||||
- Counters close to action buttons
|
||||
- Hide emoji picker if the instance has no emoji
|
||||
- Followed tags are ordered
|
||||
- Account picker when opening with another account
|
||||
|
||||
Fixed:
|
||||
- Avoid error 429 with NTFY
|
||||
- Fix a crash when composing
|
||||
- Display issue with followed tags
|
||||
- Crashes with profiles
|
||||
- Fix an issue with poll and Pleroma
|
||||
- Emoji not displayed in the picker
|
||||
- Several crashes are fixed
|
Loading…
Reference in a new issue