From cdc64f1b2caeecfe191ca1d044bc97152cb500d8 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 10 Jul 2024 20:49:50 -0700 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 12 ++++++++++++ Version.xcconfig | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afd56078..dcd6ee37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2024.3 (128) +Bugfixes: +- Fix selecting poll option playing too much haptic feedback +- Fix crash when displaying HTML in certain posts +- Fix gifv playback pausing audio from other apps +- Fix gifv playback not resuming after returning from background +- Fix attachment badges not appearing on gifvs +- iPadOS: Fix poll options not having pointer hover effects +- iPadOS: Fix haptic feedback not working on new Magic Keyboard +- iPadOS: Fix scrubbing video with pointer not letting you click to select position +- iPadOS: Fix multi-column navigation not animating when replacing multiple columns + ## 2024.3 (127) Bugfixes: - Fix Remove Suggestion context menu action missing from Suggested Accounts screen diff --git a/Version.xcconfig b/Version.xcconfig index d6c90a15..2b9cff88 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.3 -CURRENT_PROJECT_VERSION = 127 +CURRENT_PROJECT_VERSION = 128 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev