From 18f6445a7cba08c501d1b1c62c348c154cc1441a Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 30 Jul 2024 22:04:50 -0700 Subject: [PATCH] Bump build number and update changelog --- CHANGELOG-release.md | 31 +++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ Version.xcconfig | 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-release.md b/CHANGELOG-release.md index 2842a54d..ff7729b1 100644 --- a/CHANGELOG-release.md +++ b/CHANGELOG-release.md @@ -1,3 +1,34 @@ +## 2024.3 +This update includes a number of bugfixes and performance improvements. See below for a list of fixes. + +Bugfixes: +- Fix an issue displaying rich text in certain cases +- Fix crash when video attachment finishes playing +- Fix video attachment thumbnails being flipped on Compose screen +- Fix profile header images being blurry +- Fix crash when opening push notifications in certain circumstances +- Fix certain links in profile fields not being tappable +- Fix gifv playback pausing audio from other apps +- Fix gifv playback being paused when returning from background +- Fix badges on gifv attachments not appearing +- Fix excessive network traffic when opening profile pages +- Fix controls visibility not matching across attachment gallery pages +- Fix add hashtag/instance pinned timeline sheet in Customize Timelines dismissing instantly +- Fix Dynamic Type not applying to status content +- Fix mention/status push notifications not showing CW +- Fix sensitive attachment thumbnails being shown in push notifications +- Fix profile moved overlay visual and VoiceOver issues +- Fix opening Mastodon remote status links +- Fix reply author avatar on Compose screen not being pinned to top when scrolling while typing +- Pleroma/Akkoma: Fix editing attachment descriptions not working +- Pixelfed/Firefish: Fix error loading certain accounts +- Pixelfed: Fix error loading relationships and follow/block/etc. actions +- iPadOS: Fix pointer interactions throughout the app +- iPadOS: Fix multiple close buttons being added in multi-column interface +- iPadOS: Fix Cmd+1/etc. removing columns when returning to previous tab +- iPadOS: Fix multi-column interface not animating for some actions +- iPadOS: Fix selecting search results always adding new column + ## 2024.2 This release introduces push notifications as well as an enhanced multi-column interface on iPadOS! diff --git a/CHANGELOG.md b/CHANGELOG.md index 00844c93..328eb111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2024.3 (131) +Bugfixes: +- Fix Cmd+3 not correctly switching to Explore tab + ## 2024.3 (130) Bugfixes: - Fix reply author avatar on Compose screen not being pinned to top when scrolling while typing diff --git a/Version.xcconfig b/Version.xcconfig index 84215442..6490f782 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2024.3 -CURRENT_PROJECT_VERSION = 130 +CURRENT_PROJECT_VERSION = 131 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev