Skip to content

Releases: caleb531/imessage-conversation-analyzer

v1.2.0

17 Jan 23:02
deedad0
Compare
Choose a tag to compare

New Features

  • Include Spotify links in attachment totals metric data

Bug Fixes

  • Fixed several bug where the package would be unable to find a contact under any the following conditions:
    • The last name was not on the contact record
    • A phone number was present, but an email address was missing
    • An email address was present, but a phone number was missing
    • There was leading or trailing whitespace in the contact name given on the command line

Upgrades

  • Upgraded pandas from v1.1.2 to v1.3.2
  • Upgraded tabulate from v0.8.7 to v0.8.9

v1.1.0

06 Mar 22:51
db876b8
Compare
Choose a tag to compare
  • Added a new conversation_export metric file; this is designed to allow easy exporting of an entire iMessage thread (to a format like CSV, for example)
  • The case of the contact name is now ignored; --contact-name 'john doe' and --contact-name 'John Doe' are now equivalent
  • Fixed an AttributeError: 'NoneType' object has no attribute 'replace' error

v1.0.1

06 Mar 22:33
d24c449
Compare
Choose a tag to compare
  • Fixed a bug where --format csv / -f csv would not return the data in CSV format

v1.0.0

12 Jan 03:02
42d6d87
Compare
Choose a tag to compare
  • Initial stable API