We follow Semantic Versioning as a way of measuring stability of an update. This means we will never make a backwards-incompatible change within a major version of the project.
- "Source" link in the bot footer now redirects to this repo instead of the u/tor one
- Added processing for inbox, respond to a user replying to bot's comment (credit: @crhopkins)
- Odd error with PRAW in https://github.com/GrafeasGroup/tor necessitates a core library upgrade
- Converts
setup.py
to Poetry tooling for easier development and package management - Makes cleaning the Reddit ID more resilient (passing an already-clean id through without issue)
- CLI args for better testing
- FIX: Timeout in talking with https://OCR.space/ when only waiting 2 seconds
- Pulls in
tor_core
astor_ocr.core
- Adds
tox
as a way of invoking tests in lieu ofpython setup.py test
- Introduces No Operation (NOOP) mode for basic smoke-testing of code without affecting external services
- Initial split from
tor
into one package per bot