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 get_chat_picture() method to allow slave channels to provide profile pictures for members of chats. (#310 by @ojhdt)

Changed

Removed

Fixed

Known issue

2.1.1 - 2021-05-22

Changed

  • Changed the critical log colors for better contrast

Fixed

  • ^c not able to terminate initialization process due to the handler registered.

2.1.0 - 2020-11-23

Added

  • 5 consequent SIGTERM or SIGINT will trigger a force quit.
  • Allow user to trace hanging threads to debug graceful exit-related issues.

Fixed

  • Blocking main thread to keep thread pools running throughout the session (#225)

2.0.0 - 2020-01-31

First release.