Skip to content

Commit 8518053

Browse files
committed
Update change log and bump build number
1 parent c08e1c2 commit 8518053

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- You can now choose a default font for new local drafts in the Settings screen.
1616
- The post editor shows your content in the set typeface.
1717
- Placeholder text has been added to the post editor.
18-
- [iOS] The URL of published posts can be shared from the post editor via the system share sheet.
18+
- [iOS] The URL of published posts can be shared from the post editor via the system share sheet.
1919

2020
### Changed
2121

@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- The app now launches to either the last draft you were working on, or a new blank post.
2727
- Empty local posts are discarded when you navigate away from the post editor.
2828
- Server addresses with an insecure protocol ("http://") are upgraded to a secure protocol ("https://") before login is attempted.
29+
- Attempting to publish a post when you're not logged in presents the login form.
2930

3031
### Fixed
3132

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
902902
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
903903
CODE_SIGN_STYLE = Automatic;
904-
CURRENT_PROJECT_VERSION = 323;
904+
CURRENT_PROJECT_VERSION = 329;
905905
DEVELOPMENT_TEAM = TPPAB4YBA6;
906906
ENABLE_PREVIEWS = YES;
907907
INFOPLIST_FILE = iOS/Info.plist;
@@ -910,7 +910,7 @@
910910
"$(inherited)",
911911
"@executable_path/Frameworks",
912912
);
913-
MARKETING_VERSION = 1.0d2;
913+
MARKETING_VERSION = 1.0a1;
914914
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
915915
PRODUCT_NAME = "WriteFreely-MultiPlatform";
916916
SDKROOT = iphoneos;
@@ -925,7 +925,7 @@
925925
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
926926
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
927927
CODE_SIGN_STYLE = Automatic;
928-
CURRENT_PROJECT_VERSION = 323;
928+
CURRENT_PROJECT_VERSION = 329;
929929
DEVELOPMENT_TEAM = TPPAB4YBA6;
930930
ENABLE_PREVIEWS = YES;
931931
INFOPLIST_FILE = iOS/Info.plist;
@@ -934,7 +934,7 @@
934934
"$(inherited)",
935935
"@executable_path/Frameworks",
936936
);
937-
MARKETING_VERSION = 1.0d2;
937+
MARKETING_VERSION = 1.0a1;
938938
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
939939
PRODUCT_NAME = "WriteFreely-MultiPlatform";
940940
SDKROOT = iphoneos;
@@ -952,7 +952,7 @@
952952
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
953953
CODE_SIGN_STYLE = Automatic;
954954
COMBINE_HIDPI_IMAGES = YES;
955-
CURRENT_PROJECT_VERSION = 323;
955+
CURRENT_PROJECT_VERSION = 329;
956956
DEVELOPMENT_TEAM = TPPAB4YBA6;
957957
ENABLE_HARDENED_RUNTIME = YES;
958958
ENABLE_PREVIEWS = YES;
@@ -962,7 +962,7 @@
962962
"@executable_path/../Frameworks",
963963
);
964964
MACOSX_DEPLOYMENT_TARGET = 11.0;
965-
MARKETING_VERSION = 1.0d2;
965+
MARKETING_VERSION = 1.0d3;
966966
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
967967
PRODUCT_NAME = "WriteFreely-MultiPlatform";
968968
SDKROOT = macosx;
@@ -978,7 +978,7 @@
978978
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
979979
CODE_SIGN_STYLE = Automatic;
980980
COMBINE_HIDPI_IMAGES = YES;
981-
CURRENT_PROJECT_VERSION = 323;
981+
CURRENT_PROJECT_VERSION = 329;
982982
DEVELOPMENT_TEAM = TPPAB4YBA6;
983983
ENABLE_HARDENED_RUNTIME = YES;
984984
ENABLE_PREVIEWS = YES;
@@ -988,7 +988,7 @@
988988
"@executable_path/../Frameworks",
989989
);
990990
MACOSX_DEPLOYMENT_TARGET = 11.0;
991-
MARKETING_VERSION = 1.0d2;
991+
MARKETING_VERSION = 1.0d3;
992992
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
993993
PRODUCT_NAME = "WriteFreely-MultiPlatform";
994994
SDKROOT = macosx;

0 commit comments

Comments
 (0)