Skip to content

Releases: joweich/chat-miner

v0.2.0

13 Jan 23:44
6d90070
Compare
Choose a tag to compare

What's Changed

  • [FEATURE] Add option to select only messages from specific authors by @victormihalache in #50
  • [BUGFIX] Added functionality to process yyyy/MM/dd date format by @louispires in #54
  • [BUGFIX] Catching messages without type field for facebook JSON export by @joweich in #57
  • [FEATURE] Introduced radarchart visualizing message count per weekday by @joweich in #67
  • [FEATURE] Add support for Instagram Chats by @BlueishTint in #65
  • [BUGFIX] Enable check for radar projection registration to circumvent error by @joweich in #75
  • [BUGFIX] Made regex for WhatsApp date format more restrictive by @joweich in #76

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Nov 21:13
46047e2
Compare
Choose a tag to compare

Hello World Release

This very first release of chat-miner introduces a sound package, that is also available for installation using pip via PyPI. With this release, chat-miner supports parsing chat logs from WhatsApp, Signal, Telegram, and Facebook Messenger into pandas dataframes. By introducing the sunburst chart, calendar heatmap, and word cloud, this projects brings uncommon visualizations enabling users to turn chats into artwork. As some of the parsers lack test coverage and we might not have seen every chat log formatting out there, this release should be considered as beta.

What's Changed

New Contributors

Full Changelog: https://github.com/joweich/chat-miner/commits/v0.1.0