All important changes for this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased changes can be found in the development branch.
1.2.0 - 2022-04-13
- Command to retrieve user avatar
- Functional for logger to share its logfile path
- Change
retrieve_logs
command and allow it accept zero arguments and send actual logfile as attachment.
- Deprecate
retrieve_logs
command's version accepting one argument. Will be removed in the next major update.
- Fix channel mentions in greeting message
- Set limit for bytes written to
10000000
bytes as it should be (instead of0
as it was incorrectly)
1.1.0 - 2022-04-13
- Internal log rotation at exceeding limit of bytes written in logfile (limit is set to
10000000
bytes).
- Replace synchonous mutex for logger by async one.
- Fix broken metadata links in README.md
1.0.0 - 2022-04-13
- Base version of Servitor Discord bot.