From cced930549591f6ddd922e6f0c6880ab914e8293 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 31 Mar 2024 21:00:52 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 13 +++++++++++++ Version.xcconfig | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9c80a2..f4554bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2024.1 (115) +Features/Improvements: +- Rewrite attachment gallery + - Fixes a number of long-standing issues + - Adds a custom video player that shows controls and caption + - Supports sharing/saving videos + +Bugfixes: +- Fix hang when sharing video/gifv attachments +- Fix stretched icon for Save to Photos action when sharing attachment +- Fix crash when Compose screen is dismissed while adding attachments +- Fix crash when sharing attachment from context menu on iPad + ## 2024.1 (113) Features/Improvements: - Add Share and Save to Photos context menu actions to attachments diff --git a/Version.xcconfig b/Version.xcconfig index 3e8ecac1..ef209c4e 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.1 -CURRENT_PROJECT_VERSION = 113 +CURRENT_PROJECT_VERSION = 115 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev