mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.25.2 - beta
This commit is contained in:
parent
5aae22483f
commit
1387a6f2a9
3 changed files with 21 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 502
|
versionCode 503
|
||||||
versionName "3.25.1"
|
versionName "3.25.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.25.2",
|
||||||
|
"code": "503",
|
||||||
|
"note": "Added:\n- Allow to underline clickable elements (Settings > Timelines - default: disabled)\n- Allow to disable relative date in messages\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- Fix a crash when composing\n- Fix an issue with the back button\n- Display issue with followed tags"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.25.1",
|
"version": "3.25.1",
|
||||||
"code": "502",
|
"code": "502",
|
||||||
|
|
14
src/fdroid/fastlane/metadata/android/en/changelogs/503.txt
Normal file
14
src/fdroid/fastlane/metadata/android/en/changelogs/503.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Added:
|
||||||
|
- Allow to underline clickable elements (Settings > Timelines - default: disabled)
|
||||||
|
- Allow to disable relative date in messages
|
||||||
|
|
||||||
|
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:
|
||||||
|
- Fix a crash when composing
|
||||||
|
- Fix an issue with the back button
|
||||||
|
- Display issue with followed tags
|
Loading…
Reference in a new issue