Bump version

This commit is contained in:
gpkvt 2022-10-29 20:29:48 +02:00
parent c7a2225eb2
commit 5309762664
3 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. If there is a `Changed` section please read carefully, as this often means that you will need to adapt your `config.yml`.
## [1.8.1] - 2022-10-29
### Added 1.8.1
* Logging to file (tts.log)
### Fixed 1.8.1
* Error when checking black-/whitelist
## [1.8.0] - 2022-10-23
### Added 1.8.0
@ -10,7 +20,6 @@ All notable changes to this project will be documented in this file. If there is
* Option to configure the number of sentences fetched by !wiki function
* !wtoff command
* !wton command
* Logging to file (tts.log)
### Changed 1.8.0

BIN
tts.exe

Binary file not shown.

2
tts.py
View File

@ -1676,7 +1676,7 @@ if __name__ == "__main__":
sys.tracebacklimit = 3
VERSION = "1.8.0"
VERSION = "1.8.1"
CONF = {}
tts_done = []
MSG_QUEUE_RAW = []