mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-07 00:20:08 +02:00
Release 3.13.0
This commit is contained in:
parent
48009141dd
commit
b9eca58ccb
3 changed files with 40 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 453
|
versionCode 454
|
||||||
versionName "3.12.3"
|
versionName "3.13.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.13.0",
|
||||||
|
"code": "454",
|
||||||
|
"note": "Added:\n- Post random quotes\n- Group reblogs in home timeline\n- Rename Nitter timelines\n- Android 13 support\n- Pagination with search / trending\n- Allow to remove left margin in messages (default: disabled)\n\nChanged:\n- Display translate button only when language is different\n- Respect blank spaces between words in messages\n- Focus button more accessible when editing media\n- Visual feedback for block on account list\n- Visual changes with compose / top bar\n- Use custom Nitter timeline name in manage timelines\n\nFixed:\n- Behavior with cw toggle\n- Truncated gimini links\n- Nav buttons not visible with media (Light theme)\n- Status bar with Android 5\n- Fix links not clickable\n- Fix deep links\n- Fix remote threads not fetched for some instances\n- Adding description to shared media\n- Open with another accounts\n- Chars size not respected for Android 5-6\n- Wrong instance fetched for instances.social\n- Bouncing Timeline on refresh\n- Links to mentions, tags, urls, not visible.\n- Custom channel sounds not applied\n- users with short username are not linked\n- Fix crashes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.12.3",
|
"version": "3.12.3",
|
||||||
"code": "453",
|
"code": "453",
|
||||||
|
|
33
src/fdroid/fastlane/metadata/android/en/changelogs/454.txt
Normal file
33
src/fdroid/fastlane/metadata/android/en/changelogs/454.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Added:
|
||||||
|
- Post random quotes
|
||||||
|
- Group reblogs in home timeline
|
||||||
|
- Rename Nitter timelines
|
||||||
|
- Android 13 support
|
||||||
|
- Pagination with search / trending
|
||||||
|
- Allow to remove left margin in messages (default: disabled)
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
- Display translate button only when language is different
|
||||||
|
- Respect blank spaces between words in messages
|
||||||
|
- Focus button more accessible when editing media
|
||||||
|
- Visual feedback for block on account list
|
||||||
|
- Visual changes with compose / top bar
|
||||||
|
- Use custom Nitter timeline name in manage timelines
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Behavior with cw toggle
|
||||||
|
- Truncated gimini links
|
||||||
|
- Nav buttons not visible with media (Light theme)
|
||||||
|
- Status bar with Android 5
|
||||||
|
- Fix links not clickable
|
||||||
|
- Fix deep links
|
||||||
|
- Fix remote threads not fetched for some instances
|
||||||
|
- Adding description to shared media
|
||||||
|
- Open with another accounts
|
||||||
|
- Chars size not respected for Android 5-6
|
||||||
|
- Wrong instance fetched for instances.social
|
||||||
|
- Bouncing Timeline on refresh
|
||||||
|
- Links to mentions, tags, urls, not visible.
|
||||||
|
- Custom channel sounds not applied
|
||||||
|
- users with short username are not linked
|
||||||
|
- Fix crashes
|
Loading…
Reference in a new issue