diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efdee82..db51b03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2023.8 (107) +Features/Improvements: +- Style blockquotes in statuses +- Use server language preference for search operator suggestions +- Render IDN domains in the account switcher + +Bugfixes: +- Fix crash when showing trending hashtags with improper history data +- Fix crash when uploading attachment w/o file extension +- Fix status deletions not being handled properly in logged out views +- Fix status history entries not having VoiceOver descriptions +- Fix avatars in follow request notifications not being rounded +- Fix potential crash if the app is dismissed while fast account switcher is animating +- Fix error decoding certain statuses on Pixelfed + ## 2023.8 (106) Bugfixes: - Fix being able to set post language to multiple/undefined diff --git a/Version.xcconfig b/Version.xcconfig index 5c9d4c77..39a4eb71 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2023.8 -CURRENT_PROJECT_VERSION = 106 +CURRENT_PROJECT_VERSION = 107 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev