mirror of https://gitlab.com/gpvkt/twitchtts.git
Merge branch 'main' of gitlab.com:gpvkt/twitchtts
This commit is contained in:
commit
70e3d83faa
|
@ -1,6 +1,6 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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.
|
||||||
|
|
||||||
## [1.1.0] - 2022-08-12
|
## [1.1.0] - 2022-08-12
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
* `!quickvote` feature (see README.md for details)
|
* `!quickvote` feature (see README.md for details)
|
||||||
* `!ping` command added
|
* `!ping` command added
|
||||||
|
|
||||||
* Configoption to start TTS in disabled mode
|
* Configoption to start TTS in disabled mode
|
||||||
* OAuth-Token generator
|
* OAuth-Token generator
|
||||||
* Webbrowser autostart
|
* Webbrowser autostart
|
||||||
|
|
|
@ -191,11 +191,11 @@ Feel free to use the [Issuetracker](https://gitlab.com/gpvkt/twitchtts/-/issues)
|
||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
See `CHANGELOG.md`
|
See [CHANGELOG.md](https://gitlab.com/gpvkt/twitchtts/-/blob/main/CHANGELOG.md)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GPLv3 License - see `LICENSE.md` for details.
|
This project is licensed under the GPLv3 License - see [LICENSE.md](https://gitlab.com/gpvkt/twitchtts/-/blob/main/LICENSE.md) for details.
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue