All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Allow custom storage for
lastHistoryToken
, in addition to iCloud and UserDefaults. (thanks JPToroDev!) - Support Swift 6 concurrency. (thanks JPToroDev!)
- add option to save the
lastHistoryToken
in iCloud instead of locally. (thanks JPToroDev!)
- fix PrivacyInfo.xcprivacy for spm
- add privacy manifest PrivacyInfo.xcprivacy.
- Fix test and raise minimum deployment target to iOS 15.
- fix crash after second app open (1.0.2 regression).
- get changes on app/notifier start (e.g. if app was force-quit).
- allow to include in code used by app extensions (fix #1).
- ensure UIApplication.applicationState is used from the main thread.
- skip internal changes when later getting external changes.
- get contacts history in background thread.
Initial release.