Skip to content

Releases: Sehelitar/Kick.bot

Compatibility update for Kick UI overhaul - v0.6.2

26 Jan 14:09
Compare
Choose a tag to compare

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

12 Sep 17:37
Compare
Choose a tag to compare

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

12 Sep 17:34
Compare
Choose a tag to compare

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

25 Jul 07:14
Compare
Choose a tag to compare

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

Summer is hot - v0.4.1.1

18 Jul 13:50
Compare
Choose a tag to compare

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 : ⚠️ actions importation is required to get all new methods. ⚠️


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

21 Mar 20:27
Compare
Choose a tag to compare

This update is for the latest release of Streamer.bot (0.2.3).
⚠️ This update is incompatible with older Streamer.bot versions (< 0.2.3) ⚠️

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

  • #50 Fix for a database problem that could prevent this module to operate properly until the next bot restart.

Enhancements

Compatibility update SB 0.2.3 - v0.3.12

12 Mar 08:35
Compare
Choose a tag to compare

This update is a compatibility update for the latest release of Streamer.bot (0.2.3).
⚠️ This update is incompatible with older Streamer.bot versions (< 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 : ⚠️ actions importation is required to get all new methods. ⚠️


Enhancements

Yet Another Update - v0.3.11

09 Mar 20:02
Compare
Choose a tag to compare

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

[BETA] Compatibility update for SB 0.2.3 beta - v0.3.11.1

09 Mar 20:36
Compare
Choose a tag to compare

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

02 Mar 22:13
Compare
Choose a tag to compare

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.