diff --git a/CHANGELOG.md b/CHANGELOG.md index 4664d738..84f15e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2024.2 (121) +This build introduces a new multi-column navigation mode on iPad. You can revert to the old mode under Preferences -> Appearance. + +Features/Improvements: +- iPadOS: Enable multi-column navigation +- Add post preview to Appearance preferences +- Consolidate Media preferences section with Appearance +- Add icons to Preferences sections + +Bugfixes: +- Fix push notifications not working on Pleroma/Akkoma and older Mastodon versions +- Fix push notifications not working with certain accounts +- Fix links on About screen not being aligned +- macOS: Remove non-functional in-app Safari preferences + ## 2024.2 (120) This build adds push notifications, which can be enabled in Preferences -> Notifications. diff --git a/Version.xcconfig b/Version.xcconfig index ae2e3073..15e5a3d2 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.2 -CURRENT_PROJECT_VERSION = 120 +CURRENT_PROJECT_VERSION = 121 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev