v5.51.0 Update Notes
Fixed
- Github link in UI
- Error related to discord integration
- Quick Action state not persisting
- UI drop down menus get cut off when at bottom of Firebot window
- $if
related logical operators resulting in UI error
- message target in currency handling
- $topMetadata[key, count]
failing to return results when there's less than count items for the key
Improved
- UI description of Discord integration's Channel Details embed
- Updated Philips Hue API library
- Highlighting chat messages now supports streamer's display name
- Effect context menu to allow effects to be created before/after the menu's target
- Regex filters to support case-sensitivity
- /effects/preset
API endpoint to accept query parameters as arguments
- UI description related to retrieving values of custom variables
Added
- $arrayFindIndex[array, matcher, <path>]
- $customVariableKeys[name, <path>]
- Add Quote Effect
- URL field to discord embed effect
- StreamLabs ChatBot importer for users and view time
- Support for \n
\r
and \t
in expressions
- $hasRole[username, role]
for $if[]
conditions
- $hasRoles[username, any|all, role1, role2, ...]
for $if[]
conditions
- Minimize to Tray option
- $quickStore[key, <value>]
- API endpoint to get all viewers: /api/v1/viewers
- API endpoint to get all data related to user a user id: /api/v1/viewers/:user_id
- API endpoint to get all data related to user a user name: /api/v1/viewers/:user_name?username=true
- $followerAge[<user, <format>>]