Skip to content

Commit

Permalink
Add initial changelog for 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nate1280 authored Nov 26, 2024
1 parent d4c2f90 commit 5c16099
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions streamerbot/4.changelogs/v0.2.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Streamer.bot v0.2.6
description: Hotfix Release!
version: 0.2.6
releaseDate: null
---

## New Features
::changelog-list{type=new}
* Add new `isGoldenKappaTrain` argument for `Twitch Hype Train` events
::

## Updates
::changelog-list{type=update}
* Update how `Twemoji` handles parsing of emoji, to account for Unicode lengths
* Properly clear tokens when logging out of `Streamer.bot Website Integration`
* Properly clear tokens when `Forgetting` `Streamer.bot Website Integration`
* Allow the `Name` column for actions to be freely resized
::

## Fixes
::changelog-list{type=fix}
* Fix upgrade for `Twitch Message`, `Twitch Announcement` and `Twitch Reply to Message`
* Fix `Streamer.bot Update Checks` when not logged into the `Streamer.bot Website Integration`
* Fix handling of emotes in `Twitch Messages` when Unicode emotes exist
* Fix `messageStripped` argument for `Twitch Message`, `Twitch Cheer` and `Twitch First Word` events
* Fix `Twitch Message` event `WebSocket` payload potentially missing message parts
* Fix `WebSocket Server` `Enforce For All Requests` not working correctly
* Fix a potential crash in `Elgato CameraHub Client`
* Fix handling of `Twitch Prime Subs` in `Twitch Sub`, `Twitch ReSub`, `Twitch Shared Sub` and `Twitch Shared ReSub` events
* Fix a crash related to `Streamlabs Desktop` and adding/removing items to/from scenes that are not configured as dual output
* Fix a potential crash from dictionary keys that could be null
* Fix `Streamlabs Website Status` showing up when you've never logged in
::

## Details
Most of the fixes/changes going into this release can be considered a hot fix release, which is why it is going straight to stable release.
### Twitch
The `upgrade` code for `Twitch Message`, `Reply To Message` and `Announcement` sub-actions had a bug, which was unfortuantely missed during the beta releases. Due to this bug, the new settings were all set to send from bot with fallback to broadcaster, regardless of what you had configured as the `Preferred Account`.

In order for the fix to correct this, you will need to use a data file from `0.2.4` when upgrading again, i.e., `0.2.4` => `0.2.6`, there is no way around this. Data files from `0.2.5` have already had the upgrade applied and old data removed, and cannot be fixed.
### Streamer.bot Website
In `0.2.5`, the `Auto Update` will not function unless you are logged in to the `Streamer.bot Website Integration`. This was an oversight stemming from an internal fix, and was not caught, as using the `beta` requires you to be logged in. This has been fixed in `0.2.6` and will work as it's intended moving forward.

In order to update from `0.2.5`, you will need to either update **manually**, or you can login to the `Streamer.bot Website Integration`, and perform an `Auto Update`

0 comments on commit 5c16099

Please sign in to comment.