update CHANGELOG.md

This commit is contained in:
jesopo 2019-12-01 07:45:10 +00:00
parent 499e83a1cb
commit dc2643b734

View file

@ -8,11 +8,14 @@ Added:
- Support `"$$"` as `"$"` in command alias argument replacement (`aliases.py`) - Support `"$$"` as `"$"` in command alias argument replacement (`aliases.py`)
- Show explicitly when only a title of an issue/PR was changed (`git_webhooks`) - Show explicitly when only a title of an issue/PR was changed (`git_webhooks`)
- Show URLs in `!wikipedia` output (`wikipedia.py`) - 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: Changed:
- Complete refactor of `permissions` module - now with hostmask support - Complete refactor of `permissions` module - now with hostmask support
- Big refactor of commands module - Big refactor of commands module
- Command aliases moved to their own module. Run `migration/v01.16.00-aliases.py` to migrate old aliases. - 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`) - Unique User-Agent (`utils.http.USERAGENT`)
- Nickname hashed colourisation now matches weechat's default (`utils.irc`) - Nickname hashed colourisation now matches weechat's default (`utils.irc`)
- `./bitbotd -m permissions -M master-password` moved to `./bitbotctl command master-password` - `./bitbotd -m permissions -M master-password` moved to `./bitbotctl command master-password`