From 230696f4568e27554b708387c1e1971308906843 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 21 Aug 2024 18:52:36 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 8 ++++++++ Version.xcconfig | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc0161c..17779378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2024.4 (134) +Features/Improvements: +- iOS 18: New floating sidebar/tab bar + +Bugfixes: +- Fix crash when hashtag search results include duplicates +- Fix "no content" text not being removed from list timeline after refreshing + ## 2024.3 (133) - Add additional info to Tip Jar diff --git a/Version.xcconfig b/Version.xcconfig index 7bfc35c6..0bd6d9e3 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 = 2024.3 -CURRENT_PROJECT_VERSION = 133 +MARKETING_VERSION = 2024.4 +CURRENT_PROJECT_VERSION = 134 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev