From ca764811ed9c5e99f0bd7599141f98f7e3743836 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 23 Apr 2024 13:19:52 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 11 +++++++++++ Version.xcconfig | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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