aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-12-01 07:45:10 +0000
committerGravatar jesopo2019-12-01 07:45:10 +0000
commitdc2643b73476af5ce17a19edf64b6fdce4bc0d8c (patch)
tree7a580902f04ddad0a50cf557ff3901b0688f0c45
parentrefactor karma to be per-user. added data migration script for this (diff)
signature
update CHANGELOG.md
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38d6f9e5..956bb851 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,14 @@ Added:
- Support `"$$"` as `"$"` in command alias argument replacement (`aliases.py`)
- Show explicitly when only a title of an issue/PR was changed (`git_webhooks`)
- Show URLs in `!wikipedia` output (`wikipedia.py`)
+- `!raw` and `!perform` now support "human" formats (e.g. `/msg user message`)
+- Listing servers with `!servers` (`stats.py`)
Changed:
- Complete refactor of `permissions` module - now with hostmask support
- Big refactor of commands module
- Command aliases moved to their own module. Run `migration/v01.16.00-aliases.py` to migrate old aliases.
+- Karma is now stored per-user and you can give yourself karma. Run `migration/v01.16.00-karma` to migrate old karma.
- Unique User-Agent (`utils.http.USERAGENT`)
- Nickname hashed colourisation now matches weechat's default (`utils.irc`)
- `./bitbotd -m permissions -M master-password` moved to `./bitbotctl command master-password`