From 70347933e68c747fc2b80d309d7bb9b9c6699f05 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 3 Mar 2025 20:59:01 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 17 +++++++++++++++++ Version.xcconfig | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fed09bf..7f14915c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 2025.1 (146) +Features/Improvements: +- Author attribution on link cards +- Fix push notifications not being grouped by thread +- Show toast after posting/editing status +- Show correct preview/actions when previewing status-like link + +Bugfixes: +- Compose: Rich-text formatting actions are reenabled +- Compose: Autocomplete is reenabled +- Compose: Non-pure-black dark mode is reenabled +- Compose: Hide ... button on attachments when no menu options are available +- Compose, iOS 15: Fix incorrect toggle poll button animation +- Compose, iOS 15: Fix main text view not being correctly sized +- Compose, iOS 15: Fix toolbar not displaying +- Pixelfed: Fix error decoding certain notifications + ## 2025.1 (145) This build introduces the new, redesigned Compose screen. Please report any issues you encounter. diff --git a/Version.xcconfig b/Version.xcconfig index 4610dcfb..f4aa4674 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2025.1 -CURRENT_PROJECT_VERSION = 145 +CURRENT_PROJECT_VERSION = 146 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev