diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f15e65..1b4f9dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2024.2 (122) +Features/Improvements: +- Show instance announcements in Notifications +- Pleroma/Akkoma: Display emoji reactions in Notifications +- Pleroma/Akkoma: Add push notifications for emoji reactions + +Bugfixes: +- Fix issue fetching server info on some instances +- Fix Preferences background color not updating after changing Pure Black Dark Mode +- Fix push subscription settings background using incorrect color with Pure Black Dark Mode off + ## 2024.2 (121) This build introduces a new multi-column navigation mode on iPad. You can revert to the old mode under Preferences -> Appearance. diff --git a/Version.xcconfig b/Version.xcconfig index 15e5a3d2..547faf01 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.2 -CURRENT_PROJECT_VERSION = 121 +CURRENT_PROJECT_VERSION = 122 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev