Version 2.2.2 Live Oak contains the following fixes and improvements:
- Support filtering conversations to export for #61
- Adds
--conversation-filter
CLI arg to filter conversations based on a specified string pattern -
Supports partial matches and multiple patterns
--conversation-filter "steve@apple.com"
exports conversations withsteve@apple.com
--conversation-filter "steve@apple.com,+15558675309"
exports all conversations withsteve@apple.com
or+15558675309
--conversation-filter "@apple.com"
exports all conversations where the participant info contains@apple.com
- Group conversations with selected participants are always included
- Adds
- Expand compatibility mode for #346 and #365
- More compatibility conversions supported
video/quicktime
→video/mp4
audio/x-caf
→audio/mp4
image/heic-sequence
→image/gif
- Refactor
--copy-method
CLI arg:-c clone
copies files without converting-c basic
converts HEIC files to JPEG-c full
converts HEIC files to JPEG, CAF to MP4, and MOV to MP4
- More compatibility conversions supported
- Improvements
- Fixes
- Miscellaneous
- Rework test fixtures
- Refactor file compatibility modules
- Add diagnostics for detected encoders/converters
- Bump dependencies
- Build with latest
rustc