diff --git a/CHANGELOG.md b/CHANGELOG.md index b230106f..9efdee82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2023.8 (106) +Bugfixes: +- Fix being able to set post language to multiple/undefined +- iPadOS: Fix language picker button not having a pointer effect +- macOS: Fix Cmd+W sometimes closing the non-foreground window + ## 2023.8 (105) Features/Improvements: - Use server-set preference for default post visibility, language, and (on Hometown) local-only diff --git a/Version.xcconfig b/Version.xcconfig index 69555906..5c9d4c77 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -10,7 +10,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 2023.8 -CURRENT_PROJECT_VERSION = 105 +CURRENT_PROJECT_VERSION = 106 CURRENT_PROJECT_VERSION = $(inherited)$(CURRENT_PROJECT_VERSION_BUILD_SUFFIX_$(CONFIGURATION)) CURRENT_PROJECT_VERSION_BUILD_SUFFIX_Debug=-dev