From 2ccf028bc20e9289c75fd698ac6a71e22e300904 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 20 May 2024 14:28:25 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG-release.md | 17 +++++++++++++++++ CHANGELOG.md | 9 +++++++++ Version.xcconfig | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-release.md b/CHANGELOG-release.md index 48863f4d5..2842a54d0 100644 --- a/CHANGELOG-release.md +++ b/CHANGELOG-release.md @@ -1,3 +1,20 @@ +## 2024.2 +This release introduces push notifications as well as an enhanced multi-column interface on iPadOS! + +Features/Improvements: +- Push notifications +- Add post preview to Appearance preferences +- Show instance announcements in Notifications tab +- Add subscription option to Tip Jar +- iPadOS: Multi-column navigation +- Pleroma/Akkoma: Emoji reaction notifications + +Bugfixes: +- Fix fetching server info on some instances +- Fix attachment captions not displaying while loading in gallery +- macOS: Remove in-app Safari preferences +- Pleroma: Handle posts with missing creation date + ## 2024.1 This update includes a significant improvements for the attachment gallery and displaying rich text posts. See below for a full list of improvements and fixes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4f9dac2..eb2832f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2024.3 (124) +Features/Improvements: +- Add subscription option to Tip Jar + +Bugfixes: +- Fix attachment captions not displaying while loading in gallery +- Fix tapping follow request push notification not working +- Pleroma: Handle posts with missing creation dates + ## 2024.2 (122) Features/Improvements: - Show instance announcements in Notifications diff --git a/Version.xcconfig b/Version.xcconfig index 86b156bf6..b97bcedb1 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.2 -CURRENT_PROJECT_VERSION = 123 +CURRENT_PROJECT_VERSION = 124 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev