Bump build/version number and update change log

This commit is contained in:
Angelo Stavrow 2021-09-03 14:21:20 -04:00
parent b523606f6f
commit badf80ef5c
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE
2 changed files with 16 additions and 14 deletions

View File

@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
- [Mac] Sharing a post now uses the custom domain (if any).
- [Mac] The window is now restored when clicking on the app icon in the dock.
- [iOS, Mac] Fixed a potential crash if the system keychain wasn't available at app launch.
## [1.0.6-ios] - 2021-06-10
@ -42,32 +44,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- [iOS] Sharing a post now uses the custom domain (if any).
- [iOS] Creating a new post no longer navigates away from the currently selected blog to the Drafts list.
- Sharing a post now uses the custom domain (if any).
- Creating a new post no longer navigates away from the currently selected blog to the Drafts list.
## [1.0.4-ios] - 2021-02-15
### Changed
- [iOS] The published date now reflects the time a post was published, not created.
- The published date now reflects the time a post was published, not created.
### Fixed
- [iOS] Restored the launch-to-last-draft functionality in the Editor Launching Policy.
- [iOS] The post status updates correctly after publishing local changes to an existing post.
- [iOS] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
- Restored the launch-to-last-draft functionality in the Editor Launching Policy.
- The post status updates correctly after publishing local changes to an existing post.
- The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
## [1.0.2-ios] - 2021-01-20
### Added
- [iOS] A link has been added to the the Settings sheet to review the app on the App Store.
- A link has been added to the the Settings sheet to review the app on the App Store.
### Fixed
- [iOS] Multiple accessibility issues with VoiceOver text were fixed.
- [iOS] Navigating through the app now animates properly.
- [iOS] Fixed a bug on iPhone where leaving the post editor would sometimes send you right back to the editor.
- Multiple accessibility issues with VoiceOver text were fixed.
- Navigating through the app now animates properly.
- Fixed a bug on iPhone where leaving the post editor would sometimes send you right back to the editor.
## [1.0.1-ios] - 2020-11-18

View File

@ -1020,7 +1020,7 @@
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 607;
CURRENT_PROJECT_VERSION = 620;
DEVELOPMENT_TEAM = TPPAB4YBA6;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
@ -1030,7 +1030,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.5.0;
MARKETING_VERSION = 0.6.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
PRODUCT_NAME = "WriteFreely for Mac";
SDKROOT = macosx;
@ -1046,7 +1046,7 @@
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 607;
CURRENT_PROJECT_VERSION = 620;
DEVELOPMENT_TEAM = TPPAB4YBA6;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
@ -1056,7 +1056,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.5.0;
MARKETING_VERSION = 0.6.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
PRODUCT_NAME = "WriteFreely for Mac";
SDKROOT = macosx;