diff options
| author | 2019-10-29 18:16:40 +0000 | |
|---|---|---|
| committer | 2019-10-29 18:16:40 +0000 | |
| commit | 2c1b838172fa150386ed49f90481e026364a250e (patch) | |
| tree | 7a2c48cbdfbee4d7419840ff32a577170ef7e18d /CHANGELOG.md | |
| parent | don't record ACTIONs in markov chains (diff) | |
| signature | ||
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dab489f6..c4fe35dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# TBD - BitBot v1.14.0 + +Added: +- `!cmute`/`!cunmute` to mute/unmute a channel (`+m`) (`admin.py`) +- Support GitLab notes and confidential issues (`git_webhooks`) +- Strip `"'<>()` from words in titles when checking difference between a `<title>` and URL (`title.py`) +- Show how long ago a video was uploaded (`youtube.py`) + +Changed: +- `/me` lines are no longer added to markov chains + +Fixed: +- Rectified `src/utils/` circular dependency mess +- Decode fediverse data as utf8 + # 2019-10-25 - BitBot v1.13.0 Added: |
