twitchtts/CHANGELOG.md

156 lines
2.5 KiB
Markdown
Raw Normal View History

2022-08-11 23:11:21 +02:00
# Change Log
2022-09-12 20:22:08 +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`.
2022-08-25 01:55:04 +02:00
2022-10-02 02:26:30 +02:00
## [1.7.1] - 2022-10-02
### Fixed 1.7.1
* Allow usage of `!sq` command when TTS is disabled
2022-08-27 11:30:39 +02:00
## [1.7.0] - 2022-08-27
### Added 1.7.0
* Option to disable functions in `config.yml`
2022-08-25 03:11:41 +02:00
## [1.6.1] - 2022-08-25
### Fixed 1.6.1
* Type Error during pick
* Improved command handling
2022-08-25 01:55:04 +02:00
## [1.6.0] - 2022-08-25
### Added 1.6.0
* `!pick` command
2022-08-11 23:11:21 +02:00
2022-08-24 18:14:30 +02:00
## [1.5.0] - 2022-08-24
2022-08-23 16:45:13 +02:00
2022-08-24 18:03:57 +02:00
### Added 1.5.0
* `!wiki` command
* `!version` command
### Changed 1.5.0
* Added `!sq` as alias for `!smartquote`
### Fixed 1.5.0
2022-08-23 16:45:13 +02:00
* Darkmode: Options background color
2022-08-23 14:13:58 +02:00
## [1.4.0] - 2022-08-23
### Added 1.4.0
* `!usermap` command added
* `!delay` command added
* Darkmode added
2022-08-19 12:29:44 +02:00
## [1.3.2] - 2022-08-19
2022-08-19 04:38:19 +02:00
### Fixed 1.3.2
* `!smartquote` and `!addquote` are not longer Mods only.
2022-08-19 03:10:38 +02:00
## [1.3.1] - 2022-08-19
### Added 1.3.1
* Added `game_name` and date to quote
### Fixed (hopefully) 1.3.1
* Improved HTTP request handling (hopefully removes delay in Chrome)
2022-08-18 16:50:03 +02:00
## [1.3.0] - 2022-08-18
2022-08-16 22:45:36 +02:00
2022-08-18 16:50:03 +02:00
### Added 1.3.0
2022-08-18 16:46:34 +02:00
* Added `!smartquote` command
* Added `!addquote` command
## [1.2.5] - 2022-08-16
### Changed 1.2.5
2022-08-16 22:45:36 +02:00
* Improved logging
2022-08-14 11:41:05 +02:00
## [1.2.4] - 2022-08-15
### Added 1.2.4
* Check OAuth Token via Twitch API
### Fixed 1.2.4
* Internal URL when using special HTTP_BIND values
2022-08-13 23:08:29 +02:00
## [1.2.3] - 2022-08-14
2022-08-14 11:41:05 +02:00
### Fixed 1.2.3
2022-08-13 23:08:29 +02:00
* Message sort order
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