forked from shadowfacts/Tusker
Bump build number and update changelog
This commit is contained in:
parent
c73784aa81
commit
e522e30ce5
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
||||||
# Changelog
|
# 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)
|
## 2024.1 (115)
|
||||||
Features/Improvements:
|
Features/Improvements:
|
||||||
- Rewrite attachment gallery
|
- Rewrite attachment gallery
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2024.1
|
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 = $(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