twitchtts/CHANGELOG.md

63 lines
1.3 KiB
Markdown
Raw Normal View History

2022-08-11 23:11:21 +02:00
# Change Log
2022-08-12 18:59:57 +02:00
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`, otherwise the bot might fail to start.
2022-08-11 23:11:21 +02:00
2022-08-13 20:43:00 +02:00
## [1.2.2] - 2022-08-13
### Changed 1.2.2
* The message queue is only queried when the Init button is pressed
* Further code optimization
### Fixed 1.2.2
* Minor fixes
2022-08-13 16:23:36 +02:00
## [1.2.1] - 2022-08-13
2022-08-13 16:23:36 +02:00
### Changed 1.2.1
2022-08-13 16:23:36 +02:00
* Reworked internal code structure
2022-08-13 16:23:36 +02:00
### Fixed 1.2.1
2022-08-13 16:23:36 +02:00
* Publish vote info in chat when reloading config was not working when TTS was disabled
* Casting votes was allowed for broadcaster and mods only
2022-08-13 09:19:26 +02:00
## [1.2.0] - 2022-08-13
### Added
2022-08-13 16:23:36 +02:00
* `!random` feature (see README.md for details)
2022-08-13 09:19:26 +02:00
2022-08-13 16:23:36 +02:00
### Changed 1.2.0
2022-08-13 09:19:26 +02:00
2022-08-13 16:23:36 +02:00
* The vote result will be read out
2022-08-13 09:19:26 +02:00
2022-08-13 16:23:36 +02:00
### Fixed 1.2.0
2022-08-13 09:19:26 +02:00
2022-08-13 20:43:00 +02:00
* Improved handling of missing config values
2022-08-13 09:19:26 +02:00
2022-08-12 18:57:50 +02:00
## [1.1.0] - 2022-08-12
2022-08-11 23:11:21 +02:00
2022-08-13 16:23:36 +02:00
### Added 1.1.0
2022-08-11 23:11:21 +02:00
2022-08-13 16:23:36 +02:00
* `!quickvote` feature (see README.md for details)
* `!ping` command added
* Configoption to start TTS in disabled mode
* OAuth-Token generator
* Webbrowser autostart
2022-08-12 18:54:40 +02:00
2022-08-13 16:23:36 +02:00
### Changed 1.1.0
2022-08-11 23:11:21 +02:00
2022-08-13 16:23:36 +02:00
* You need to review your `config.yml` as there a new config values added.
* The bot replies with a chat message when `!ton` or `!toff` is used
2022-08-12 18:54:40 +02:00
2022-08-13 16:23:36 +02:00
### Fixed 1.1.0
2022-08-12 18:54:40 +02:00
2022-08-13 16:23:36 +02:00
* Improved error handling
2022-08-12 18:54:40 +02:00
## [1.0.0] - 2022-08-11
Initial Release