diff options
| author | 2019-11-20 18:19:13 +0000 | |
|---|---|---|
| committer | 2019-11-20 18:19:13 +0000 | |
| commit | 6e005f156942b4723442b989b6088fdde834fa7f (patch) | |
| tree | c2a6458bd7c85b24d4c6e5f96eaa75698d2fed7c | |
| parent | add !notitle to bypass auto-title (diff) | |
| signature | ||
update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be2cf11b..8ba447e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# TBD - BitBot v1.16.0 + +Added: +- Show target in formatted private `NOTICE` events (`format_activity.py`) +- Show first 100 chars of GitHub issue comments (`git_webhooks`) +- Show who opened a GitHub pull request when approperiate (`git_webhooks`) +- Timed user ignores (`ignore.py`) + +Changed: +- Command aliases moved to their own module. Run `migration/v01.16.00-aliases.py` to migrate old aliases. +- Unique User-Agent (`utils.http.USERAGENT`) +- Nickname hashed colourisation now matches weechat's default (`utils.irc`) + # 2019-11-18 - BitBot v1.15.0 Added: |
