Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Releases: Decicus/twitch-log-bot

Version 0.5.1

Choose a tag to compare

@Decicus Decicus released this 08 Dec 21:41

Changes

  • Fix bug where /me (aka ACTION) messages were not being logged.

Full changelog

Full changelog

Version 0.5.0

Choose a tag to compare

@Decicus Decicus released this 23 Nov 22:19

Changes

  • Adds support for specifying an "offset" in the web interface.
  • API for messages now allows query parameters instead of headers.
    • Headers are still allowed to keep it backwards-compatible.
  • API now allows messages to be returned in "plaintext", by specifying plain as a query parameter or header.

Full changelog

Full changelog

Version 0.4.2

Choose a tag to compare

@Decicus Decicus released this 11 Nov 18:36

Changes

  • Fix error when ignore list for channel did not exist.
  • Fix minor error in home view for handling errors.
  • Add a count field in the /api/messages route.

Full changelog

Full changelog

Version 0.4.1

Choose a tag to compare

@Decicus Decicus released this 11 Nov 09:33

Changes

  • Commands ignore and unignore will now display the correct username that was ignored, instead of the username of the admin that did the command.
    • This is just a minor fix, as the name saved to the ignore list was correct, but the message sent back to the admin was incorrect.

Full changelog

Full changelog

Version 0.4.0

Choose a tag to compare

@Decicus Decicus released this 11 Nov 09:27

Changes

  • Add a per-channel ignore list.
  • Added ignore and unignore commands for use with the ignore list.

Full changelog

Full changelog

Version 0.3.1

Choose a tag to compare

@Decicus Decicus released this 03 Nov 14:05

Changes

  • Adds a 'Refresh' button to the homepage, so that you can retrieve messages without changing from one channel to another, then back.
  • Error messages now properly work.
  • Added a proper LICENSE file to the repository.

Full changelog

Full changelog

Version 0.3.0

Choose a tag to compare

@Decicus Decicus released this 28 Oct 20:55

Changes

  • Allows searching for just username.
  • Re-organized the table for messages in a little bit more logical structure.

Full changelog

Full changelog

Version 0.2.1

Choose a tag to compare

@Decicus Decicus released this 28 Oct 16:25

Changes

  • Channels are now sorted alphabetically in the web interface's list.

Full changelog

Full changelog

Version 0.2.0

Choose a tag to compare

@Decicus Decicus released this 28 Oct 16:13

Changes

  • Created a frontend that integrates with /api/* routes.
  • Add a property in config.settings that allows users to enable/disable the auto-connecting to Twitch channels (true/false).
    • As of right now, the bot does a strict check if that is set to false, so that version 0.1.0 users don't break instantly by updating the bot, but not the config-file.
  • Move API endpoints to /api/*, and serve frontend via /.
  • Rename the channels.default.json sample-file to channels.sample.json to stay consistent.

Full changelog

Full changelog

Version 0.1.0

Choose a tag to compare

@Decicus Decicus released this 28 Oct 08:48

Version 0.1.0

  • First release
  • Has support for admin commands: join, leave/part, ping