Commit ecd861d7 authored by Thomas's avatar Thomas
Browse files

- Release 3.36.1

parent b2bbf660
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 35
        versionCode 546
        versionName "3.36.0"
        versionCode 547
        versionName "3.36.1"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.36.1",
    "code": "547",
    "note": "Added:\n- Add cross-quoting via long press on quote button\n- Add Trending Links to pinnable timelines and remote instances\n- Warn when exceeding 4 hashtags limit in combined timeline\n\nFixed:\n- Fix alt-text lost when editing scheduled posts\n- Fix sort order when opening intermediate reply in thread\n- Fix quote button and action counts not following theme_icons_color\n- Fix show all images from multi-image posts in ART timeline\n- Fix \"No message to display\" showing incorrectly on Trending Links pagination\n- Fix text shift in truncated posts by resetting scroll position\n- Fix remote profile follow button by resolving accounts locally\n- Fix notifications dismissed too aggressively\n- Fix custom emoji display in profile bio\n- Fix crashes in status cache and timeline helper\n- Fix APNG custom emoji animation\n- Fix compose top bar unreachable after hiding keyboard\n- Fix NPE when media_attachments is null in card\n"
  },
  {
    "version": "3.36.0",
    "code": "546",
+19 −0
Original line number Diff line number Diff line
Added:
- Add cross-quoting via long press on quote button
- Add Trending Links to pinnable timelines and remote instances
- Warn when exceeding 4 hashtags limit in combined timeline

Fixed:
- Fix alt-text lost when editing scheduled posts
- Fix sort order when opening intermediate reply in thread
- Fix quote button and action counts not following theme_icons_color
- Fix show all images from multi-image posts in ART timeline
- Fix "No message to display" showing incorrectly on Trending Links pagination
- Fix text shift in truncated posts by resetting scroll position
- Fix remote profile follow button by resolving accounts locally
- Fix notifications dismissed too aggressively
- Fix custom emoji display in profile bio
- Fix crashes in status cache and timeline helper
- Fix APNG custom emoji animation
- Fix compose top bar unreachable after hiding keyboard
- Fix NPE when media_attachments is null in card