@@ -45,22 +45,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
45
- [ Mac] Fixed a bug where alerts weren't presented for login errors.
46
46
- [ Mac] Fixed some build warnings in the project.
47
47
- [ 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
+
49
53
- [ iOS] Restored the new-draft-on-launch feature and resolves crashing bug.
50
54
- [ iOS] Fixed a bug that would navigate to a post on launch, then immediately navigate back to the post list.
51
55
- [ iOS] Fixed some animation glitches when presenting and dismissing the keyboard.
52
56
53
57
## [ 1.0.14-ios] - 2022-12-18
54
58
55
- - [ iOS] Temporarily removed the new-draft-on-launch feature while investigating a crashing bug.
59
+ ### Added
60
+
56
61
- [ iOS] Added methods to fetch device logs.
57
62
- [ iOS] Added a settings option to generate a log file as a new local draft (iOS 15+).
58
63
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
+
59
72
## [ 1.0.13-ios] - 2022-11-13
60
73
74
+ ### Added
75
+
76
+ - [ iOS] Added a context-menu item to delete local posts from the post list.
77
+
78
+ ### Fixed
79
+
61
80
- [ iOS] Fixed an issue that made it tricky to scroll in the post editor.
62
81
- [ 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.
64
82
65
83
## [ 1.0.12-ios] - 2022-10-06
66
84
@@ -323,7 +341,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
323
341
- Contributing guide
324
342
- This changelog
325
343
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
327
346
[ 1.0.14-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.13-ios...v1.0.14-ios
328
347
[ 1.0.13-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...v1.0.13-ios
329
348
[ 1.0.12-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...v1.0.12-ios
0 commit comments