From 8c6782818581b158cca42be5ed033225e5fd25c1 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 7 Feb 2025 12:11:21 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 8 ++++++++ Version.xcconfig | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bac1a7d..0fed09bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2025.1 (145) +This build introduces the new, redesigned Compose screen. Please report any issues you encounter. + +Known issues: +- Autocomplete mentions/emojis/hashtags in Comopose is not available +- Rich text formatting actions in Compose are not available +- Non-pure-black dark mode preference is not respected in Compose + ## 2025.1 (142) Bugfixes: - Fix signing into API-restricted instances diff --git a/Version.xcconfig b/Version.xcconfig index 438bca40c..4610dcfbb 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2025.1 -CURRENT_PROJECT_VERSION = 143 +CURRENT_PROJECT_VERSION = 145 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev