diff --git a/CHANGELOG-release.md b/CHANGELOG-release.md index e5a02a67..02ee3b9e 100644 --- a/CHANGELOG-release.md +++ b/CHANGELOG-release.md @@ -1,3 +1,13 @@ +## 2024.5 +Features/Improvements: +- Improve gallery animations + +Bugfixes: +- Handle right-to-left text in display names +- Fix crash during gifv playback +- iPadOS: Fix app becoming unresponsive when switching accounts +- iPadOS/macOS: Fix Cmd+R shortcuts not working + ## 2024.4 This release introduces support for iOS 18, including a new sidebar/tab bar on iPad, as well as bugfixes and improvements. diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fc1621..944b1271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2024.5 (141) +Bugfixes: +- Fix gallery controls being positioned incorrectly during dismiss animation on certain devices +- Fix gallery controls being positioned incorrectly in landscape orientations + ## 2024.5 (139) Bugfixes: - Fix error decoding certain posts diff --git a/Version.xcconfig b/Version.xcconfig index a0c8fd20..18440179 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.5 -CURRENT_PROJECT_VERSION = 139 +CURRENT_PROJECT_VERSION = 141 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev