From 8557e110a8d180d8eb94dadc45390c3ffcad4b57 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 8 Jun 2024 13:55:32 -0700 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Version.xcconfig | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1a71e2..afd56078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 2024.3 (127) +Bugfixes: +- Fix Remove Suggestion context menu action missing from Suggested Accounts screen +- Fix profile header images being blurry +- Fix dismissing gallery when presented from sheet +- Fix potential crash in multi-column interface +- Fix crash when opening push notification while sheet presented +- Fix being able to block your own domain +- Fix links in profile fields with other text not being interactable +- Fix excessive CPU use immediately after app launch +- Fix timeline failing to load when one status is malformed +- iPadOS: Fix pointer interactions on conversation main status action buttons +- iPadOS: Fix multiple close buttons being added in multi-column interface +- iPadOS: Fix Cmd+1/etc. resetting navigation state when returning to previous column +- iPadOS: Fix previous sidebar selection losing navigation state in some circumstances +- iPadOS: Fix profile followers/following buttons not having pointer effect +- iPadOS: Fix search token suggestions not having pointer effect +- iPadOS: Fix conversation thread links appearing above avatar during pointer effect +- iPadOS: Fix multi-column interface not animating scroll when replacing subsequent columns +- iPadOS: Fix not being able to select text on conversation main status by double-clicking with cursor +- iPadOS: Fix selecting search result always pushing new column rather than replacing +- Pixelfed/Firefish: Fix error loading accounts in some circumstances +- Pixelfed: Fix loading relationships and follow/block/etc. actions not working + ## 2024.3 (126) Bugfixes: - Fix an issue displaying post HTML in certain edge cases diff --git a/Version.xcconfig b/Version.xcconfig index cc1453d2..d6c90a15 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.3 -CURRENT_PROJECT_VERSION = 126 +CURRENT_PROJECT_VERSION = 127 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev