From af00b4bec2627052c7d7581d5b4e0662ce3e3c65 Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Mon, 12 Apr 2021 11:44:11 -0400 Subject: [PATCH] Update change log and build version for iOS release --- CHANGELOG.md | 11 +++++++++-- WriteFreely-MultiPlatform.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1106c77..245abcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Mac] The post status updates correctly after publishing local changes to an existing post. - [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as. - [Mac] Fixed a regression where text color did not adapt to dark mode correctly. -- [iOS, Mac] Sharing a post now uses the custom domain (if any). +- [Mac] Sharing a post now uses the custom domain (if any). + +## [1.0.5-ios] - 2021-04-12 + +### Fixed + +- [iOS] Sharing a post now uses the custom domain (if any). - [iOS] Creating a new post no longer navigates away from the currently selected blog to the Drafts list. ## [1.0.4-ios] - 2021-02-15 @@ -228,7 +234,8 @@ suffixes to differentiate between platforms, until both are at feature parity. - Contributing guide - This changelog -[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...HEAD +[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.5-ios...HEAD +[1.0.5-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...v1.0.5-ios [1.0.4-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...v1.0.4-ios [1.0.2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1-ios...v1.0.2-ios [1.0.1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1-ios diff --git a/WriteFreely-MultiPlatform.xcodeproj/project.pbxproj b/WriteFreely-MultiPlatform.xcodeproj/project.pbxproj index e2492b4..4eb987a 100644 --- a/WriteFreely-MultiPlatform.xcodeproj/project.pbxproj +++ b/WriteFreely-MultiPlatform.xcodeproj/project.pbxproj @@ -969,7 +969,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 607; + CURRENT_PROJECT_VERSION = 608; DEVELOPMENT_TEAM = TPPAB4YBA6; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = iOS/Info.plist; @@ -993,7 +993,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 607; + CURRENT_PROJECT_VERSION = 608; DEVELOPMENT_TEAM = TPPAB4YBA6; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = iOS/Info.plist;