forked from shadowfacts/Tusker
Bump build number and update changelog
This commit is contained in:
parent
c2232a5e14
commit
8557e110a8
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,5 +1,29 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024.3 (127)
|
||||||
|
Bugfixes:
|
||||||
|
- Fix Remove Suggestion context menu action missing from Suggested Accounts screen
|
||||||
|
- Fix profile header images being blurry
|
||||||
|
- Fix dismissing gallery when presented from sheet
|
||||||
|
- Fix potential crash in multi-column interface
|
||||||
|
- Fix crash when opening push notification while sheet presented
|
||||||
|
- Fix being able to block your own domain
|
||||||
|
- Fix links in profile fields with other text not being interactable
|
||||||
|
- Fix excessive CPU use immediately after app launch
|
||||||
|
- Fix timeline failing to load when one status is malformed
|
||||||
|
- iPadOS: Fix pointer interactions on conversation main status action buttons
|
||||||
|
- iPadOS: Fix multiple close buttons being added in multi-column interface
|
||||||
|
- iPadOS: Fix Cmd+1/etc. resetting navigation state when returning to previous column
|
||||||
|
- iPadOS: Fix previous sidebar selection losing navigation state in some circumstances
|
||||||
|
- iPadOS: Fix profile followers/following buttons not having pointer effect
|
||||||
|
- iPadOS: Fix search token suggestions not having pointer effect
|
||||||
|
- iPadOS: Fix conversation thread links appearing above avatar during pointer effect
|
||||||
|
- iPadOS: Fix multi-column interface not animating scroll when replacing subsequent columns
|
||||||
|
- iPadOS: Fix not being able to select text on conversation main status by double-clicking with cursor
|
||||||
|
- iPadOS: Fix selecting search result always pushing new column rather than replacing
|
||||||
|
- Pixelfed/Firefish: Fix error loading accounts in some circumstances
|
||||||
|
- Pixelfed: Fix loading relationships and follow/block/etc. actions not working
|
||||||
|
|
||||||
## 2024.3 (126)
|
## 2024.3 (126)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix an issue displaying post HTML in certain edge cases
|
- Fix an issue displaying post HTML in certain edge cases
|
||||||
|
|
|
@ -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 = 126
|
CURRENT_PROJECT_VERSION = 127
|
||||||
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