Skip to content

Major Release (2024/6/8)

Latest
Compare
Choose a tag to compare
@KnugiHK KnugiHK released this 08 Jun 10:26
· 4 commits to main since this release

Deprecation

The --iphone flag has been deprecated since 0.9.1 and will be removed in the future. Use --ios instead.

The following modules have been rename:

  • extract.py > android_handler.py
  • extract_iphone.py > ios_handler.py
  • extract_iphone_media.py > ios_media_handler.py

New Feature

  1. Added support for decrypting contact db from crypt15 backup.
  2. Added a script for brute-forcing crypt15 offsets.
  3. Added an option for adjusting the time zone for the displayed time in output (#64).
  4. Added date and chat (partial) filters.
  5. Added the ability to separate media for chats (#93).

Bug Fixed

  1. Fixed an unreliable way to determine chat (#61).
  2. Fixed same time at a day issue (#64).
  3. Fixed crashes.
  4. Fixed incorrect table name for old schema.
  5. Fixed SQL issue on missing table join.
  6. Fixed improperly handled vCard (#99).

Improvement

  1. Refactored some code.
  2. Ensured all messages are extracted chronologically (#64).

Binary Checksum

a58d4bd0d88ea116aca07c93c635a706beeabdff47fbc3237c19acdeb6202217 wtsexporter_linux_x64
c5324b0f6b54043ef7cac32b89319685636e30212ade05c90439dfb26cb09715 wtsexporter_macos_x64
f4ba5410138e9981a89cc9b8080fe29f3f9d481cea4aa2beb060d68a9e311663 wtsexporter_x64.exe

Full Changelog: 0.9.7...0.10.0