All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.0 - 2023-01-14
- Sticker pack names save correctly now
- Explicitly add psycopg2-binary as dependency because sqlalchemy extra doesn't seem to work anymore
- Try to map user ids to names during json dump import. (#17)
- Add script to import data from desktop client json dumps
- Add ECDF plot for message counts by user with
/stats count-dist
`0.6.4`_ - 2022-02-27
- Bumped python-telegram-bot to version 13.11 (#9)
0.6.3 - 2022-01-13
- Titles plot uses seconds resolution with -duration option
- Fix database creation code for immutable SQLAlchemy 1.4 URLs
- Titles plot considers time zone correctly for current time. (Prevents negative bars in titles plot with -duration option)
0.6.2 - 2021-11-11
- Switched build backend to poetry-core so that PEP 517 builds don't need full poetry install
0.6.1 - 2021-11-07
- Bumped pillow version to 8.3.2 for security reasons
0.6.0 - 2021-06-20
- Time zone support with
--tz
option - stats: user statistics
0.5.0 - 2021-06-11
- Allow limiting counts by message type
- stats: Added words statistic
- Remove @ from random message to avoid pinging users
- Allow quotes in lquery parameters
- Zero-fill days without data for history
- Display error message if counts query empty
- Use random dollarsign quoting to pass lquery parameter
0.4.0 - 2021-06-06
- Read version from bot
- stats: add lexical query to several stats
- Python 3.7 support removed
- Updated to python-telegram-bot 13.6
0.3.1 - 2020-12-31
- Bump crypography requirement to address security vulnerability
0.3.0 - 2020-10-06
- Correctly escape all reserved markdown characters and markdown links
- Print a random message from the log
/stats random
- Allow sorting title history plot by duration
0.2.0 - 2020-06-16
- Message type statistics
/stats types
- Group title history plot
/stats titles
- 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