Skip to content

Commit af00b4b

Browse files
committed
Update change log and build version for iOS release
1 parent 077ed19 commit af00b4b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- [Mac] The post status updates correctly after publishing local changes to an existing post.
3131
- [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
3232
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
33-
- [iOS, Mac] Sharing a post now uses the custom domain (if any).
33+
- [Mac] Sharing a post now uses the custom domain (if any).
34+
35+
## [1.0.5-ios] - 2021-04-12
36+
37+
### Fixed
38+
39+
- [iOS] Sharing a post now uses the custom domain (if any).
3440
- [iOS] Creating a new post no longer navigates away from the currently selected blog to the Drafts list.
3541

3642
## [1.0.4-ios] - 2021-02-15
@@ -228,7 +234,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
228234
- Contributing guide
229235
- This changelog
230236

231-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...HEAD
237+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.5-ios...HEAD
238+
[1.0.5-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...v1.0.5-ios
232239
[1.0.4-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...v1.0.4-ios
233240
[1.0.2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1-ios...v1.0.2-ios
234241
[1.0.1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
970970
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
971971
CODE_SIGN_STYLE = Automatic;
972-
CURRENT_PROJECT_VERSION = 607;
972+
CURRENT_PROJECT_VERSION = 608;
973973
DEVELOPMENT_TEAM = TPPAB4YBA6;
974974
ENABLE_PREVIEWS = YES;
975975
INFOPLIST_FILE = iOS/Info.plist;
@@ -993,7 +993,7 @@
993993
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
994994
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
995995
CODE_SIGN_STYLE = Automatic;
996-
CURRENT_PROJECT_VERSION = 607;
996+
CURRENT_PROJECT_VERSION = 608;
997997
DEVELOPMENT_TEAM = TPPAB4YBA6;
998998
ENABLE_PREVIEWS = YES;
999999
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)