Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adapted for reStructuredText syntax. This project adheres to Semantic Versioning-flavored PEP 440.

Unreleased

Added

  • Add UOS weixin desktop patch
  • Add 'replace_emoticon' flag, disable this flag to stop emoticon conversion

Changed

Removed

Fixed

Known issue

2.0.7 - 2022-01-16

Fixed

  • Fixed order of login verification

2.0.6 - 2022-01-13

Added

  • Remove log in session file before reauth attempts if the file is older than 5 minutes.
  • Add support to App Message type 4
  • Avoid including repetitive quotations (#122)
  • Add Web WC error message prompt for ID 3 (`#113`_)
  • 5 more emoji conversions

Removed

  • UOS Patch removed due to deprecation.

Fixed

  • Attempt to prevent thread blocking upon exit during long polling (wxpy)
  • Log response when account token fetched is not a valid JSON (itchat)
  • Fail hot reload early by inspecting sync status upfront (itchat)

2.0.5 - 2021-05-22

Changed

  • Include UOS patch to itchat

Removed

  • Remove itchat from dependencies as we have already vendor-ed it

Fixed

  • Allow cases when flags in config file is set to null

2.0.4 - 2020-12-22

Fixed

  • Following the latest Bullet API change which caused setup wizard to crash

2.0.3 - 2020-11-23

Added

  • Step-by-step logging for session file and PUID mapping overwrite

Fixed

  • Attempt to fix issue where new chat is not properly recognised without verification (#108)
  • Yet another attempt to fix batch incoming files / videos duplication
  • Hide quotation marks when max_quote_length is set to 0

2.0.2 - 2020-07-09

Changed

  • Some changes to the translation of WeChat emoticon to emoji.

Fixed

  • Files may appear with the same content when received at the same time from WeChat
  • Wizard should return int instead of float

2.0.1 - 2020-03-19

Added

  • Safely overwrite session files to mitigate loss of data caused by improper termination of EWS
  • text_post_processing experimental flag

Fixed

  • Experimental features config wizard breaks on multiple choices.
  • Use the new 🧧 emoji for [红包] mapping.

Known issue

2.0.0 - 2020-01-31

First release.