Skip to content

Commit 9af9961

Browse files
committed
Set the post editor font in the updateUIView method
commit f9f94b4 Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 10:05:03 2022 -0500 Fix missed changes in change log commit 593cc8f Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 09:46:36 2022 -0500 Bump patch version and build number commit e0f752e Author: Angelo Stavrow <[email protected]> Date: Mon Dec 12 07:47:37 2022 -0500 Bump build number and update change log commit 2f7163d Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 09:43:00 2022 -0500 Update change log commit e424366 Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 09:40:27 2022 -0500 Squashed commit of the following: commit 804255b Merge: a799fd6 d46eb63 Author: Angelo Stavrow <[email protected]> Date: Sun Dec 18 15:28:10 2022 -0500 Merge branch 'main' into fix-crash-on-launch-tmp-no-nav commit a799fd6 Author: Angelo Stavrow <[email protected]> Date: Sun Dec 18 08:16:34 2022 -0500 Bump build number and update change log commit b81276d Author: Angelo Stavrow <[email protected]> Date: Sun Dec 18 08:16:16 2022 -0500 Only navigate to new/last draft on launch on macOS This is causing the app to crash on launch when there are no existing posts, so we’re going to remove it for now while we investigate. commit d7c03b9 Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 09:26:18 2022 -0500 Revert "Set the post editor font in the updateUIView method (#237)" (#240) This reverts commit d46eb63. commit 43b53c6 Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 09:25:36 2022 -0500 Revert "Don't navigate to new/last draft on launch (#238)" (#239) This reverts commit f4ba5f9. commit 34546f9 Author: Angelo Stavrow <[email protected]> Date: Thu Dec 29 09:06:31 2022 -0500 Don't navigate to new/last draft on launch (#238) * Only navigate to new/last draft on launch on macOS This is causing the app to crash on launch when there are no existing posts, so we’re going to remove it for now while we investigate. * Bump build number and update change log commit bc3bc23 Author: Angelo Stavrow <[email protected]> Date: Mon Dec 12 07:47:37 2022 -0500 Bump build number and update change log commit 7703e92 Author: Angelo Stavrow <[email protected]> Date: Mon Dec 12 07:40:41 2022 -0500 Set the font in the updateUIView method commit 6e60e0d Author: Angelo Stavrow <[email protected]> Date: Mon Dec 12 07:40:11 2022 -0500 Wrap becomeFirstResponder in async dispatch This fixes issues when we’re updating the responder chain every time SwiftUI refreshes the view, which can have unpredictable side effects.
1 parent e5c25bc commit 9af9961

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- [Mac] Holding the Shift key when launching clears the app's "last draft" state and instead loads a new blank draft.
1414
- [Mac] Added a menu item for toggling the toolbar.
1515
- [Mac] In a post with unpublished changes (i.e., with "local" or "edited" status), the post is autosaved after a one-second pause in typing.
16-
- [iOS/Mac] Added a context-menu item to delete local posts from the post list.
17-
- [iOS/Mac] Added methods to fetch device logs.
18-
- [iOS] Added a settings option to generate a log file as a new local draft (iOS 15+).
16+
- [Mac] Added a context-menu item to delete local posts from the post list.
17+
- [Mac] Added methods to fetch device logs.
1918

2019
### Changed
2120

@@ -46,6 +45,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4645
- [Mac] Fixed a bug where alerts weren't presented for login errors.
4746
- [Mac] Fixed some build warnings in the project.
4847
- [Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
48+
- [iOS] Fixed a bug where posts were always shown in serif, even if the post was published with another font.
49+
50+
## [1.0.14-ios] - 2022-12-18
51+
52+
- [iOS] Temporarily removed the new-draft-on-launch feature while investigating a crashing bug.
53+
- [iOS] Added methods to fetch device logs.
54+
- [iOS] Added a settings option to generate a log file as a new local draft (iOS 15+).
4955

5056
## [1.0.14-ios] - 2022-12-18
5157

@@ -54,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5460
## [1.0.13-ios] - 2022-11-13
5561

5662
- [iOS] Fixed an issue that made it tricky to scroll in the post editor.
57-
- [iOS] Fixed a bug that didn't navigate to the post editor after tapping the new-post button.
63+
- [iOS] Fixed a bug that didn't navigate to the post editor after tapping the new-post button.
64+
- [iOS] Added a context-menu item to delete local posts from the post list.
5865

5966
## [1.0.12-ios] - 2022-10-06
6067

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10511051
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10521052
CODE_SIGN_STYLE = Automatic;
1053-
CURRENT_PROJECT_VERSION = 694;
1053+
CURRENT_PROJECT_VERSION = 695;
10541054
DEVELOPMENT_TEAM = TPPAB4YBA6;
10551055
GENERATE_INFOPLIST_FILE = YES;
10561056
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1062,7 +1062,7 @@
10621062
"@executable_path/Frameworks",
10631063
"@executable_path/../../Frameworks",
10641064
);
1065-
MARKETING_VERSION = 1.0.14;
1065+
MARKETING_VERSION = 1.0.15;
10661066
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform.ActionExtension-iOS";
10671067
PRODUCT_NAME = "$(TARGET_NAME)";
10681068
SDKROOT = iphoneos;
@@ -1081,7 +1081,7 @@
10811081
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10821082
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10831083
CODE_SIGN_STYLE = Automatic;
1084-
CURRENT_PROJECT_VERSION = 694;
1084+
CURRENT_PROJECT_VERSION = 695;
10851085
DEVELOPMENT_TEAM = TPPAB4YBA6;
10861086
GENERATE_INFOPLIST_FILE = YES;
10871087
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1093,7 +1093,7 @@
10931093
"@executable_path/Frameworks",
10941094
"@executable_path/../../Frameworks",
10951095
);
1096-
MARKETING_VERSION = 1.0.14;
1096+
MARKETING_VERSION = 1.0.15;
10971097
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform.ActionExtension-iOS";
10981098
PRODUCT_NAME = "$(TARGET_NAME)";
10991099
SDKROOT = iphoneos;
@@ -1224,7 +1224,7 @@
12241224
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12251225
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12261226
CODE_SIGN_STYLE = Automatic;
1227-
CURRENT_PROJECT_VERSION = 694;
1227+
CURRENT_PROJECT_VERSION = 695;
12281228
DEVELOPMENT_TEAM = TPPAB4YBA6;
12291229
ENABLE_PREVIEWS = YES;
12301230
INFOPLIST_FILE = iOS/Info.plist;
@@ -1233,7 +1233,7 @@
12331233
"$(inherited)",
12341234
"@executable_path/Frameworks",
12351235
);
1236-
MARKETING_VERSION = 1.0.14;
1236+
MARKETING_VERSION = 1.0.15;
12371237
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
12381238
PRODUCT_NAME = "WriteFreely-MultiPlatform";
12391239
SDKROOT = iphoneos;
@@ -1250,7 +1250,7 @@
12501250
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12511251
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12521252
CODE_SIGN_STYLE = Automatic;
1253-
CURRENT_PROJECT_VERSION = 694;
1253+
CURRENT_PROJECT_VERSION = 695;
12541254
DEVELOPMENT_TEAM = TPPAB4YBA6;
12551255
ENABLE_PREVIEWS = YES;
12561256
INFOPLIST_FILE = iOS/Info.plist;
@@ -1259,7 +1259,7 @@
12591259
"$(inherited)",
12601260
"@executable_path/Frameworks",
12611261
);
1262-
MARKETING_VERSION = 1.0.14;
1262+
MARKETING_VERSION = 1.0.15;
12631263
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
12641264
PRODUCT_NAME = "WriteFreely-MultiPlatform";
12651265
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)