Released 2023-09-02
- Upgrades
python-telegram-bot
to~=20.4
- Upgrades
plotly
to~=5.16
- Fixes smaller bugs
Released 2023-01-06
- Upgrades
python-telegram-bot
to~=20.0
- Upgrades
plotly
to~=5.11
- Fix a bug where all
SimpleStats
instances would override each other's stored data
Released 2022-05-22
- Fix a bug in
SimpleStats
Released 2022-05-22
- Fix a bug in
SimpleStats
- Fix
pre-commit
Released 2022-05-21
- Major changes:
- Upgrades to
python-telegram-bot
v20.0a0, introducingasyncio
. Not backwards compatible. - Persistence interface of
BaseStats
was completely reworked and is not backwards compatible.
- Upgrades to
Released 2021-02-25
Minor changes for SimpleStats:
- Send data as HTML instead of PDF
- Drop
kaleido
dependency
Released 2020-10-11
Major changes:
- Upgrade to PTB v13.0
- Add options to
BaseStats
to runprocess_update
and/orreply_statistics
asynchronously - Run
SimpleStats.reply_statistics
asynchronously and improve sending ofChatAction
.
Released 2020-08-24
Major changes:
- Drop support for Python < 3.7
Bug fixes and minor changes for SimpleStats
:
- Use
dict
instead ofdefaultdict
as it seems to be more stable for persistence - Fill missing dates already on processing updates to make retrieving stats quicker
Released 2020-08-17
Bug fixes:
- Add
kaleido
to requirements. Note:kaleido
is currently not available for all architectures. See the bug tracker and e.g. this issue. - Fix wrong default groups for statistics handlers
Released 2020-08-16
Initial release. Adds basic functionality.