Skip to content

Releases: martinbjeldbak/twitch-chat-cli

v0.4.0

17 Sep 11:36
Compare
Choose a tag to compare

Mainly maintenance changes and linting fixes across workflows and code, no feature changes

Changelog

v0.3.0

27 Aug 11:45
Compare
Choose a tag to compare

Fix issue in v0.2.0 where docker image was not able to run

Changelog

v0.2.0

27 Aug 11:44
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

v0.1.0

17 Aug 13:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release

Initial snapshot of code, working with basic functionality such as

  • Authentication as a user (or not, anonymous works too)
  • Connecting to multiple channels
  • Viewing a channel's chat messages
  • Sending a chat message to a channel
  • Goreleaser to manage releases

Not at all in a completed state. Just wanted to get first release out (and play with goreleaser)

Can run on unix this with

$ ./twitch-chat-cli --channels "ThePrimeagen"

And Windows with

PS .\twitch-chat-cli.exe --channels "ThePrimeagen"

Changelog