Skip to content

Releases: matrix-hacks/ichat2json

v1.3.1

21 Sep 01:55
Compare
Choose a tag to compare

This version includes a patch from @michaelnew, making it produce expected output again.

ichat2json v1.3.0

13 Aug 21:51
Compare
Choose a tag to compare
  • Added isRead key. This is valid for both incoming and outgoing direct messages. It appears to be always false for multiparty chats.

ichat2json v1.1.0

08 Jan 18:18
Compare
Choose a tag to compare
  • Add isMultiParty boolean to every message to know if it is part of a group chat or not
  • Add files array with string keys id and name which allowing you to locate file attachments (e.g. picture messages)
  • Fix an issue where subject being nil would leave cause the JSON to be missing other, more important information.

ichat2json v1.0.1

10 Dec 05:10
Compare
Choose a tag to compare

Tested against my entire archive of ichat files.
It should be robust now.