kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
64 wiersze
1.6 KiB
ReStructuredText
64 wiersze
1.6 KiB
ReStructuredText
=========
|
|
Changelog
|
|
=========
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
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`_ - 2021-06-06
|
|
---------------------
|
|
Removed
|
|
-------
|
|
- Python 3.7 support removed
|
|
|
|
Changed
|
|
-------
|
|
- Updated to python-telegram-bot 13.6
|
|
|
|
---------------------
|
|
`0.3.1`_ - 2020-12-31
|
|
---------------------
|
|
Security
|
|
--------
|
|
- Bump crypography requirement to address security vulnerability
|
|
|
|
---------------------
|
|
`0.3.0`_ - 2020-10-06
|
|
---------------------
|
|
Fixed
|
|
-----
|
|
- Correctly escape all reserved markdown characters and markdown links
|
|
|
|
Added
|
|
-----
|
|
- Print a random message from the log ``/stats random``
|
|
- Allow sorting title history plot by duration
|
|
|
|
---------------------
|
|
`0.2.0`_ - 2020-06-16
|
|
---------------------
|
|
|
|
Added
|
|
-----
|
|
- Message type statistics ``/stats types``
|
|
- Group title history plot ``/stats titles``
|
|
|
|
Fixed
|
|
-----
|
|
- Example images were missing in pypi distributions
|
|
- Git install instructions were incorrect
|
|
- Example images now .png instead of .jpg
|
|
|
|
----------------------
|
|
`0.1.1`_ - 2020-06-05
|
|
----------------------
|
|
- Initial release
|
|
|
|
.. _Unreleased: https://github.com/mkdryden/telegram-stats-bot/compare/v0.1.1...HEAD
|
|
.. _0.1.1: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.1.1
|
|
.. _0.2.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.2.0
|
|
.. _0.3.0: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.3.0
|
|
.. _0.3.1: https://github.com/mkdryden/telegram-stats-bot/releases/tag/v0.3.1
|