Skip to content

Live Oak

Latest
Compare
Choose a tag to compare
@ReagentX ReagentX released this 26 Nov 19:20
0c75df4

Version 2.2.1 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 "[email protected]" exports conversations with [email protected]
      • --conversation-filter "[email protected],+15558675309" exports all conversations with [email protected] or +15558675309
      • --conversation-filter "@apple.com" exports all conversations where the participant info contains @apple.com
      • Group conversations with selected participants are always included
  • Expand compatibility mode for #346 and #365
    • More compatibility conversions supported
      • video/quicktimevideo/mp4
      • audio/x-cafaudio/mp4
      • image/heic-sequenceimage/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
  • Improvements
    • Support detecting different types of Digital Touch messages
      • Example display

    • Support Audio Message transcriptions in #374
    • Support Genmoji Prompts in #378
  • Fixes
    • Resolve missing RCS message background color for #361
    • Fix missing TLDs in export file names for #355
    • Resolve a divide by zero error for #360
    • Resolve #390 and #391
  • Miscellaneous
    • Rework test fixtures
    • Refactor file compatibility modules
    • Add diagnostics for detected encoders/converters
    • Bump dependencies
    • Build with latest rustc