From eb89aec00fbb4b979ed97a2cb36f2931d354d9d7 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 24 Jul 2024 21:09:42 -0700 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 7 +++++++ Version.xcconfig | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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