Commit b9eca58c authored by Thomas's avatar Thomas
Browse files

Release 3.13.0

parent 48009141
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "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",
+33 −0
Original line number Diff line number Diff line
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
 No newline at end of file