Skip to content

Commit 77822cb

Browse files
committed
Update change log and bump build number for release
1 parent 43e4756 commit 77822cb

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
3333
- [Mac] Sharing a post now uses the custom domain (if any).
3434
- [Mac] The window is now restored when clicking on the app icon in the dock.
35-
- [Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
35+
- [Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
36+
37+
## [1.0.8-ios] - 2021-12-03
38+
39+
### Added
40+
41+
- The app now includes an action extension; activate it in Safari by tapping the Share button, and choosing "Create WriteFreely draft" from the available actions.
42+
43+
### Changes
44+
45+
- To enable sharing of data between the app and the action extension, both the Core Data local store and User Defaults have been moved to an App Group.
3646

3747
## [1.0.7-ios] - 2021-10-01
3848

@@ -252,6 +262,7 @@ suffixes to differentiate between platforms, until both are at feature parity.
252262
- This changelog
253263

254264
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.7-ios...HEAD
265+
[1.0.8-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.7-ios...v1.0.8-ios
255266
[1.0.7-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.6-ios...v1.0.7-ios
256267
[1.0.6-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.5-ios...v1.0.6-ios
257268
[1.0.5-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...v1.0.5-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@
10181018
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10191019
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10201020
CODE_SIGN_STYLE = Automatic;
1021-
CURRENT_PROJECT_VERSION = 639;
1021+
CURRENT_PROJECT_VERSION = 646;
10221022
DEVELOPMENT_TEAM = TPPAB4YBA6;
10231023
GENERATE_INFOPLIST_FILE = YES;
10241024
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1049,7 +1049,7 @@
10491049
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10501050
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10511051
CODE_SIGN_STYLE = Automatic;
1052-
CURRENT_PROJECT_VERSION = 639;
1052+
CURRENT_PROJECT_VERSION = 646;
10531053
DEVELOPMENT_TEAM = TPPAB4YBA6;
10541054
GENERATE_INFOPLIST_FILE = YES;
10551055
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1192,7 +1192,7 @@
11921192
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
11931193
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
11941194
CODE_SIGN_STYLE = Automatic;
1195-
CURRENT_PROJECT_VERSION = 639;
1195+
CURRENT_PROJECT_VERSION = 646;
11961196
DEVELOPMENT_TEAM = TPPAB4YBA6;
11971197
ENABLE_PREVIEWS = YES;
11981198
INFOPLIST_FILE = iOS/Info.plist;
@@ -1218,7 +1218,7 @@
12181218
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12191219
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12201220
CODE_SIGN_STYLE = Automatic;
1221-
CURRENT_PROJECT_VERSION = 639;
1221+
CURRENT_PROJECT_VERSION = 646;
12221222
DEVELOPMENT_TEAM = TPPAB4YBA6;
12231223
ENABLE_PREVIEWS = YES;
12241224
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)