浏览代码

Update change log and bump build number

tags/v0.1.1
Angelo Stavrow 3 年前
父节点
当前提交
0e6d0120f9
找不到此签名对应的密钥 GPG 密钥 ID: 1A49C7064E060EEE
共有 2 个文件被更改,包括 10 次插入2 次删除
  1. +8
    -0
      CHANGELOG.md
  2. +2
    -2
      WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

+ 8
- 0
CHANGELOG.md 查看文件

@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2020-09-14

### Added

- Icon asset for App Store
- [iOS] LaunchScreen storyboard added for iPad multitasking requirements

## [0.1.0] - 2020-09-11

### Added
@@ -49,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Contributing guide
- This changelog

[0.1.1] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
[0.1.0] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1

+ 2
- 2
WriteFreely-MultiPlatform.xcodeproj/project.pbxproj 查看文件

@@ -789,7 +789,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 242;
CURRENT_PROJECT_VERSION = 243;
DEVELOPMENT_TEAM = TPPAB4YBA6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = iOS/Info.plist;
@@ -813,7 +813,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 242;
CURRENT_PROJECT_VERSION = 243;
DEVELOPMENT_TEAM = TPPAB4YBA6;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = iOS/Info.plist;


正在加载...
取消
保存