update CHANGELOG.md

This commit is contained in:
jesopo 2020-01-17 16:42:29 +00:00
parent ba5d79c953
commit 0966fea362

View file

@ -1,9 +1,11 @@
# TBD - BitBot v1.18.0
Added:
- New dependency in `requirements.txt`: `dateutils`
- Show `transferred` github issues by default (`git_webhooks`)
- `hostmask-tracking.py` - keep a history of what hostmasks each nickname has used
- Also watch `NICK` and `QUIT` lines to see when our nickname might be freee (`nick_regain.py`)
- IRCv3 `draft/delete` implementation (`ircv3_editmsg.py`)
Changed:
- Removed `--data-dir`, `--database` and `--log-dir`, these options have been moved to `bot.conf`
@ -17,6 +19,8 @@ Fixed:
- Don't send typing notications by default for pattern-based commands
- Regex error when replacement starts with a number (`sed.py`)
- Reimplement lost IRCv3 `account-tag` functionality (`permissions`)
- Show username when fediverse displayname is "" (`fediverse`)
- `++asd++` used to give karma to both `asd++` and `++asd` (`karma.py`)
# 2020-01-08 - BitBot v1.17.2