This repository was archived by the owner on Jan 31, 2024. It is now read-only.
Releases: Decicus/twitch-log-bot
Releases · Decicus/twitch-log-bot
Release list
Version 0.5.1
Changes
- Fix bug where
/me(akaACTION) messages were not being logged.
Full changelog
Version 0.5.0
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
plainas a query parameter or header.
Full changelog
Version 0.4.2
Changes
- Fix error when ignore list for channel did not exist.
- Fix minor error in home view for handling errors.
- Add a
countfield in the/api/messagesroute.
Full changelog
Version 0.4.1
Changes
- Commands
ignoreandunignorewill 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
Version 0.4.0
Changes
- Add a per-channel ignore list.
- Added
ignoreandunignorecommands for use with the ignore list.
Full changelog
Version 0.3.1
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
LICENSEfile to the repository.
Full changelog
Version 0.3.0
Changes
- Allows searching for just username.
- Re-organized the table for messages in a little bit more logical structure.
Full changelog
Version 0.2.1
Changes
- Channels are now sorted alphabetically in the web interface's list.
Full changelog
Version 0.2.0
Changes
- Created a frontend that integrates with
/api/*routes. - Add a property in
config.settingsthat 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.
- As of right now, the bot does a strict check if that is set to
- Move API endpoints to
/api/*, and serve frontend via/. - Rename the
channels.default.jsonsample-file tochannels.sample.jsonto stay consistent.
Full changelog
Version 0.1.0
Version 0.1.0
- First release
- Has support for admin commands:
join,leave/part,ping