Skip to content

Commit 45386b6

Browse files
committed
Update change log and bump build number
1 parent 3fad7f3 commit 45386b6

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [1.0.1b2-ios] - 2020-11-11
9+
10+
### Added
11+
12+
- Added short extracts of the post body to the post list when the post has no title.
13+
14+
### Fixed
15+
16+
- Fixed a silent failure where the app would appear to login but could not get a valid access token from the server.
17+
- Fixed a bug that would jump the cursor to the end of the post when typing in the middle of the post body.
18+
819
## [1.0.1b1-ios] - 2020-11-09
920

1021
### Added
@@ -154,6 +165,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154165
- Contributing guide
155166
- This changelog
156167

168+
[1.0.1b2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b1...v1.0.1b2-ios
157169
[1.0.1b1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1b1-ios
158170
[1.0.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0
159171
[1.0.0b1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0a1...v1.0.0b1

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
918918
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
919919
CODE_SIGN_STYLE = Automatic;
920-
CURRENT_PROJECT_VERSION = 416;
920+
CURRENT_PROJECT_VERSION = 434;
921921
DEVELOPMENT_TEAM = TPPAB4YBA6;
922922
ENABLE_PREVIEWS = YES;
923923
INFOPLIST_FILE = iOS/Info.plist;
@@ -941,7 +941,7 @@
941941
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
942942
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
943943
CODE_SIGN_STYLE = Automatic;
944-
CURRENT_PROJECT_VERSION = 416;
944+
CURRENT_PROJECT_VERSION = 434;
945945
DEVELOPMENT_TEAM = TPPAB4YBA6;
946946
ENABLE_PREVIEWS = YES;
947947
INFOPLIST_FILE = iOS/Info.plist;
@@ -968,7 +968,7 @@
968968
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
969969
CODE_SIGN_STYLE = Automatic;
970970
COMBINE_HIDPI_IMAGES = YES;
971-
CURRENT_PROJECT_VERSION = 416;
971+
CURRENT_PROJECT_VERSION = 434;
972972
DEVELOPMENT_TEAM = TPPAB4YBA6;
973973
ENABLE_HARDENED_RUNTIME = YES;
974974
ENABLE_PREVIEWS = YES;
@@ -994,7 +994,7 @@
994994
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
995995
CODE_SIGN_STYLE = Automatic;
996996
COMBINE_HIDPI_IMAGES = YES;
997-
CURRENT_PROJECT_VERSION = 416;
997+
CURRENT_PROJECT_VERSION = 434;
998998
DEVELOPMENT_TEAM = TPPAB4YBA6;
999999
ENABLE_HARDENED_RUNTIME = YES;
10001000
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)