Skip to content

Commit 077ed19

Browse files
committed
Update change log and bump version/build numbers
1 parent e36f129 commit 077ed19

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- [Mac] The published date now reflects the time a post was published, not created.
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).
22+
- [iOS, Mac] Updated the URL of the WriteFreely Swift package.
2223

2324
### Fixed
2425

@@ -29,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2930
- [Mac] The post status updates correctly after publishing local changes to an existing post.
3031
- [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
3132
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
33+
- [iOS, Mac] Sharing a post now uses the custom domain (if any).
34+
- [iOS] Creating a new post no longer navigates away from the currently selected blog to the Drafts list.
3235

3336
## [1.0.4-ios] - 2021-02-15
3437

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
970970
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
971971
CODE_SIGN_STYLE = Automatic;
972-
CURRENT_PROJECT_VERSION = 600;
972+
CURRENT_PROJECT_VERSION = 607;
973973
DEVELOPMENT_TEAM = TPPAB4YBA6;
974974
ENABLE_PREVIEWS = YES;
975975
INFOPLIST_FILE = iOS/Info.plist;
@@ -978,7 +978,7 @@
978978
"$(inherited)",
979979
"@executable_path/Frameworks",
980980
);
981-
MARKETING_VERSION = 1.0.4;
981+
MARKETING_VERSION = 1.0.5;
982982
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
983983
PRODUCT_NAME = "WriteFreely-MultiPlatform";
984984
SDKROOT = iphoneos;
@@ -993,7 +993,7 @@
993993
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
994994
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
995995
CODE_SIGN_STYLE = Automatic;
996-
CURRENT_PROJECT_VERSION = 600;
996+
CURRENT_PROJECT_VERSION = 607;
997997
DEVELOPMENT_TEAM = TPPAB4YBA6;
998998
ENABLE_PREVIEWS = YES;
999999
INFOPLIST_FILE = iOS/Info.plist;
@@ -1002,7 +1002,7 @@
10021002
"$(inherited)",
10031003
"@executable_path/Frameworks",
10041004
);
1005-
MARKETING_VERSION = 1.0.4;
1005+
MARKETING_VERSION = 1.0.5;
10061006
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
10071007
PRODUCT_NAME = "WriteFreely-MultiPlatform";
10081008
SDKROOT = iphoneos;
@@ -1020,7 +1020,7 @@
10201020
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
10211021
CODE_SIGN_STYLE = Automatic;
10221022
COMBINE_HIDPI_IMAGES = YES;
1023-
CURRENT_PROJECT_VERSION = 599;
1023+
CURRENT_PROJECT_VERSION = 607;
10241024
DEVELOPMENT_TEAM = TPPAB4YBA6;
10251025
ENABLE_HARDENED_RUNTIME = YES;
10261026
ENABLE_PREVIEWS = YES;
@@ -1030,7 +1030,7 @@
10301030
"@executable_path/../Frameworks",
10311031
);
10321032
MACOSX_DEPLOYMENT_TARGET = 11.0;
1033-
MARKETING_VERSION = 0.4.0;
1033+
MARKETING_VERSION = 0.5.0;
10341034
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
10351035
PRODUCT_NAME = "WriteFreely for Mac";
10361036
SDKROOT = macosx;
@@ -1046,7 +1046,7 @@
10461046
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
10471047
CODE_SIGN_STYLE = Automatic;
10481048
COMBINE_HIDPI_IMAGES = YES;
1049-
CURRENT_PROJECT_VERSION = 599;
1049+
CURRENT_PROJECT_VERSION = 607;
10501050
DEVELOPMENT_TEAM = TPPAB4YBA6;
10511051
ENABLE_HARDENED_RUNTIME = YES;
10521052
ENABLE_PREVIEWS = YES;
@@ -1056,7 +1056,7 @@
10561056
"@executable_path/../Frameworks",
10571057
);
10581058
MACOSX_DEPLOYMENT_TARGET = 11.0;
1059-
MARKETING_VERSION = 0.4.0;
1059+
MARKETING_VERSION = 0.5.0;
10601060
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
10611061
PRODUCT_NAME = "WriteFreely for Mac";
10621062
SDKROOT = macosx;

0 commit comments

Comments
 (0)