diff options
| author | 2019-10-14 15:37:56 +0100 | |
|---|---|---|
| committer | 2019-10-14 15:37:56 +0100 | |
| commit | defe9045c386458b45439ffeab1f06fa6e16decd (patch) | |
| tree | ab07dac282d01e5450cd0459e6cb41d784c27a0a | |
| parent | add `bitbotctl reload` command to reload all modules (diff) | |
| signature | ||
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed17cdd..8027fbb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ Changed: - `start.py` -> `bitbotd` - Don't say a users vote was changed when it wasn't (`vote.py`) - Bot will not die when there's no connected servers +- Command output will be truncated/cut at "word bounaries" (currently only space) +- `!reloadallmodules` and `SIGUSR1` will not try to reload but rollback to currently-loaded on error Fixed: - Be able to `!disconnect` reconnection attempts (regression, `admin.py`) +- Strip only unknown tags from fedi `Note` activities - not the tag content too # 2019-10-10 - BitBot v1.12.0 |
