diff --git a/CHANGELOG.md b/CHANGELOG.md index d51b5a45..00844c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2024.3 (130) +Bugfixes: +- Fix reply author avatar on Compose screen not being pinned to top when scrolling while typing +- Fix crash when dragging between buttons in reblog confirmation alert +- Fix potential crash when displaying search results +- Mac: Fix Post button not displaying on Compose screen + ## 2024.3 (129) Bugfixes: - Fix excessive network traffic on profile pages diff --git a/Version.xcconfig b/Version.xcconfig index aef41d67..84215442 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.3 -CURRENT_PROJECT_VERSION = 129 +CURRENT_PROJECT_VERSION = 130 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev