Commit b88de9c7 authored by Thomas's avatar Thomas
Browse files

Release 3.36.0-beta-1

parent 02e65cd1
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 540
        versionName "3.35.1"
        versionCode 541
        versionName "3.36.0-beta-1"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.36.0-beta-1",
    "code": "541",
    "note": "Added:\n- Add Mastodon trending remote as pinnable timeline\n- Add setting to allow uncompressed media upload (disabled by default)\n- Add options to hide 'sensitive content' and 'media description' indicators\n- Add option to change profile image shape in profile page\n- Add accessibility action to translate status content\n- New preference with multiple options to change how quote button is displayed\n\nChanged:\n- Migrate to targetSdk 35\n- Improve link preview preference\n- Change boost+quote popup UI\n- Remove account from \"Home muted\" when unfollowing\n- Make instance URI clickable in \"About the instance\" dialog\n\nFixed:\n- Display placeholder for unfederated emojis\n- Messages filter not working after loading remote profile\n- Animated WebP not playing in media viewer\n- Audio not clickable when fit preview is enabled\n- Cross-posting: use correct instance for character limit and emojis\n- Truncation not applied to quoted posts\n- Content warning lost when editing scheduled posts\n- DeepL translation by using Authorization header\n- \"Open the original message\" can open wrong status\n- Quote notifications related fixes (type not being excluded properly, Quotes tab showing polls)\n- Video blinks\n- Player issue\n- Filters improvements\n- Some crashes"
  },
  {
    "version": "3.35.",
    "code": "540",
+30 −0
Original line number Diff line number Diff line
Added:
- Add Mastodon trending remote as pinnable timeline
- Add setting to allow uncompressed media upload (disabled by default)
- Add options to hide 'sensitive content' and 'media description' indicators
- Add option to change profile image shape in profile page
- Add accessibility action to translate status content
- New preference with multiple options to change how quote button is displayed

Changed:
- Migrate to targetSdk 35
- Improve link preview preference
- Change boost+quote popup UI
- Remove account from "Home muted" when unfollowing
- Make instance URI clickable in "About the instance" dialog

Fixed:
- Display placeholder for unfederated emojis
- Messages filter not working after loading remote profile
- Animated WebP not playing in media viewer
- Audio not clickable when fit preview is enabled
- Cross-posting: use correct instance for character limit and emojis
- Truncation not applied to quoted posts
- Content warning lost when editing scheduled posts
- DeepL translation by using Authorization header
- "Open the original message" can open wrong status
- Quote notifications related fixes (type not being excluded properly, Quotes tab showing polls)
- Video blinks
- Player issue
- Filters improvements
- Some crashes
 No newline at end of file