kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
rodzic
a89659ba7a
commit
2c221294c6
|
@ -7,7 +7,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
|
|||
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
|
||||
|
||||
----------
|
||||
Unreleased
|
||||
`0.8.0`_ - 2023-11-13
|
||||
----------
|
||||
Added
|
||||
-----
|
||||
|
@ -172,3 +172,4 @@ Fixed
|
|||
.. _0.6.2: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.6.2
|
||||
.. _0.6.3: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.6.3
|
||||
.. _0.7.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.7.0
|
||||
.. _0.8.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.8.0
|
||||
|
|
|
@ -22,6 +22,9 @@ telegram-stats-bot
|
|||
Telegram-stats-bot is a simple bot that lives in your Telegram group, logging messages to a Postgresql database and
|
||||
serving statistical tables and plots to users as Telegram messages.
|
||||
|
||||
*Note: Version 0.8.0 adds a number of behind the scenes improvements and dependency bumps in preparation for a version
|
||||
1.0 release. Stay tuned for a new interface using the inline keyboard bot functionality!*
|
||||
|
||||
.. image:: examples/chat_example.png
|
||||
:alt: Bot conversation example
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "telegram-stats-bot"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
description = "A logging and statistics bot for Telegram based on python-telegram-bot."
|
||||
authors = ["Michael DM Dryden <mk.dryden@utoronto.ca>"]
|
||||
repository = "https://github.com/mkdryden/telegram-stats-bot"
|
||||
|
|
Ładowanie…
Reference in New Issue