@@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- [ Mac] In a post with unpublished changes (i.e., with "local" or "edited" status), the post is autosaved after a one-second pause in typing.
16
16
- [ Mac] Added a context-menu item to delete local posts from the post list.
17
17
- [ Mac] Added methods to fetch device logs.
18
- - [ iOS, Mac] Added a way to search for text across all posts.
19
- - [ iOS, Mac] Added a way to refresh an edited post from the server copy.
18
+ - [ Mac] Added a way to search for text across all posts.
19
+ - [ Mac] Added a way to refresh an edited post from the server copy.
20
20
21
21
### Changed
22
22
@@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
- [ Mac] Updated the URL and minimum version of the WriteFreely Swift package.
27
27
- [ Mac] Upgraded the Sparkle package to v2.
28
28
- [ Mac] The app now prompts you to reach out to our user forums if it detects a crash.
29
- - [ iOS, Mac] The app now reverts a post from edited to published status if you undo your changes.
29
+ - [ Mac] The app now reverts a post from edited to published status if you undo your changes.
30
30
31
31
### Fixed
32
32
@@ -49,9 +49,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
49
- [ Mac] Fixed some build warnings in the project.
50
50
- [ Mac] Bumped WriteFreely package to v0.3.6 to handle decoding of fractional seconds in dates.
51
51
- [ Mac] Fixed a bug that prevented a remotely-edited post from updating until you navigated away and back.
52
- - [ iOS, Mac] Fixed a bug where posts moved from one blog to another on a different client didn't update in the app.
52
+ - [ Mac] Fixed a bug where posts moved from one blog to another on a different client didn't update in the app.
53
53
54
- ## [ 1.0.15-ios] - 2022-01-15
54
+ ## [ 1.0.16-ios] - 2023-07-23
55
+
56
+ ### Added
57
+
58
+ - [ iOS] Added a way to search for text across all posts.
59
+ - [ iOS] Added a way to refresh an edited post from the server copy.
60
+
61
+ ### Changed
62
+
63
+ - [ iOS] The app now reverts a post from edited to published status if you undo your changes.
64
+
65
+ ### Fixed
66
+
67
+ - [ iOS] Fixed a bug where posts moved from one blog to another on a different client didn't update in the app.
68
+
69
+ ## [ 1.0.15-ios] - 2023-01-15
55
70
56
71
### Fixed
57
72
@@ -346,7 +361,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
346
361
- Contributing guide
347
362
- This changelog
348
363
349
- [ Unreleased ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.15-ios...HEAD
364
+ [ Unreleased ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.16-ios...HEAD
365
+ [ 1.0.16-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.15-ios...v1.0.16-ios
350
366
[ 1.0.15-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.14-ios...v1.0.15-ios
351
367
[ 1.0.14-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.13-ios...v1.0.14-ios
352
368
[ 1.0.13-ios ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.12-ios...v1.0.13-ios
0 commit comments