Browse Source

Bump build/version number and update change log

tags/v1.0.6-ios
Angelo Stavrow 2 years ago
parent
commit
3fad9af32b
No known key found for this signature in database GPG Key ID: 1A49C7064E060EEE
2 changed files with 11 additions and 5 deletions
  1. +7
    -1
      CHANGELOG.md
  2. +4
    -4
      WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

+ 7
- 1
CHANGELOG.md View File

@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Mac] The published date now reflects the time a post was published, not created.
- [Mac] If the option is set, the app now silently checks for updates on launch.
- [Mac] New drafts are created in the currently-selected blog, rather than being created in Drafts (or "Anonymous" for Write.as accounts).
- [iOS, Mac] Updated the URL and minimum version of the WriteFreely Swift package.
- [Mac] Updated the URL and minimum version of the WriteFreely Swift package.

### Fixed

@@ -32,6 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [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).

## [1.0.6-ios] - 2021-06-10

### Changed

- Updated the URL and minimum version of the WriteFreely Swift package.

## [1.0.5-ios] - 2021-04-12

### Fixed


+ 4
- 4
WriteFreely-MultiPlatform.xcodeproj/project.pbxproj View File

@@ -969,7 +969,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 608;
CURRENT_PROJECT_VERSION = 612;
DEVELOPMENT_TEAM = TPPAB4YBA6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = iOS/Info.plist;
@@ -978,7 +978,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
PRODUCT_NAME = "WriteFreely-MultiPlatform";
SDKROOT = iphoneos;
@@ -993,7 +993,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 608;
CURRENT_PROJECT_VERSION = 612;
DEVELOPMENT_TEAM = TPPAB4YBA6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = iOS/Info.plist;
@@ -1002,7 +1002,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.5;
MARKETING_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
PRODUCT_NAME = "WriteFreely-MultiPlatform";
SDKROOT = iphoneos;


Loading…
Cancel
Save