Skip to content

Commit b0d440e

Browse files
committed
Update change log and bump build number
1 parent 0ea92e9 commit b0d440e

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.0.0a2] - 2020-10-02
9+
10+
### Added
11+
12+
- The "All Posts" list now shows which blog a post belongs to.
913

1014
### Fixed
1115

16+
- Fixed a crash that could occur when tapping the share button.
17+
- Fixed a visual glitch that made the post list overlap the navigation bar when scrolling on iPhone and iPad.
1218
- Fixed a link in the change log; added date to the 1.0.0a1 release.
1319

1420
## [1.0.0a1] - 2020-09-30
@@ -92,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9298
- Contributing guide
9399
- This changelog
94100

95-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...HEAD
101+
[1.0.0a2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0a2
96102
[1.0.0a1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...v1.0.0a1
97103
[0.1.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
98104
[0.1.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 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 = 331;
904+
CURRENT_PROJECT_VERSION = 340;
905905
DEVELOPMENT_TEAM = TPPAB4YBA6;
906906
ENABLE_PREVIEWS = YES;
907907
INFOPLIST_FILE = iOS/Info.plist;
@@ -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 = 331;
928+
CURRENT_PROJECT_VERSION = 340;
929929
DEVELOPMENT_TEAM = TPPAB4YBA6;
930930
ENABLE_PREVIEWS = YES;
931931
INFOPLIST_FILE = iOS/Info.plist;
@@ -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 = 331;
955+
CURRENT_PROJECT_VERSION = 340;
956956
DEVELOPMENT_TEAM = TPPAB4YBA6;
957957
ENABLE_HARDENED_RUNTIME = YES;
958958
ENABLE_PREVIEWS = YES;
@@ -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 = 331;
981+
CURRENT_PROJECT_VERSION = 340;
982982
DEVELOPMENT_TEAM = TPPAB4YBA6;
983983
ENABLE_HARDENED_RUNTIME = YES;
984984
ENABLE_PREVIEWS = YES;

WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>1</integer>
10+
<integer>0</integer>
1111
</dict>
1212
<key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>0</integer>
15+
<integer>1</integer>
1616
</dict>
1717
</dict>
1818
</dict>

0 commit comments

Comments
 (0)