diff options
| author | 2019-11-14 12:16:15 +0000 | |
|---|---|---|
| committer | 2019-11-14 12:16:15 +0000 | |
| commit | aef31879af5385a104d5355ab189b2b5fab292fc (patch) | |
| tree | 4227d04973aab074f4ee48bd3f649a7429d7de43 | |
| parent | don't duplicate `event["user"].nickname` for prettified invite format (diff) | |
| signature | ||
update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index efbc7838..7a02e085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# TBD - BitBot v1.15.0 + +Added: +- Optionally colourise nicknames when printed to log (`format_activity.py` and `print_activity.py`) +- Show git branch in `!version` output (`info.py`) +- Stop/start REST API HTTPd when trying to reload all modules (`ModuleManager` and `rest_api.py`) + +Changed: +- Better eval API for `eval_python.py` (now py3 only) +- Better single-line normalisation for ActivityPub Activities (`fediverse`) +- Better error messages shown to user when a fediverse Actor can't be found (`fediverse`) +- Git hashes are now truncated to 7 chars, not 8 (`git_webhooks`) + +Fixed: +- Multiple channel keys should be expressed as comma-separated (`channel_keys.py`) +- `!duckstats <nickname` was meant to show stats for another user (`ducks.py`) +- Fix almost completely broken 908 (`RPL_SASLMECHS`) handling +- Background colour formatting was being lost (`utils.irc`) + +Removed: +- `tfl.py` moved to `bitbot-modules` + # 2019-11-04 - BitBot v1.14.0 Added: |
