Update CHANGELOG, v1.9.2 release

This commit is contained in:
jesopo 2019-06-09 17:34:45 +01:00
parent 6c64a2296c
commit 512d844a5a
2 changed files with 14 additions and 1 deletions

View file

@ -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
Fixed:

View file

@ -3,7 +3,7 @@ import typing, uuid
from src import EventManager, Exports, IRCServer, Logging, ModuleManager
from src import Socket, utils
VERSION = "v1.9.1"
VERSION = "v1.9.2"
SOURCE = "https://git.io/bitbot"
class TriggerResult(enum.Enum):