diff --git a/CHANGELOG.md b/CHANGELOG.md index 080b8a3..0f33f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tts.exe b/tts.exe index 619c958..bf5c13f 100644 Binary files a/tts.exe and b/tts.exe differ diff --git a/tts.py b/tts.py index 5fde2d0..90138f7 100644 --- a/tts.py +++ b/tts.py @@ -1676,7 +1676,7 @@ if __name__ == "__main__": sys.tracebacklimit = 3 - VERSION = "1.8.0" + VERSION = "1.8.1" CONF = {} tts_done = [] MSG_QUEUE_RAW = []