mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-05 15:40:08 +02:00
Release 3.24.1
This commit is contained in:
parent
1bc12d3202
commit
ce92f23c50
3 changed files with 21 additions and 2 deletions
app
src/fdroid/fastlane/metadata/android/en/changelogs
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 499
|
versionCode 500
|
||||||
versionName "3.24.0"
|
versionName "3.24.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.24.1",
|
||||||
|
"code": "500",
|
||||||
|
"note": "Added:\n- Three new app icons (Pride, Pink and Pirate)\n- Keep position with remote conversations\n\nFixed:\n- Markdown: stop parsing tags and support strike text\n- Cursor more visible when composing\n- Fix custom instance max char length not working\n- Tabs in profiles\n- Fix not clickable tags for some languages\n- Bug with account having huge amount of followers\n- Crash with several gif in same message\n- Poll max chars\n- Some crashes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.24.0",
|
"version": "3.24.0",
|
||||||
"code": "499",
|
"code": "499",
|
||||||
|
|
14
src/fdroid/fastlane/metadata/android/en/changelogs/500.txt
Normal file
14
src/fdroid/fastlane/metadata/android/en/changelogs/500.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Added:
|
||||||
|
- Three new app icons (Pride, Pink and Pirate)
|
||||||
|
- Keep position with remote conversations
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Markdown: stop parsing tags and support strike text
|
||||||
|
- Cursor more visible when composing
|
||||||
|
- Fix custom instance max char length not working
|
||||||
|
- Tabs in profiles
|
||||||
|
- Fix not clickable tags for some languages
|
||||||
|
- Bug with account having huge amount of followers
|
||||||
|
- Crash with several gif in same message
|
||||||
|
- Poll max chars
|
||||||
|
- Some crashes
|
Loading…
Reference in a new issue