Commit cdea4726 authored by Thomas's avatar Thomas
Browse files

- Release 3.36.0-beta-2

parent 22e5f322
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 541
        versionName "3.36.0-beta-1"
        versionCode 542
        versionName "3.36.0-beta-2"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.36.0-beta-2",
    "code": "542",
    "note": "Added:\n- Add discussions view for trending links\n- Add media display for quoted messages\n- Add \"Filter this post\" feature\n\nChanged:\n- MathJax text color adapts to actual theme background\n\nFixed:\n- ANR on long text without spaces\n- NPE in quote handling\n- Respect user's default quote policy when composing new posts\n- Hide CW-protected content in quoted posts\n- Image sharing to other apps\n- Animated WebP autoplay in timeline\n- Thread reply ordering in conversation view\n- Unfollow button not displayed on profile"
  },
  {
    "version": "3.36.0-beta-1",
    "code": "541",
+17 −0
Original line number Diff line number Diff line
Added:
- Add discussions view for trending links
- Add media display for quoted messages
- Add "Filter this post" feature

Changed:
- MathJax text color adapts to actual theme background

Fixed:
- ANR on long text without spaces
- NPE in quote handling
- Respect user's default quote policy when composing new posts
- Hide CW-protected content in quoted posts
- Image sharing to other apps
- Animated WebP autoplay in timeline
- Thread reply ordering in conversation view
- Unfollow button not displayed on profile
 No newline at end of file