Skip to content

Releases: ZBAGI/twitch-parrot

2.7.0

06 Apr 17:10
34ffa70
Compare
Choose a tag to compare

Bugfixes

  • Pronunciation no longer require lowercased only input to work

Added

  • Option to ignore some users (ie. bots)

Thanks @zomle

2.6.0

27 Mar 16:28
29cb8cb
Compare
Choose a tag to compare

Added

  • !voices command to change own voice
  • SAY_ALLOW_VOICES, SAY_COMMAND_VOICE .env settings to customize own voice settings
  • More informative startup logs

Bugfix

  • Fixed race condition which caused User said to be separated from the message of that user if two or more message were send at once.

2.5.1

27 Mar 01:26
5039110
Compare
Choose a tag to compare

Bugfix

  • Incorrect removal of entries in pronunciations.json

2.5.0

27 Mar 01:04
209414e
Compare
Choose a tag to compare

Added

  • Added pronunciation system. After startup, the file pronunciation.json will be created, where you can replace the default pronunciation of words. Additionally, SAY_COMMAND_PRONOUNCE=!pronounce was added to specify command that chat moderators can use to add modifications.
  • Added cache system to save some AWS quota

Bugfix

  • Previous volume system incorrectly modified buffers

2.4.0

26 Mar 19:37
4322b60
Compare
Choose a tag to compare

Added

  • Option to control volume
  • Possibility to set command to nothing which results in TTS for every chat message

2.3.0

28 Feb 00:20
ac307b2
Compare
Choose a tag to compare

Removed

  • !play sound removed

2.2.0

28 Feb 00:02
48121a6
Compare
Choose a tag to compare

Added

  • New sounds added

2.1.0

27 Feb 23:53
5958f0c
Compare
Choose a tag to compare

Added

  • !play command that allows to play sound bites from sounds folder.
    Only wav sounds supported. Usage: !say FileName will play FileName.wav from sounds folder ( customizable via PLAY_FOLDER )

2.0.2

18 Feb 16:54
4806434
Compare
Choose a tag to compare

Bugfix:

  • pkg incorrectly packaged dependencies causing executable to not work without node_modules

Added

  • File logging upon unexpected error ( folder errors will appear upon first crash )

2.0.1

18 Feb 14:37
bef872a
Compare
Choose a tag to compare

Bugfix

  • Missing node_module dependencies in dist.zip package

Change

  • Added pack process into build to include add dependencies into executable