Version 2.7.0 Canyon Sunflower contains the following fixes and improvements:
- New Features
- Encrypted iOS device backup support for #521
- Uses our new crabapple crate to decrypt iOS backup data
- Pass
-x
with the backup's password to automatically decrypt message data and attachments
- Message deep links (contributed by @vergenzt)
- Clicking the message's date in
HTML
exports will open the message in the Messages app on macOS or iOS
- Clicking the message's date in
- Encrypted iOS device backup support for #521
- Improvements
- Bug Fixes
- API Changes
Attachment::filename()
now returnsOption<&str>
instead of&str
- Miscellaneous
- Lots of code cleanup
- Refactor CLI validation logic
- Simplified error handling using new error implementations
- Bump dependencies
- Add Windows (
.exe
) build script - Build with latest
rustc