diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd6ee37..d51b5a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2024.3 (129) +Bugfixes: +- Fix excessive network traffic on profile pages +- Fix attachment gallery controls visibility not being synced between pages +- Fix video attachments not restarting when play pressed while at ends +- Fix profile field text being misaligned +- Fix at sign in timeline statuses usernames sometimes clipping +- Fix add hashtag/instance to Pinned Timelines sheets dismissing immediately when opened +- Fix for display name being replaced with incorrect user in certain circumstances +- Fix profile moved overlay view appearing behind avatar/header +- Fix profile moved view accessibility with VoiceOver +- Fix mention/status push notifications not showing content warning +- Fix sensitive attachment thumbnails being shown in push notifications +- Fix Dynamic Type not applying to status content +- Fix expand all option in Conversation not transferring when opening ancestors +- Fix not being able to resolve remote Mastodon status links in Conversation screen +- Fix status indicator icons overlapping thread links when Dynamic Type is enabled + ## 2024.3 (128) Bugfixes: - Fix selecting poll option playing too much haptic feedback diff --git a/Version.xcconfig b/Version.xcconfig index 2b9cff88..aef41d67 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.3 -CURRENT_PROJECT_VERSION = 128 +CURRENT_PROJECT_VERSION = 129 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev