mirror of
https://gitlab.com/gpvkt/twitchtts.git
synced 2025-04-13 07:12:27 +02:00
Bump version
This commit is contained in:
parent
c7a2225eb2
commit
5309762664
3 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
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
|
||||
|
||||
|
|
BIN
tts.exe
BIN
tts.exe
Binary file not shown.
2
tts.py
2
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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue