Releases: Sehelitar/Kick.bot
Compatibility update for Kick UI overhaul - v0.6.2
This update is a small compatibility update following the latest Kick UI overhaul, which changed a few things on how to handle authentication. This should fix most authentication related problems.
Note : This version is NOT compatible with SB 0.2.4 and below.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Fixes
- Authentication should now work properly since latest Kick UI update
Compatibility update for SB 0.2.6/0.2.5 - v0.6.1
This update is a compatibility update for the current version of Streamer.bot (0.2.6 and the old 0.2.5).
Note : This version is NOT compatible with SB 0.2.4 and below.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Fixes
- #74 Authentication should now work properly.
- "Chat Command Cooldown (Any)" trigger fixed.
Green Is The New Kick - v0.6.0
This update is for the latest available release of Streamer.bot (0.2.4).
IMPORTANT NOTE
Due to a breaking change on Kick's side, it is really important to update your installation to release 0.6.0.0.
The authentication mechanism had to be updated to match their current implementation.
Check the full changelog below for more information.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Fixes
- #74 Authentication should now work properly.
- "Chat Command Cooldown (Any)" trigger fixed.
Compatibility update for SB 0.2.4 - v0.5.0.1
This update is a compatibility update for the current version of Streamer.bot (0.2.4).
Note : This version is NOT compatible with SB 0.2.3 and below
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Enhancements
- Added original message metadata to replies received through ChatMessage trigger.
Summer is hot - v0.4.1.1
This update is for the latest available release of Streamer.bot (0.2.3).
IMPORTANT NOTE
Due to a breaking change on Kick's side, it is really important to update your installation to release 0.4.1.1.
Otherwise, chat related triggers (including commands) won't work anymore.
Check the full changelog below for more information.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note :
Enhancements
- #59 Added new arguments set by GetUserInfos to know if a user is live, and get some new infos about the livestream (viewers count, thumbnail...)
- #60 #61 GetUserInfos will now return a default profile picture if a user doesn't have a custom one. I don't know how long the provided link will hold though.
- New DeleteMessage method to remove a specific message from the chat feed.
Road to stability - v0.4.0
This update is for the latest release of Streamer.bot (0.2.3).
Check the full changelog below for more information.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note :
Fixes
- #50 Fix for a database problem that could prevent this module to operate properly until the next bot restart.
Enhancements
- #39 Updated Chat Message Deleted trigger with new message arguments added (when available).
- #49 New GetChannelCounters method to get your followers and viewers counters.
Compatibility update SB 0.2.3 - v0.3.12
This update is a compatibility update for the latest release of Streamer.bot (0.2.3).
GetClipMP4URL method has been added and allows you to get a MP4 file link for a clip. Kick usually provides a HLS stream but in some cases, a MP4 file is preferable.
A new event User Unbanned should now trigger when a user is unbanned.
Check the full changelog below for more information.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note :
Enhancements
- #40 New User Unbanned trigger.
- #42 New GetClipMP4URL method.
Yet Another Update - v0.3.11
GetClips method has been correctly added and allows you to get clips from another channel.
2 new methods are now available, and raid events should trigger correctly now.
Check the full changelog below for more information.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note : actions importation is required to get all new methods.
Fixes
- #34 Raid trigger arguments should have their right value now and display raider's name instead of own channel name.
- #38 GetClips method added to exported action file in release package.
Enhancements
- #27 New method PickRandomActiveUser to pick a random active user.
- #36 New method GetFollowAgeInfo to fetch users follow age.
- Added SBActions.cs file to keep a copy of SB action code in this repository.
[BETA] Compatibility update for SB 0.2.3 beta - v0.3.11.1
This update is a compatibility update for the current beta version of Streamer.bot (0.2.3).
BETA UPDATE FOR TESTING PURPOSES ONLY - DO NOT USE IN PRODUCTION
Note : This version is NOT compatible with SB 0.2.2 and below
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
More pins! - v0.3.10
Small update completing the previous one.
You now have access to 2 new triggers : pinned/unpinned message.
You can also get the currently pinned message with the new GetPinnedMessage method.
GetClips method has been updated and allow you to get clips from another channel.
How to upgrade : https://github.com/Sehelitar/Kick.bot/wiki/Installation#upgrades
Note : actions importation is required to get all new methods.
Enhancements
- New triggers when a message is pinned/unpinned in chat.
- Updated GetClips method to fetch clips from another channel.
- New GetPinnedMessage method.
- Modified host event handler to match current Kick app implementation.