Commit 14117b73 authored by Thomas's avatar Thomas
Browse files

Release 3.0.11

parent 9ac9c3ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 31
        versionCode 400
        versionName "3.0.10"
        versionCode 401
        versionName "3.0.11"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.0.11",
    "code": "401",
    "note": "Changed:\n- Composing messages is no longer forced to max chars\n\nFixed:\n- Cross-account follow\n- Cannot subscribe to notifications for an account\n- Issues when sharing\n- Wrong profile for emoji reactions in notifications\n- Issue with cards\n- Crashes with tabs\n- Tabs cannot be renamed"
  },
  {
    "version": "3.0.10",
    "code": "400",
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ public class PinnedTimelineHelper {
                        name = pinnedTimeline.mastodonList.title;
                        break;
                    case TAG:
                        name = pinnedTimeline.tagTimeline.name.replaceAll("#", "");
                        name = pinnedTimeline.tagTimeline.displayName != null && !pinnedTimeline.tagTimeline.displayName.isEmpty() ? pinnedTimeline.tagTimeline.displayName : pinnedTimeline.tagTimeline.name.replaceAll("#", "");
                        break;
                    case REMOTE:
                        name = pinnedTimeline.remoteInstance.host;
+11 −0
Original line number Diff line number Diff line
Changed:
- Composing messages is no longer forced to max chars

Fixed:
- Cross-account follow
- Cannot subscribe to notifications for an account
- Issues when sharing
- Wrong profile for emoji reactions in notifications
- Issue with cards
- Crashes with tabs
- Tabs cannot be renamed
 No newline at end of file