Update CHANGELOG.md
This commit is contained in:
parent
1d8173f607
commit
04f3e98515
1 changed files with 7 additions and 0 deletions
|
@ -2,16 +2,23 @@
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
- Outbound message filtering (`message_filter.py`)
|
- Outbound message filtering (`message_filter.py`)
|
||||||
|
- Mid-callback command permission checks ('yield utils.Check(...)')
|
||||||
|
- `connected-since` on stats endpoint
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
- Only strip 2 characters (`++` or `--`) from the end of karma
|
- Only strip 2 characters (`++` or `--`) from the end of karma
|
||||||
- Track CHANMODE type B, C and D (not just type D)
|
- Track CHANMODE type B, C and D (not just type D)
|
||||||
|
- 'x saved a duck' -> 'x befriended a duck'
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
- `KeyError` when sts `port` key not present
|
- `KeyError` when sts `port` key not present
|
||||||
- lxml wasn't in requirements.txt but it should have been
|
- lxml wasn't in requirements.txt but it should have been
|
||||||
- Any CRITICAL in read/write thread now kills the main thread too
|
- Any CRITICAL in read/write thread now kills the main thread too
|
||||||
|
|
||||||
|
Removed:
|
||||||
|
- `!set`/`!channelset`/`!serverset`/`!botset` (replaced with `!config`)
|
||||||
|
- `bytes-read-per-second` and `bytes-written-per-second` from stats endpoint
|
||||||
|
|
||||||
# 2019-06-09 - BitBot v1.9.2
|
# 2019-06-09 - BitBot v1.9.2
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|
Loading…
Reference in a new issue