v1.11.1 release
This commit is contained in:
parent
722d6418c8
commit
6a068777d6
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
# 2019-08-30 - BitBot v1.11.1
|
||||
|
||||
Added:
|
||||
- `utils.IntRangeSetting`
|
||||
- `realname` was missing from `!editserver`
|
||||
|
||||
Changed:
|
||||
- Added `"- "` to start of formatted kick lines
|
||||
- Use `"+0000"` instead of `"Z"` for UTC timezone
|
||||
|
||||
Fixed:
|
||||
- Put a deadline on sed matches to prevent DoS
|
||||
- Duplicate `def op` in `channel_op.py` (due to copypaste)
|
||||
- `git-prevent-highlight` was failing to unhighlight organisations
|
||||
|
||||
# 2019-08-15 - BitBot v1.11.0
|
||||
|
||||
Added:
|
||||
|
|
|
@ -3,7 +3,7 @@ import typing, uuid
|
|||
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
||||
from src import Socket, utils
|
||||
|
||||
VERSION = "v1.11.0"
|
||||
VERSION = "v1.11.1"
|
||||
SOURCE = "https://git.io/bitbot"
|
||||
URL = "https://bitbot.dev"
|
||||
|
||||
|
|
Loading…
Reference in a new issue