Commit fb218af4 authored by Thomas's avatar Thomas
Browse files

- Release 3.37.0

parent 0aa09700
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 547
        versionName "3.36.1"
        versionCode 548
        versionName "3.37.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.37.0",
    "code": "548",
    "note": "Added\n- Add reverse timeline reading order option\n- Add grouped notifications API (v2) with fallback to local grouping\n- Add volume slider and playback speed controls to video player\n- Add replies policy option when creating/editing lists\n- Add pinch zoom on remotely loaded media\n- Add fediverse creator support in link preview cards\n- Add unreachable gap detection in home timeline\n- Add pinned statuses carousel in profiles\n\nChanged\n- Show display name instead of generic text in poll notifications\n- Show emoji shortcode as fallback when custom emoji fails to load\n- Keep timeline stable when interacting with posts\n- Improve pronouns and display name handling\n- Improve fit preview by capping height\n\nFixed\n- Fix picture timelines not loading new art and losing posts on restart\n- Fix alt-text changes lost when editing scheduled posts\n- Fix quotes lost on scheduled posts\n- Fix unexpected quote_approval format from GlitchSocial instances\n- Fix scheduled posts: wrong item removed from list and minimum delay enforced\n- Fix search pagination for statuses and accounts\n- Fix duplicate posts when one post in a series fails\n- Fix crash when hiding/deleting timeline after another deletion\n- Fix compose error message not shown immediately in thread view\n- Fix quote button not disabled when quoting is denied\n- Fix pagination for instances with non-alphanumeric IDs\n- Fix remote mention resolution\n- Fix quote visibility forced to unlisted instead of using default\n"
  },
  {
    "version": "3.36.1",
    "code": "547",
+31 −0
Original line number Diff line number Diff line
Added
- Add reverse timeline reading order option
- Add grouped notifications API (v2) with fallback to local grouping
- Add volume slider and playback speed controls to video player
- Add replies policy option when creating/editing lists
- Add pinch zoom on remotely loaded media
- Add fediverse creator support in link preview cards
- Add unreachable gap detection in home timeline
- Add pinned statuses carousel in profiles

Changed
- Show display name instead of generic text in poll notifications
- Show emoji shortcode as fallback when custom emoji fails to load
- Keep timeline stable when interacting with posts
- Improve pronouns and display name handling
- Improve fit preview by capping height

Fixed
- Fix picture timelines not loading new art and losing posts on restart
- Fix alt-text changes lost when editing scheduled posts
- Fix quotes lost on scheduled posts
- Fix unexpected quote_approval format from GlitchSocial instances
- Fix scheduled posts: wrong item removed from list and minimum delay enforced
- Fix search pagination for statuses and accounts
- Fix duplicate posts when one post in a series fails
- Fix crash when hiding/deleting timeline after another deletion
- Fix compose error message not shown immediately in thread view
- Fix quote button not disabled when quoting is denied
- Fix pagination for instances with non-alphanumeric IDs
- Fix remote mention resolution
- Fix quote visibility forced to unlisted instead of using default
 No newline at end of file