From fb5581ae670aef9d6260f4f8c4456ebf27bb28c4 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 21 Jan 2024 11:33:32 -0500 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 3 +++ Version.xcconfig | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba6f095..a1ca7146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2024.1 (111) +This build contains a complete rewrite of the HTML parsing pipeline for displaying posts. If you notice any issues with how post text appears—especially when it differs from on the web—please report it! + ## 2023.8 (110) Bugfixes: - Fix potential crash after deleting List on Explore screen diff --git a/Version.xcconfig b/Version.xcconfig index 46d16680..26ec3cd4 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -9,8 +9,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 2023.8 -CURRENT_PROJECT_VERSION = 110 +MARKETING_VERSION = 2024.1 +CURRENT_PROJECT_VERSION = 111 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev