diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c5429e..bb7f6118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2024.1 (117) +Features/Improvements: +- Add See Results button to polls + +Bugfixes: +- Fix race condition when presenting gallery for 4th of more than 4 attachments +- Fix gallery interactive dismissal not working for 4th or later attachments on posts with more than 4 attachments +- Pixelfed: Fix crash when there are multiple follow notifications from the same account +- macOS: Fix gallery being positioned incorrectly when Reduce Motion is on + ## 2024.1 (116) Features/Improvements: - Display message on empty list timelines diff --git a/Version.xcconfig b/Version.xcconfig index 1d6fe1dc..b0bb8c61 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.1 -CURRENT_PROJECT_VERSION = 116 +CURRENT_PROJECT_VERSION = 117 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev