@@ -43,19 +43,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
43
- [ Mac] Fixed a bug where the list of posts published outside of a blog didn't update its title (Drafts/Anonymous).
44
44
- [ Mac] Fixed a bug where alerts weren't presented for login errors.
45
45
- [ Mac] Fixed some build warnings in the project.
46
+ - [ Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
47
+
48
+ ## [ 1.0.12-ios] - 2022-10-06
49
+
50
+ ### Changed
51
+
52
+ - [ iOS] The post editor now scrolls the title as well as the post body to better use all screen real estate.
53
+
54
+ ### Fixed
55
+
56
+ - [ iOS] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
46
57
47
58
## [ 1.0.11-ios] - 2022-09-07
48
59
60
+ ### Fixed
61
+
49
62
- [ iOS] Fixed a bug where the new-post button doesn't appear in the iOS 16 beta.
50
63
- [ iOS] Fixed a bug where the list of posts published outside of a blog didn't update its title (Drafts/Anonymous).
51
64
- [ iOS] Fixed a bug where alerts weren't presented for login errors.
52
65
- [ iOS] Fixed some build warnings in the project.
53
66
54
67
## [ 1.0.10-ios] - 2022-07-28
55
68
56
- - [ iOS] Improved error-handling and alerting under the hood, for better app stability.
69
+ ### Added
70
+
57
71
- [ iOS] The app now prompts you to reach out to our user forums if it detects a crash.
58
72
73
+ ### Fixed
74
+
75
+ - [ iOS] Improved error-handling and alerting under the hood, for better app stability.
76
+
59
77
## [ 1.0.9-ios] - 2022-04-02
60
78
61
79
- [ iOS] Fixed an issue when building for iOS 15 on Xcode 13 that caused the post list to underlap the navigation bar.
@@ -288,7 +306,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
288
306
- Contributing guide
289
307
- This changelog
290
308
291
- [ Unreleased ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...HEAD
309
+ [ Unreleased ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...HEAD
310
+ [ 1.0.12-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.11-ios...v1.0.12-ios
292
311
[ 1.0.11-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.10-ios...v1.0.11-ios
293
312
[ 1.0.10-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.9-ios...v1.0.10-ios
294
313
[ 1.0.9-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.8-ios...v1.0.9-ios
0 commit comments