Skip to content

Commit 31e5b63

Browse files
committed
Update change log and bump build number
1 parent 040f398 commit 31e5b63

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
- [Mac] Fixed a bug where alerts weren't presented for login errors.
4646
- [Mac] Fixed some build warnings in the project.
4747
- [Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
48-
- [iOS] Fixed a bug where posts were always shown in serif, even if the post was published with another font.
48+
49+
## [1.0.15-ios] - 2022-01-15
50+
51+
### Fixed
52+
4953
- [iOS] Restored the new-draft-on-launch feature and resolves crashing bug.
5054
- [iOS] Fixed a bug that would navigate to a post on launch, then immediately navigate back to the post list.
5155
- [iOS] Fixed some animation glitches when presenting and dismissing the keyboard.
5256

5357
## [1.0.14-ios] - 2022-12-18
5458

55-
- [iOS] Temporarily removed the new-draft-on-launch feature while investigating a crashing bug.
59+
### Added
60+
5661
- [iOS] Added methods to fetch device logs.
5762
- [iOS] Added a settings option to generate a log file as a new local draft (iOS 15+).
5863

64+
### Changed
65+
66+
- [iOS] Temporarily removed the new-draft-on-launch feature while investigating a crashing bug.
67+
68+
### Fixed
69+
70+
- [iOS] Fixed a bug where posts were always shown in serif, even if the post was published with another font.
71+
5972
## [1.0.13-ios] - 2022-11-13
6073

74+
### Added
75+
76+
- [iOS] Added a context-menu item to delete local posts from the post list.
77+
78+
### Fixed
79+
6180
- [iOS] Fixed an issue that made it tricky to scroll in the post editor.
6281
- [iOS] Fixed a bug that didn't navigate to the post editor after tapping the new-post button.
63-
- [iOS] Added a context-menu item to delete local posts from the post list.
6482

6583
## [1.0.12-ios] - 2022-10-06
6684

@@ -323,7 +341,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
323341
- Contributing guide
324342
- This changelog
325343

326-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.14-ios...HEAD
344+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.15-ios...HEAD
345+
[1.0.15-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.14-ios...v1.0.15-ios
327346
[1.0.14-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.13-ios...v1.0.14-ios
328347
[1.0.13-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...v1.0.13-ios
329348
[1.0.12-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...v1.0.12-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10511051
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10521052
CODE_SIGN_STYLE = Automatic;
1053-
CURRENT_PROJECT_VERSION = 699;
1053+
CURRENT_PROJECT_VERSION = 700;
10541054
DEVELOPMENT_TEAM = TPPAB4YBA6;
10551055
GENERATE_INFOPLIST_FILE = YES;
10561056
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1081,7 +1081,7 @@
10811081
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
10821082
CODE_SIGN_ENTITLEMENTS = "ActionExtension-iOS/ActionExtension-iOS.entitlements";
10831083
CODE_SIGN_STYLE = Automatic;
1084-
CURRENT_PROJECT_VERSION = 699;
1084+
CURRENT_PROJECT_VERSION = 700;
10851085
DEVELOPMENT_TEAM = TPPAB4YBA6;
10861086
GENERATE_INFOPLIST_FILE = YES;
10871087
INFOPLIST_FILE = "ActionExtension-iOS/Info.plist";
@@ -1224,7 +1224,7 @@
12241224
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12251225
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12261226
CODE_SIGN_STYLE = Automatic;
1227-
CURRENT_PROJECT_VERSION = 699;
1227+
CURRENT_PROJECT_VERSION = 700;
12281228
DEVELOPMENT_TEAM = TPPAB4YBA6;
12291229
ENABLE_PREVIEWS = YES;
12301230
INFOPLIST_FILE = iOS/Info.plist;
@@ -1250,7 +1250,7 @@
12501250
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
12511251
CODE_SIGN_ENTITLEMENTS = "WriteFreely-MultiPlatform (iOS).entitlements";
12521252
CODE_SIGN_STYLE = Automatic;
1253-
CURRENT_PROJECT_VERSION = 699;
1253+
CURRENT_PROJECT_VERSION = 700;
12541254
DEVELOPMENT_TEAM = TPPAB4YBA6;
12551255
ENABLE_PREVIEWS = YES;
12561256
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)