forked from shadowfacts/Tusker
Bump version and update changelog
This commit is contained in:
parent
37311e5f17
commit
e4eff2d362
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2023.8 (105)
|
||||||
|
Features/Improvements:
|
||||||
|
- Use server-set preference for default post visibility, language, and (on Hometown) local-only
|
||||||
|
- Add preference to underline links
|
||||||
|
- Allow changing list reply policy and exclusivity from menu on Edit List screen
|
||||||
|
- Attribute network requests to user, rather than developer, when appropriate
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix older notifications not loading if all initially-loaded are grouped together
|
||||||
|
- Fix list timelines failing to refresh if there were no statuses initially
|
||||||
|
- Fix timeline jump button having a background when Button Shapes accessibility setting is on
|
||||||
|
- Fix crash when relaunching app after not being launched in more than a week
|
||||||
|
- Fix potential crash on instance selector screen
|
||||||
|
- Fix crash when showing display names with custom emojis in certain places
|
||||||
|
|
||||||
## 2023.8 (104)
|
## 2023.8 (104)
|
||||||
Features/Improvements:
|
Features/Improvements:
|
||||||
- Show search operators on Mastodon 4.2
|
- Show search operators on Mastodon 4.2
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// https://help.apple.com/xcode/#/dev745c5c974
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
MARKETING_VERSION = 2023.8
|
MARKETING_VERSION = 2023.8
|
||||||
CURRENT_PROJECT_VERSION = 104
|
CURRENT_PROJECT_VERSION = 105
|
||||||
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