From cb474436496b1d7fb48db3bc32f4a523d8b9ac2e Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 7 Nov 2023 22:16:48 -0500 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 6 ++++++ Version.xcconfig | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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