diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index c6f8db1..032c0cc 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.2] - 2024-08-13 + +### Changed + +- New iOS 18 Dark/Tinted icon support (using the same default Light mode icon). + ## [1.2.1] - 2024-05-29 ### Added @@ -44,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added this changelog file :D - Initial Release of Post.e +[1.2.2]: https://github.com/scottgriv/Post.e/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/scottgriv/Post.e/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/scottgriv/Post.e/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/scottgriv/Post.e/compare/v1.0.0...v1.1.0 diff --git a/mobile/ios/Post.e.xcodeproj/project.xcworkspace/xcuserdata/scottgrivner.xcuserdatad/UserInterfaceState.xcuserstate b/mobile/ios/Post.e.xcodeproj/project.xcworkspace/xcuserdata/scottgrivner.xcuserdatad/UserInterfaceState.xcuserstate index c9937d9..1897cd7 100644 Binary files a/mobile/ios/Post.e.xcodeproj/project.xcworkspace/xcuserdata/scottgrivner.xcuserdatad/UserInterfaceState.xcuserstate and b/mobile/ios/Post.e.xcodeproj/project.xcworkspace/xcuserdata/scottgrivner.xcuserdatad/UserInterfaceState.xcuserstate differ