Skip to content

Commit 185567d

Browse files
committed
Update change log and bump version
1 parent 3c0bc81 commit 185567d

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- [Mac] If the option is set, the app now silently checks for updates on launch.
2121
- [Mac] New drafts are created in the currently-selected blog, rather than being created in Drafts (or "Anonymous" for Write.as accounts).
2222
- [Mac] Updated the URL and minimum version of the WriteFreely Swift package.
23+
- [Mac] Upgraded the Sparkle package to v2.
2324

2425
### Fixed
2526

@@ -32,7 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3233
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
3334
- [Mac] Sharing a post now uses the custom domain (if any).
3435
- [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.
36+
- [Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
37+
- [Mac] Cleaned up some straggling project warnings.
38+
39+
## [1.0.9-ios] - 2022-04-02
40+
41+
- [iOS] Fixed an issue when building for iOS 15 on Xcode 13 that caused the post list to underlap the navigation bar.
42+
- [iOS] Cleaned up some straggling project warnings.
3643

3744
## [1.0.8-ios] - 2021-12-03
3845

@@ -261,7 +268,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
261268
- Contributing guide
262269
- This changelog
263270

264-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.7-ios...HEAD
271+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.9-ios...HEAD
272+
[1.0.9-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.8-ios...v1.0.9-ios
265273
[1.0.8-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.7-ios...v1.0.8-ios
266274
[1.0.7-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.6-ios...v1.0.7-ios
267275
[1.0.6-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.5-ios...v1.0.6-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 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 = 646;
1021+
CURRENT_PROJECT_VERSION = 650;
10221022
DEVELOPMENT_TEAM = TPPAB4YBA6;
10231023
GENERATE_INFOPLIST_FILE = YES;
10241024
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1030,7 +1030,7 @@
10301030
"@executable_path/Frameworks",
10311031
"@executable_path/../../Frameworks",
10321032
);
1033-
MARKETING_VERSION = 1.0.8;
1033+
MARKETING_VERSION = 1.0.9;
10341034
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform.ActionExtension-iOS";
10351035
PRODUCT_NAME = "$(TARGET_NAME)";
10361036
SDKROOT = iphoneos;
@@ -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 = 646;
1052+
CURRENT_PROJECT_VERSION = 650;
10531053
DEVELOPMENT_TEAM = TPPAB4YBA6;
10541054
GENERATE_INFOPLIST_FILE = YES;
10551055
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1061,7 +1061,7 @@
10611061
"@executable_path/Frameworks",
10621062
"@executable_path/../../Frameworks",
10631063
);
1064-
MARKETING_VERSION = 1.0.8;
1064+
MARKETING_VERSION = 1.0.9;
10651065
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform.ActionExtension-iOS";
10661066
PRODUCT_NAME = "$(TARGET_NAME)";
10671067
SDKROOT = iphoneos;
@@ -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 = 646;
1195+
CURRENT_PROJECT_VERSION = 650;
11961196
DEVELOPMENT_TEAM = TPPAB4YBA6;
11971197
ENABLE_PREVIEWS = YES;
11981198
INFOPLIST_FILE = iOS/Info.plist;
@@ -1201,7 +1201,7 @@
12011201
"$(inherited)",
12021202
"@executable_path/Frameworks",
12031203
);
1204-
MARKETING_VERSION = 1.0.8;
1204+
MARKETING_VERSION = 1.0.9;
12051205
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
12061206
PRODUCT_NAME = "WriteFreely-MultiPlatform";
12071207
SDKROOT = iphoneos;
@@ -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 = 646;
1221+
CURRENT_PROJECT_VERSION = 650;
12221222
DEVELOPMENT_TEAM = TPPAB4YBA6;
12231223
ENABLE_PREVIEWS = YES;
12241224
INFOPLIST_FILE = iOS/Info.plist;
@@ -1227,7 +1227,7 @@
12271227
"$(inherited)",
12281228
"@executable_path/Frameworks",
12291229
);
1230-
MARKETING_VERSION = 1.0.8;
1230+
MARKETING_VERSION = 1.0.9;
12311231
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
12321232
PRODUCT_NAME = "WriteFreely-MultiPlatform";
12331233
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)