Skip to content

Commit 5e86073

Browse files
Release v1.0.10 for iOS (#216)
* Bump version and build number * Remove unnecessary TODO comment * Update change log
1 parent dbcb18b commit 5e86073

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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.
2323
- [Mac] Upgraded the Sparkle package to v2.
24+
- [Mac] The app now prompts you to reach out to our user forums if it detects a crash
2425

2526
### Fixed
2627

@@ -35,6 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3536
- [Mac] The window is now restored when clicking on the app icon in the dock.
3637
- [Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
3738
- [Mac] Cleaned up some straggling project warnings.
39+
- [Mac] Improved error-handling under the hood for better app stability.
40+
41+
## [1.0.10-ios] - 2022-07-28
42+
43+
- [iOS] Improved error-handling and alerting under the hood, for better app stability.
44+
- [iOS] The app now prompts you to reach out to our user forums if it detects a crash.
3845

3946
## [1.0.9-ios] - 2022-04-02
4047

@@ -268,7 +275,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
268275
- Contributing guide
269276
- This changelog
270277

271-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.9-ios...HEAD
278+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.10-ios...HEAD
279+
[1.0.10-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.9-ios...v1.0.10-ios
272280
[1.0.9-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.8-ios...v1.0.9-ios
273281
[1.0.8-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.7-ios...v1.0.8-ios
274282
[1.0.7-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.6-ios...v1.0.7-ios

Shared/Models/WriteFreelyModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ final class WriteFreelyModel: ObservableObject {
1717
@Published var hasError: Bool = false
1818
var currentError: Error? {
1919
didSet {
20-
// TODO: Remove print statements for debugging before closing #204.
2120
#if DEBUG
2221
print("⚠️ currentError -> didSet \(currentError?.localizedDescription ?? "nil")")
2322
print(" > hasError was: \(self.hasError)")

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@
10521052
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10531053
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10541054
CODE_SIGN_STYLE = Automatic;
1055-
CURRENT_PROJECT_VERSION = 650;
1055+
CURRENT_PROJECT_VERSION = 673;
10561056
DEVELOPMENT_TEAM = TPPAB4YBA6;
10571057
GENERATE_INFOPLIST_FILE = YES;
10581058
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1064,7 +1064,7 @@
10641064
"@executable_path/Frameworks",
10651065
"@executable_path/../../Frameworks",
10661066
);
1067-
MARKETING_VERSION = 1.0.9;
1067+
MARKETING_VERSION = 1.0.10;
10681068
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform.ActionExtension-iOS";
10691069
PRODUCT_NAME = "$(TARGET_NAME)";
10701070
SDKROOT = iphoneos;
@@ -1083,7 +1083,7 @@
10831083
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10841084
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10851085
CODE_SIGN_STYLE = Automatic;
1086-
CURRENT_PROJECT_VERSION = 650;
1086+
CURRENT_PROJECT_VERSION = 673;
10871087
DEVELOPMENT_TEAM = TPPAB4YBA6;
10881088
GENERATE_INFOPLIST_FILE = YES;
10891089
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1095,7 +1095,7 @@
10951095
"@executable_path/Frameworks",
10961096
"@executable_path/../../Frameworks",
10971097
);
1098-
MARKETING_VERSION = 1.0.9;
1098+
MARKETING_VERSION = 1.0.10;
10991099
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform.ActionExtension-iOS";
11001100
PRODUCT_NAME = "$(TARGET_NAME)";
11011101
SDKROOT = iphoneos;
@@ -1226,7 +1226,7 @@
12261226
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12271227
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12281228
CODE_SIGN_STYLE = Automatic;
1229-
CURRENT_PROJECT_VERSION = 650;
1229+
CURRENT_PROJECT_VERSION = 673;
12301230
DEVELOPMENT_TEAM = TPPAB4YBA6;
12311231
ENABLE_PREVIEWS = YES;
12321232
INFOPLIST_FILE = iOS/Info.plist;
@@ -1235,7 +1235,7 @@
12351235
"$(inherited)",
12361236
"@executable_path/Frameworks",
12371237
);
1238-
MARKETING_VERSION = 1.0.9;
1238+
MARKETING_VERSION = 1.0.10;
12391239
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
12401240
PRODUCT_NAME = "WriteFreely-MultiPlatform";
12411241
SDKROOT = iphoneos;
@@ -1252,7 +1252,7 @@
12521252
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12531253
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12541254
CODE_SIGN_STYLE = Automatic;
1255-
CURRENT_PROJECT_VERSION = 650;
1255+
CURRENT_PROJECT_VERSION = 673;
12561256
DEVELOPMENT_TEAM = TPPAB4YBA6;
12571257
ENABLE_PREVIEWS = YES;
12581258
INFOPLIST_FILE = iOS/Info.plist;
@@ -1261,7 +1261,7 @@
12611261
"$(inherited)",
12621262
"@executable_path/Frameworks",
12631263
);
1264-
MARKETING_VERSION = 1.0.9;
1264+
MARKETING_VERSION = 1.0.10;
12651265
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
12661266
PRODUCT_NAME = "WriteFreely-MultiPlatform";
12671267
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)