diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2b99ab..5d06b058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2024.5 (137) +Features/Improvements: +- Improve gallery presentation/dismissal transitions + +Bugfixes: +- Account for bidirectional text in display names +- Fix crash when playing back gifv +- Fix gallery controls not hiding if video loading fails +- iPadOS: Fix incorrect gallery dismiss animation on non-fullscreen windows +- iPadOS: Fix hang when switching accounts + ## 2024.4 (136) Features/Improvements: - Import image description when adding attachments from Photos if possible diff --git a/Version.xcconfig b/Version.xcconfig index abcfb85d..7ed3937e 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -9,8 +9,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 2024.4 -CURRENT_PROJECT_VERSION = 136 +MARKETING_VERSION = 2024.5 +CURRENT_PROJECT_VERSION = 137 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev