diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c83c46..57a6dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Mac] Fixed a bug where posts moved from one blog to another on a different client didn't update in the app. - [Mac] Improved offline experience with 'not connected' messaging. +## [1.0.18-ios] - 2024-08-19 + +### Fixed + +- [iOS] Fixed launch policy bug that would close the active post when switching away from the app. +- [iOS] Improved compatibility with iOS 18 betas. + ## [1.0.17-ios] - 2024-01-21 ### Fixed @@ -370,7 +377,8 @@ suffixes to differentiate between platforms, until both are at feature parity. - Contributing guide - This changelog -[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.17-ios...HEAD +[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.18-ios...HEAD +[1.0.18-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.17-ios...v1.0.18-ios [1.0.17-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.16-ios...v1.0.17-ios [1.0.16-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.15-ios...v1.0.16-ios [1.0.15-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.14-ios...v1.0.15-ios