From 62e528fc22bfd89299503a3e1cf87a846f86349b Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 17 Mar 2024 13:20:44 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 15 ++++++++++++++- Version.xcconfig | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f98a64..df9c80a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog -## 2024.1 (121) +## 2024.1 (113) +Features/Improvements: +- Add Share and Save to Photos context menu actions to attachments +- Show verified link in account lists +- Change cell separator appearance on posts + +Bugfixes: +- Fix tapping Followers button on profiles opening Following screen +- Fix crash when removing poll option on Compose screen +- Fix leading indentation in post text being ignored +- Fix crash when viewing posts containing HTML numeric character references +- Fix paragraphs starting with links being combined with previous paragraph + +## 2024.1 (112) Bugfixes: - Fix profile field links not displaying - Fix various issues displaying rich text in posts diff --git a/Version.xcconfig b/Version.xcconfig index 8f1d32f8..3e8ecac1 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.1 -CURRENT_PROJECT_VERSION = 112 +CURRENT_PROJECT_VERSION = 113 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev