Changelog#
Version 2.2#
Released 2023-09-02
Upgrades
python-telegram-botto~=20.4Upgrades
plotlyto~=5.16Fixes smaller bugs
Version 2.1#
Released 2023-01-06
Upgrades
python-telegram-botto~=20.0Upgrades
plotlyto~=5.11Fix a bug where all
SimpleStatsinstances would override each other’s stored data
Version 2.0.2#
Released 2022-05-22
Fix a bug in
SimpleStats
Version 2.0.1#
Released 2022-05-22
Fix a bug in
SimpleStatsFix
pre-commit
Version 2.0#
Released 2022-05-21
- Major changes:
Upgrades to
python-telegram-botv20.0a0, introducingasyncio. Not backwards compatible.Persistence interface of
BaseStatswas completely reworked and is not backwards compatible.
Version 1.3.1#
Released 2021-02-25
Minor changes for SimpleStats:
Send data as HTML instead of PDF
Drop
kaleidodependency
Version 1.3#
Released 2020-10-11
Major changes:
Upgrade to PTB v13.0
Add options to
BaseStatsto runprocess_updateand/orreply_statisticsasynchronouslyRun
SimpleStats.reply_statisticsasynchronously and improve sending ofChatAction.
Version 1.2#
Released 2020-08-24
Major changes:
Drop support for Python < 3.7
Bug fixes and minor changes for SimpleStats :
Use
dictinstead ofdefaultdictas it seems to be more stable for persistenceFill missing dates already on processing updates to make retrieving stats quicker
Version 1.1#
Released 2020-08-17
Bug fixes:
Add
kaleidoto requirements. Note:kaleidois currently not available for all architectures. See the bug tracker and e.g. this issue.Fix wrong default groups for statistics handlers
Version 1.0#
Released 2020-08-16
Initial release. Adds basic functionality.