Update CHANGELOG, v1.9.2 release
This commit is contained in:
parent
6c64a2296c
commit
512d844a5a
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
||||||
|
# 2019-06-09 - BitBot v1.9.2
|
||||||
|
|
||||||
|
Added:
|
||||||
|
- Show seconds it took to !bef/!trap
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
- IRCv3: `draft/resume-0.4` -> `draft/resume-0.5`
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Fix scenario in which some-but-not-all threads die
|
||||||
|
- Daemonify tweet thread
|
||||||
|
- Don't add TAGMSGs to IRCBuffer objects
|
||||||
|
|
||||||
# 2019-06-08 - BitBot v1.9.1
|
# 2019-06-08 - BitBot v1.9.1
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
|
@ -3,7 +3,7 @@ import typing, uuid
|
||||||
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
|
||||||
from src import Socket, utils
|
from src import Socket, utils
|
||||||
|
|
||||||
VERSION = "v1.9.1"
|
VERSION = "v1.9.2"
|
||||||
SOURCE = "https://git.io/bitbot"
|
SOURCE = "https://git.io/bitbot"
|
||||||
|
|
||||||
class TriggerResult(enum.Enum):
|
class TriggerResult(enum.Enum):
|
||||||
|
|
Loading…
Add table
Reference in a new issue