Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@caleb531 caleb531 released this 02 Feb 00:34
0e1ee3c

New Features

  • You can now filter any analyzer by date and participant
    • These are available in the CLI via new --from-date, --to-date, and --from-person flags
    • These are also available in the Python API via new input parameters to ica.get_dataframes(): from_date, to_date, and from_person
    • See the README for details on how to use these new filters
  • Added support for iOS 18's emoji-based reactions that allow for reacting with any arbitrary emoji
    • This new support is mainly reflected in the Reactions metrics for the message_totals analyzer

Fixes

  • Fixed some incorrect logic for how YouTube, Spotify, and Apple Music links were counted within the attachment_totals analyzer

Housekeeping

  • Added missing documentation for the count_phrases analyzer to the README
  • Other organizational tweaks and improvements to the README