Skip to content

Commit d8794e6

Browse files
committed
Update change log and bump build number
1 parent 6d8422c commit d8794e6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1b3-ios] - 2020-11-13
9+
10+
### Fixed
11+
12+
- Fixed a bug where adding certain characters to your post (like emoji, for example) would cause the cursor to jump to the end of the post.
13+
814
## [1.0.1b2-ios] - 2020-11-11
915

1016
### Added
@@ -165,6 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
165171
- Contributing guide
166172
- This changelog
167173

174+
[1.0.1b3-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b2-ios...v1.0.1b3-ios
168175
[1.0.1b2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b1-ios...v1.0.1b2-ios
169176
[1.0.1b1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1b1-ios
170177
[1.0.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0b1...v1.0.0

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 = 434;
920+
CURRENT_PROJECT_VERSION = 438;
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 = 434;
944+
CURRENT_PROJECT_VERSION = 438;
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 = 434;
971+
CURRENT_PROJECT_VERSION = 438;
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 = 434;
997+
CURRENT_PROJECT_VERSION = 438;
998998
DEVELOPMENT_TEAM = TPPAB4YBA6;
999999
ENABLE_HARDENED_RUNTIME = YES;
10001000
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)