Skip to content

Major Release (2026/01/24)

Latest

Choose a tag to compare

@KnugiHK KnugiHK released this 24 Jan 10:35
· 2 commits to main since this release

Support for Python 3.9 is dropped

As the official security support is ended on 31 Oct 2025, Python 3.9 is no longer supported.

Changes since RC2

New Feature

  1. Added support for reactions (#77, #193).
  2. Added support for additional chat types.
  3. Handled new LID mapping (#144, #168, #188).
  4. Implemented voice message transcription for Android (#159).
  5. Added a --check-update-pre flag to include pre-releases when checking for updates.
  6. Changed the default output template to the new WhatsApp-alike theme (#97). The old one can still be used with --old-theme.

Bug

  1. Corrected the definition of action_type 58 on Android.
  2. Fixed a regression affecting multiple new features (broken in 0.13.0rc1).
  3. Fixed a crash occurring on messages that cannot be decoded (#44).
  4. Fixed flawly constructed SQL queries in get_chat_condition().
  5. Fixed a crash when checking for updates on pre-release versions.

Improvement

  1. Improved decryption reliability on Android (#190).
  2. Improved performance (slightly) initializing and sharing timezone settings globally across the export.
  3. Replaced the old progress bar with tqdm.
  4. Decreased the default brute-force workers to 4 and improved overall worker efficiency.
  5. Added an on-the-fly fix of dot-ending files (#185)
  6. General UI/UX enhancements.
  7. Refactored internal functions for better maintainability.
  8. Refacted and improved the logging facility (#168).

Note

Please also read the release notes for RC1 and RC2.

Pre-built Binaries Provenance

The attached binaries were generated by workflow run 21313769008. You can verify their integrity and provenance using the GitHub CLI. Detailed instructions are available in the README.

Full Changelog: 0.12.1...0.13.0