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.8.1 - 2023-11-17
- Fix Sqlalchemy related username insertion bug
- Fix exception when backup store is disabled
0.8.0 - 2023-11-13
- Added a suite of tests for db and stats functions
- Upgraded python-telegram-bot to version 20
- Reply to edited messages
- Updated to SQLAlchemy 2.0
- Updated to pandas 2.1
- Updated other dependencies
- Separate SQL code from db_init function
- Update to psycopg 3.0
- Add more protection against bad stats options
- Upgrade docker image to python 3.11
- Update docker-compose file to use postgres 16
- Use SQLAlchemy-Utils to make new db
- Date selection for word statistics was broken
- Incorrect datatype for column in user_events table
- Modify docker-compose file to set up host authentication with md5
- Increase minimum title plot height
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