Releases: caleb531/imessage-conversation-analyzer
Releases · caleb531/imessage-conversation-analyzer
v1.2.0
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
- 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