From e522e30ce50729393c93e490dc441ccd8ed71452 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 1 Apr 2024 21:39:43 -0400 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ Version.xcconfig | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4554bf0..c2c5429e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2024.1 (116) +Features/Improvements: +- Display message on empty list timelines +- Add preference to display badge for attachments that lack alt text +- Mark notifications as read on the Mastodon web frontend once displayed +- iPadOS: Support tapping the selected sidebar item to scroll to top + +Bugfixes: +- Fix playing back GIFVs preventing the device sleeping +- Fix incorrect cell separator insets followers/following lists +- Fix memory leak in attachments gallery +- Fix notifications tab not scrolling to top when tab bar item tapped +- Fix Trending Hashtags screen not clearing selection +- Fix fast account switcher overlapping sensor housing on landscape iPhones +- Fix Edit List screen not updating when accounts are added/removed +- Fix changing List reply policy not refreshing list timeline +- macOS: Fix certain gallery attachments being incorrectly sized/positioned + ## 2024.1 (115) Features/Improvements: - Rewrite attachment gallery diff --git a/Version.xcconfig b/Version.xcconfig index ef209c4e..1d6fe1dc 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.1 -CURRENT_PROJECT_VERSION = 115 +CURRENT_PROJECT_VERSION = 116 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev