diff --git a/CHANGELOG.md b/CHANGELOG.md index a20eebdb..b230106f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # 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) Features/Improvements: - Show search operators on Mastodon 4.2 diff --git a/Version.xcconfig b/Version.xcconfig index 53cd7e4c..69555906 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 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_BUILD_SUFFIX_Debug=-dev