Release 3.13.0

This commit is contained in:
Thomas 2022-12-26 18:13:50 +01:00
parent 48009141dd
commit b9eca58ccb
3 changed files with 40 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 453
versionName "3.12.3"
versionCode 454
versionName "3.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -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",
"code": "453",

View 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