Skip to content

Latest commit

 

History

History
99 lines (75 loc) · 2.58 KB

CHANGES.rst

File metadata and controls

99 lines (75 loc) · 2.58 KB

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 support to outgoing 🎲 messages from Telegram
  • Allow wizard to set commands list of the bot

Changed

Removed

Fixed

Known issue

2.0.3 - 2020-04-04

Added

  • Check if the bot would work properly in linked Telegram groups before linking.

Changed

  • Improvements on TGS to GIF conversion logic (by Curtis Jiang)

Fixed

  • Attempt to fix “Database is locked” issue by wrapping all database write operations with an atomic transaction.
  • Edited messages from Telegram can now be correctly detected for caption-only or media edits.

Known issue

  • 🎲 messages are not supported until Python Telegram Bot introduce supports to Bot API 4.7. No workaround is available for now.

2.0.2 - 2020-02-26

Fixed

  • Experimental flags settings breaks the ETM wizard.
  • Exception requiring libcairo when animation_sticker flag is not enabled.

Known issue

  • All edited messages from Telegram are seen as edited with media due to the update of Telegram Bot API 4.5. This will be fixed only after Python Telegram Bot introduce supports to Bot API 4.5. No workaround is available for now.

2.0.1 - 2020-02-10

Added

  • #93: Send error message to user when size of media from slave channel exceeds Telegram Bot API limit

Changed

  • Improved compatibility with Python Telegram Bot 12.4.1

Known issue

  • All edited messages from Telegram are seen as edited with media due to the update of Telegram Bot API 4.5. This will be fixed only after Python Telegram Bot introduce supports to Bot API 4.5. No workaround is available for now.

2.0.0 - 2020-01-31

First release.