forked from shadowfacts/Tusker
Bump build number and update changelog
This commit is contained in:
parent
c5f42719a0
commit
18f6445a7c
|
@ -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
|
## 2024.2
|
||||||
This release introduces push notifications as well as an enhanced multi-column interface on iPadOS!
|
This release introduces push notifications as well as an enhanced multi-column interface on iPadOS!
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024.3 (131)
|
||||||
|
Bugfixes:
|
||||||
|
- Fix Cmd+3 not correctly switching to Explore tab
|
||||||
|
|
||||||
## 2024.3 (130)
|
## 2024.3 (130)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix reply author avatar on Compose screen not being pinned to top when scrolling while typing
|
- Fix reply author avatar on Compose screen not being pinned to top when scrolling while typing
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2024.3
|
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 = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION))
|
||||||
|
|
||||||
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev
|
||||||
|
|
Loading…
Reference in New Issue