Skip to content

Releases: crowbartools/Firebot

Release v5.63.2

27 Aug 15:07
98a7760
Compare
Choose a tag to compare

v5.63.2 Hotfix Notes

  • Fixed viewer details modal never loading
  • Fixed OBS Transition Started event showing incorrect scene name
  • Fixed OBS Program Scene Changed double event
  • Fixed HTML text area in HTML effect overflowing modal to the right

v5.63.0 Update Notes

✨New

  • Ranks System (#1898)
    • Automated ladders to move viewers through ranks based on view time or currency
    • Manual ladders that you control fully with the new Update Viewer Rank effect
  • $variable Macro System
    • Reuse complicated variables easily.
  • Run Random Effect now supports weighted chances (#1971).
  • Added ability to convert any effect list into to Preset Effect Lists (#2624)
  • Added Activity Feed Alert effect (#2667)
  • New Variables:
    • $userProfileImageUrl as alias for $userAvatarUrl
    • $userBio to retrieve user's Twitch bio/about (#2612)
    • $obsIsConnected for OBS connection state (#2608)
    • $chatMessageTextOnly returns chat message without URIs or emotes (#2598)
    • $effectQueueLength for effect queue length (#2533)
    • $randomUUID for random IDs
    • $chatMessageId to grab the chat message ID
    • $unixTimestamp variable to return number of seconds since unix epoch (#2644)
  • New Events: Chat Message Deleted, Twitch Chat Cleared
  • OBS Integration:
    • Added Transform OBS Source effect (#2664)
    • Support for OBS Groups
    • New events: OBS Connected and OBS Disconnected (#2618)
    • Support for OBS chapter markers (#2616)
    • Added support for OBS GDI+ v3 Text Sources (#2638)
  • Channel Rewards: Events for when a Channel Reward is accepted or rejected (#2572)
  • User Interaction: Mark user active on channel point redemption (#2542)
  • Dashboard Feedback: Added feedback for slash command use (#2527)
  • Twitch Viewer Card: Link added to viewer info popup.
  • Graphics: Firebot Graphics provided by nxbs (#2585)
  • Ability to abort running effects and effect lists, either manually or via automatic timeout
  • TTS support on Linux (#2705)
  • Add Control Hue Light effect

πŸ› οΈ Improved

  • Single-line text inputs can now be expanded
  • Edit Effect modal header is now sticky, allowing constant access to the Test Effects button
  • Subcommands can now inherit the base command cooldowns
  • Added add/edit tags button to sort tag popover (#2690)
  • Added searching to Create New Setup components (#2599)
  • OBS Color Picker, Raw/Variable Color Entry (#2708)
  • Timeout option for HTTP Request effect
  • $effectOutput now supports propertyPath and defaultData arguments (#2709)
  • Added case-insensitive 'contains' to conditional effect
  • New selectable image types: .bmp, .apng, .webm
  • Input box changed to a multiline textarea for preset list args (#2399, #2626)
  • UI improvements: padding, whitespace, and scrolling (#2602, #2597, #2490)
  • Skip null/empty username values on custom role import (#2489)
  • Aria support for preset effect lists and add/edit event modal (#2642, #2640)
  • Edge-case handling of $chatMessageTextOnly (#2649)
  • Improved index-referencing for $arrayElement and $arrayRemove (#2651)
  • Reduced logging spam (#2653)
  • Added max age and featured only Twitch clip options to the Play Video effect
  • Improved rounded corners of inputs that have a title
  • Improved copy and corrected typos throughout the app
  • Philips Hue integration now has improved bridge discovery
  • Clickable link added to feature stream setting
  • Aria labels added to settings where missing (#2623)
  • Improved Effect Modal Test Effect Aria accessibility (#2604)

βœ… Fixed

  • $randomActiveViewer variable filtering (#2627)
  • Fuzzy matching for array-related searching (#2605)
  • $readFile example description fixed (#2603)
  • Windows resize with display scaling (#2578)
  • /me not triggering from commands.
  • Show Image effect not respecting specified duration.
  • Run Command Effect arg returning undefined.
  • Perform ad check on startup.
  • Time input not saving seconds (#2494)
  • $ensureNumber ignoring string empty
  • Reward filters not having display description
  • Can't use effect output variables in Preset Effect List arguments (#2444)
  • Searching commands with "!" in Create Setup modal returns incorrect results (#2643)
  • Streamer account logged out after putting host PC to sleep or when a network issue is encountered (#2646)
  • Viewer Rank event filter not functioning correctly (#2654)
  • Viewer Rank commands sending incorrect chat messages after rank up
  • Channel rewards creating invalid default color codes (#2682)
  • Export setup file extension on linux (#2677, #2678)
  • Cooldown search negation (#2676)
  • Corrected data output types for OBS variables
  • Sort tag menu overflowing under modal footer
  • Clip effect failing because it thinks streamer is offline
  • Added timeout to known bots list api call
  • Pasting a previously copied effect multiple times gives each copy the same id
  • $userRoles not available for some triggers
  • Twitch Connected event fires before bot account is connected to chat
  • Dashboard sometimes has empty space at bottom
  • User metadata not saving when username in database mismatches twitch username

βš™οΈ Under the Hood

  • Updated to Electron 31 and Node 20
  • Improvements for custom scripts:
    • Script js files can now be nested within folders within the /scripts dir
    • Script description, param titles, and param descriptions now support markdown
    • Support for more param types
    • ReplaceVariableFactory, EventFilterFactory, and NotificationManager modules now passed to scripts
    • Added showToast IPC event for showing a toast message that scripts can trigger
  • Switched to prebuilt firebot-nutjs (#2615)
  • Added support for variable aliasing (#2613)
  • Fixed api/v1/viewers to return proper username and displayName (#2607)
  • Added guard against effectOutputs being null
  • Fixed log requestor IP for API calls (#2534)
  • Resolve create preset list promise on cancel, pass back fully saved preset list object
  • Expanded support for OAuth host configurations
  • Expanded replace-variable-manager definition
  • Added /api/v1/viewers/export end point to retrieve entire viewer db in json format
  • Added event API over websockets (#2641)
  • Fix: Corrected JsonDbManager event typo
  • Fix: Manual metadata being null instead of empty object (#2648)

Windows Install

  • Download and run Firebot-v5.63.0-setup.exe

MacOS Install

  • Download Firebot-v5.63.0-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.63.0-linux-x64.tar.gz
  • Unpack Firebot-v5.63.0-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.63.1

26 Aug 20:06
203523b
Compare
Choose a tag to compare

v5.63.1 Hotfix Notes

  • Fixed $overlayInstance always showing as Default

v5.63.0 Update Notes

✨New

  • Ranks System (#1898)
    • Automated ladders to move viewers through ranks based on view time or currency
    • Manual ladders that you control fully with the new Update Viewer Rank effect
  • $variable Macro System
    • Reuse complicated variables easily.
  • Run Random Effect now supports weighted chances (#1971).
  • Added ability to convert any effect list into to Preset Effect Lists (#2624)
  • Added Activity Feed Alert effect (#2667)
  • New Variables:
    • $userProfileImageUrl as alias for $userAvatarUrl
    • $userBio to retrieve user's Twitch bio/about (#2612)
    • $obsIsConnected for OBS connection state (#2608)
    • $chatMessageTextOnly returns chat message without URIs or emotes (#2598)
    • $effectQueueLength for effect queue length (#2533)
    • $randomUUID for random IDs
    • $chatMessageId to grab the chat message ID
    • $unixTimestamp variable to return number of seconds since unix epoch (#2644)
  • New Events: Chat Message Deleted, Twitch Chat Cleared
  • OBS Integration:
    • Added Transform OBS Source effect (#2664)
    • Support for OBS Groups
    • New events: OBS Connected and OBS Disconnected (#2618)
    • Support for OBS chapter markers (#2616)
    • Added support for OBS GDI+ v3 Text Sources (#2638)
  • Channel Rewards: Events for when a Channel Reward is accepted or rejected (#2572)
  • User Interaction: Mark user active on channel point redemption (#2542)
  • Dashboard Feedback: Added feedback for slash command use (#2527)
  • Twitch Viewer Card: Link added to viewer info popup.
  • Graphics: Firebot Graphics provided by nxbs (#2585)
  • Ability to abort running effects and effect lists, either manually or via automatic timeout
  • TTS support on Linux (#2705)
  • Add Control Hue Light effect

πŸ› οΈ Improved

  • Single-line text inputs can now be expanded
  • Edit Effect modal header is now sticky, allowing constant access to the Test Effects button
  • Subcommands can now inherit the base command cooldowns
  • Added add/edit tags button to sort tag popover (#2690)
  • Added searching to Create New Setup components (#2599)
  • OBS Color Picker, Raw/Variable Color Entry (#2708)
  • Timeout option for HTTP Request effect
  • $effectOutput now supports propertyPath and defaultData arguments (#2709)
  • Added case-insensitive 'contains' to conditional effect
  • New selectable image types: .bmp, .apng, .webm
  • Input box changed to a multiline textarea for preset list args (#2399, #2626)
  • UI improvements: padding, whitespace, and scrolling (#2602, #2597, #2490)
  • Skip null/empty username values on custom role import (#2489)
  • Aria support for preset effect lists and add/edit event modal (#2642, #2640)
  • Edge-case handling of $chatMessageTextOnly (#2649)
  • Improved index-referencing for $arrayElement and $arrayRemove (#2651)
  • Reduced logging spam (#2653)
  • Added max age and featured only Twitch clip options to the Play Video effect
  • Improved rounded corners of inputs that have a title
  • Improved copy and corrected typos throughout the app
  • Philips Hue integration now has improved bridge discovery
  • Clickable link added to feature stream setting
  • Aria labels added to settings where missing (#2623)
  • Improved Effect Modal Test Effect Aria accessibility (#2604)

βœ… Fixed

  • $randomActiveViewer variable filtering (#2627)
  • Fuzzy matching for array-related searching (#2605)
  • $readFile example description fixed (#2603)
  • Windows resize with display scaling (#2578)
  • /me not triggering from commands.
  • Show Image effect not respecting specified duration.
  • Run Command Effect arg returning undefined.
  • Perform ad check on startup.
  • Time input not saving seconds (#2494)
  • $ensureNumber ignoring string empty
  • Reward filters not having display description
  • Can't use effect output variables in Preset Effect List arguments (#2444)
  • Searching commands with "!" in Create Setup modal returns incorrect results (#2643)
  • Streamer account logged out after putting host PC to sleep or when a network issue is encountered (#2646)
  • Viewer Rank event filter not functioning correctly (#2654)
  • Viewer Rank commands sending incorrect chat messages after rank up
  • Channel rewards creating invalid default color codes (#2682)
  • Export setup file extension on linux (#2677, #2678)
  • Cooldown search negation (#2676)
  • Corrected data output types for OBS variables
  • Sort tag menu overflowing under modal footer
  • Clip effect failing because it thinks streamer is offline
  • Added timeout to known bots list api call
  • Pasting a previously copied effect multiple times gives each copy the same id
  • $userRoles not available for some triggers
  • Twitch Connected event fires before bot account is connected to chat
  • Dashboard sometimes has empty space at bottom
  • User metadata not saving when username in database mismatches twitch username

βš™οΈ Under the Hood

  • Updated to Electron 31 and Node 20
  • Improvements for custom scripts:
    • Script js files can now be nested within folders within the /scripts dir
    • Script description, param titles, and param descriptions now support markdown
    • Support for more param types
    • ReplaceVariableFactory, EventFilterFactory, and NotificationManager modules now passed to scripts
    • Added showToast IPC event for showing a toast message that scripts can trigger
  • Switched to prebuilt firebot-nutjs (#2615)
  • Added support for variable aliasing (#2613)
  • Fixed api/v1/viewers to return proper username and displayName (#2607)
  • Added guard against effectOutputs being null
  • Fixed log requestor IP for API calls (#2534)
  • Resolve create preset list promise on cancel, pass back fully saved preset list object
  • Expanded support for OAuth host configurations
  • Expanded replace-variable-manager definition
  • Added /api/v1/viewers/export end point to retrieve entire viewer db in json format
  • Added event API over websockets (#2641)
  • Fix: Corrected JsonDbManager event typo
  • Fix: Manual metadata being null instead of empty object (#2648)

Windows Install

  • Download and run Firebot-v5.63.0-setup.exe

MacOS Install

  • Download Firebot-v5.63.0-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.63.0-linux-x64.tar.gz
  • Unpack Firebot-v5.63.0-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.63.0

26 Aug 18:36
76a9ca5
Compare
Choose a tag to compare

v5.63.0 Update Notes

✨New

  • Ranks System (#1898)
    • Automated ladders to move viewers through ranks based on view time or currency
    • Manual ladders that you control fully with the new Update Viewer Rank effect
  • $variable Macro System
    • Reuse complicated variables easily.
  • Run Random Effect now supports weighted chances (#1971).
  • Added ability to convert any effect list into to Preset Effect Lists (#2624)
  • Added Activity Feed Alert effect (#2667)
  • New Variables:
    • $userProfileImageUrl as alias for $userAvatarUrl
    • $userBio to retrieve user's Twitch bio/about (#2612)
    • $obsIsConnected for OBS connection state (#2608)
    • $chatMessageTextOnly returns chat message without URIs or emotes (#2598)
    • $effectQueueLength for effect queue length (#2533)
    • $randomUUID for random IDs
    • $chatMessageId to grab the chat message ID
    • $unixTimestamp variable to return number of seconds since unix epoch (#2644)
  • New Events: Chat Message Deleted, Twitch Chat Cleared
  • OBS Integration:
    • Added Transform OBS Source effect (#2664)
    • Support for OBS Groups
    • New events: OBS Connected and OBS Disconnected (#2618)
    • Support for OBS chapter markers (#2616)
    • Added support for OBS GDI+ v3 Text Sources (#2638)
  • Channel Rewards: Events for when a Channel Reward is accepted or rejected (#2572)
  • User Interaction: Mark user active on channel point redemption (#2542)
  • Dashboard Feedback: Added feedback for slash command use (#2527)
  • Twitch Viewer Card: Link added to viewer info popup.
  • Graphics: Firebot Graphics provided by nxbs (#2585)
  • Ability to abort running effects and effect lists, either manually or via automatic timeout
  • TTS support on Linux (#2705)
  • Add Control Hue Light effect

πŸ› οΈ Improved

  • Single-line text inputs can now be expanded
  • Edit Effect modal header is now sticky, allowing constant access to the Test Effects button
  • Subcommands can now inherit the base command cooldowns
  • Added add/edit tags button to sort tag popover (#2690)
  • Added searching to Create New Setup components (#2599)
  • OBS Color Picker, Raw/Variable Color Entry (#2708)
  • Timeout option for HTTP Request effect
  • $effectOutput now supports propertyPath and defaultData arguments (#2709)
  • Added case-insensitive 'contains' to conditional effect
  • New selectable image types: .bmp, .apng, .webm
  • Input box changed to a multiline textarea for preset list args (#2399, #2626)
  • UI improvements: padding, whitespace, and scrolling (#2602, #2597, #2490)
  • Skip null/empty username values on custom role import (#2489)
  • Aria support for preset effect lists and add/edit event modal (#2642, #2640)
  • Edge-case handling of $chatMessageTextOnly (#2649)
  • Improved index-referencing for $arrayElement and $arrayRemove (#2651)
  • Reduced logging spam (#2653)
  • Added max age and featured only Twitch clip options to the Play Video effect
  • Improved rounded corners of inputs that have a title
  • Improved copy and corrected typos throughout the app
  • Philips Hue integration now has improved bridge discovery
  • Clickable link added to feature stream setting
  • Aria labels added to settings where missing (#2623)
  • Improved Effect Modal Test Effect Aria accessibility (#2604)

βœ… Fixed

  • $randomActiveViewer variable filtering (#2627)
  • Fuzzy matching for array-related searching (#2605)
  • $readFile example description fixed (#2603)
  • Windows resize with display scaling (#2578)
  • /me not triggering from commands.
  • Show Image effect not respecting specified duration.
  • Run Command Effect arg returning undefined.
  • Perform ad check on startup.
  • Time input not saving seconds (#2494)
  • $ensureNumber ignoring string empty
  • Reward filters not having display description
  • Can't use effect output variables in Preset Effect List arguments (#2444)
  • Searching commands with "!" in Create Setup modal returns incorrect results (#2643)
  • Streamer account logged out after putting host PC to sleep or when a network issue is encountered (#2646)
  • Viewer Rank event filter not functioning correctly (#2654)
  • Viewer Rank commands sending incorrect chat messages after rank up
  • Channel rewards creating invalid default color codes (#2682)
  • Export setup file extension on linux (#2677, #2678)
  • Cooldown search negation (#2676)
  • Corrected data output types for OBS variables
  • Sort tag menu overflowing under modal footer
  • Clip effect failing because it thinks streamer is offline
  • Added timeout to known bots list api call
  • Pasting a previously copied effect multiple times gives each copy the same id
  • $userRoles not available for some triggers
  • Twitch Connected event fires before bot account is connected to chat
  • Dashboard sometimes has empty space at bottom
  • User metadata not saving when username in database mismatches twitch username

βš™οΈ Under the Hood

  • Updated to Electron 31 and Node 20
  • Improvements for custom scripts:
    • Script js files can now be nested within folders within the /scripts dir
    • Script description, param titles, and param descriptions now support markdown
    • Support for more param types
    • ReplaceVariableFactory, EventFilterFactory, and NotificationManager modules now passed to scripts
    • Added showToast IPC event for showing a toast message that scripts can trigger
  • Switched to prebuilt firebot-nutjs (#2615)
  • Added support for variable aliasing (#2613)
  • Fixed api/v1/viewers to return proper username and displayName (#2607)
  • Added guard against effectOutputs being null
  • Fixed log requestor IP for API calls (#2534)
  • Resolve create preset list promise on cancel, pass back fully saved preset list object
  • Expanded support for OAuth host configurations
  • Expanded replace-variable-manager definition
  • Added /api/v1/viewers/export end point to retrieve entire viewer db in json format
  • Added event API over websockets (#2641)
  • Fix: Corrected JsonDbManager event typo
  • Fix: Manual metadata being null instead of empty object (#2648)

Windows Install

  • Download and run Firebot-v5.63.0-setup.exe

MacOS Install

  • Download Firebot-v5.63.0-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.63.0-linux-x64.tar.gz
  • Unpack Firebot-v5.63.0-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.63.0-beta3

18 Aug 20:52
f79f3b9
Compare
Choose a tag to compare
Release v5.63.0-beta3 Pre-release
Pre-release

v5.63.0-beta3 Update Notes

✨New

  • Added Transform OBS Source effect (#2664)
  • Added Activity Feed Alert effect (#2667)
  • Ability to abort running effects and effect lists, either manually or via automatic timeout
  • New Variables: $randomUUID, $chatMessageId
  • New Events: Chat Message Deleted, Twitch Chat Cleared
  • New Event Filters: New Rank, Previous Rank, Rank Transition Type
  • Support for OBS Groups
  • TTS support on Linux (#2705)
  • Add Control Hue Light effect

πŸ› οΈ Improved

  • Single-line text inputs can now be expanded
  • You can now customize the rank promotion messages
  • Edit Effect modal header is now sticky, allowing constant access to the Test Effects button
  • Subcommands can now inherit the base command cooldowns
  • OBS Color Picker, Raw/Variable Color Entry (#2708)
  • Added max age and featured only Twitch clip options to the Play Video effect
  • Added add/edit tags button to sort tag popover (#2690)
  • Timeout option for HTTP Request effect
  • $effectOutput now supports propertyPath and defaultData arguments (#2709)
  • Improved rounded corners of inputs that have a title
  • Improved copy and corrected typos throughout the app
  • Philips Hue integration now has improved bridge discovery

βœ… Fixed

  • Channel rewards creating invalid default color codes (#2682)
  • Export setup file extension on linux (#2677, #2678)
  • Cooldown search negation (#2676)
  • Corrected data output types for OBS variables
  • Sort tag menu overflowing under modal footer
  • Clip effect failing because it thinks streamer is offline
  • Added timeout to known bots list api call
  • Pasting a previously copied effect multiple times gives each copy the same id
  • $userRoles not available for some triggers
  • Twitch Connected event fires before bot account is connected to chat
  • Dashboard sometimes has empty space at bottom
  • User metadata not saving when username in database mismatches twitch username

βš™οΈ Under the Hood

  • Updated to Electron 31 and Node 20
  • Improvements for custom scripts:
    • Script js files can now be nested within folders within the /scripts dir
    • Script description, param titles, and param descriptions now support markdown
    • Support for more param types
    • ReplaceVariableFactory, EventFilterFactory, and NotificationManager modules now passed to scripts
    • Added showToast IPC event for showing a toast message that scripts can trigger

Support the project

Windows Install

  • Download and run Firebot-v5.63.0-beta3-setup.exe

MacOS Install

  • Download Firebot-v5.63.0-beta3-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: MacOS does not receive auto-updates

Linux Install

  • Download Firebot-v5.63.0-beta3-linux-x64.tar.gz
  • Unpack Firebot-v5.63.0-beta3-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.63.0-beta2

01 Aug 18:29
f32c3c4
Compare
Choose a tag to compare
Release v5.63.0-beta2 Pre-release
Pre-release

v5.63.0-beta2 Update Notes

✨ New

  • Added support for OBS GDI+ v3 Text (#2638)
  • Added $unixTimestamp variable to return number of seconds since unix epoch (#2644)

βœ… Fixed

  • Recursive effect-list runs not populating effect outputs
  • Setup component filter negation (#2643)
  • Authorization tokens being invalidated as a result of network issues
  • Viewer Rank filtering not being respected (#2654)
  • Viewer rank commands sending incorrect chat messages after rank up

πŸ› οΈ Improved

  • Aria support (#2642, #2640)
  • Edge-case handling of $chatMessageTextOnly (#2649)
  • Improved index-referencing for $arrayElement and $arrayRemove (#2651)
  • Reduced logging spam (#2653)

πŸ”— Internal

  • Added /api/v1/viewers/export end point to retrieve entire viewer db in json format
  • Added event API over websockets (#2641)
  • Fix: Corrected JsonDbManager event typo
  • Fix: Manual metadata being null instead of empty object (#2648)

Windows Install

  • Download and run Firebot-v5.63.0-beta2-setup.exe

MacOS Install

  • Download Firebot-v5.63.0-beta2-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.63.0-beta2-linux-x64.tar.gz
  • Unpack Firebot-v5.63.0-beta2-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.63.0-beta1

24 Jul 00:46
8748ee3
Compare
Choose a tag to compare
Release v5.63.0-beta1 Pre-release
Pre-release

v5.63.0-beta1 Update Notes

✨ New

  • Ranks System (#1898)
    • Automated ladders to move viewers through ranks based on view time or currency
    • Manual ladders that you control fully with the new Update Viewer Rank effect
  • $variable Macro System
    • Reuse complicated variables easily.
  • Run Random Effect now supports weighted chances (#1971).
  • Added ability to convert any effect list into to Preset Effect Lists (#2624).
  • New Variables:
    • $userProfileImageUrl as alias for $userAvatarUrl
    • $userBio to retrieve user's Twitch bio/about (#2612)
    • $obsIsConnected for OBS connection state (#2608)
    • $chatMessageTextOnly returns chat message without URIs or emotes (#2598)
    • $effectQueueLength for effect queue length (#2533)
  • OBS Integration:
    • New events: OBS Connected and OBS Disconnected (#2618)
    • Support for OBS chapter markers (#2616)
  • Channel Rewards: Events for when a Channel Reward is accepted or rejected (#2572)
  • User Interaction: Mark user active on channel point redemption (#2542)
  • Dashboard Feedback: Added feedback for slash command use (#2527)
  • Twitch Viewer Card: Link added to viewer info popup.
  • Graphics: Firebot Graphics provided by nxbs (#2585)

πŸ› οΈ Improved

  • Clickable link added to feature stream setting.
  • Aria labels added to settings where missing (#2623).
  • Improved accessibility of firebot-select component.
  • Added case-insensitive 'contains' to conditional effect.
  • New selectable image types: .bmp, .apng, .webm.
  • Improved Effect Modal Test Effect Aria accessibility (#2604).
  • Input box changed to a multiline textarea for preset list args (#2399, #2626).
  • UI improvements: padding, whitespace, and scrolling (#2602, #2597, #2490).
  • Skip null/empty username values on custom role import (#2489).
  • Added searching to Create New Setup components (#2599).

βœ… Fixed

  • $randomActiveViewer variable filtering (#2627).
  • Fuzzy matching for array-related searching (#2605).
  • $readFile example description fixed (#2603).
  • Windows resize with display scaling (#2578).
  • /me not triggering from commands.
  • Show Image effect not respecting specified duration.
  • Run Command Effect arg returning undefined.
  • Perform ad check on startup.
  • Time input not saving seconds (#2494).
  • $ensureNumber ignoring string empty.
  • Reward filters not having display description.

πŸ”— Internal Changes

  • Added support for variable aliasing (#2613).
  • Switched to prebuilt firebot-nutjs (#2615).
  • Fixed api/v1/viewers to return proper username and displayName (#2607).
  • Added guard against effectOutputs being null.
  • Fixed log requestor IP for API calls (#2534).
  • Resolve create preset list promise on cancel, pass back fully saved preset list object.
  • Expanded support for OAuth host configurations.
  • Expanded replace-variable-manager definition.

Windows Install

  • Download and run Firebot-v5.63.0-beta1-setup.exe

MacOS Install

  • Download Firebot-v5.63.0-beta1-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.63.0-beta1-linux-x64.tar.gz
  • Unpack Firebot-v5.63.0-beta1-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.62.1

25 Mar 01:48
e792184
Compare
Choose a tag to compare

v5.62.1 Hotfix Notes

✨ New

  • Added new $isUserInChat variable (#2477)
  • Added new $isAdBreakRunning variable (#2480)

πŸ› οΈ Improved

  • The Commands page now contains advanced search options to toggle between normal and full text custom command searching
  • Built-in games once again show the formatted display name when posting chat messages

βœ… Fixed

  • Fixed an issue where the ad break countdown on the top bar would not show hours for upcoming scheduled ad breaks that were longer than an hour away
  • Fixed an issue where clicking the + button in the variable popup in the Show Text effect wouldn't add variables to the WYSIWYG editor

v5.62.0 Update Notes

Note

To learn more about the changes to the username variables, Firebot's internal role management, and how this will affect you, please read this wiki article

✨ New

  • Custom Roles have been revamped. We now track viewers in custom (and all other) roles by their user ID.
  • Users with localized Twitch display names now display their localized variant along with their regular username in most areas of the UI, similarly to how they appear in Twitch chat
  • You can now manage your Channel Reward Request Queue for any rewards that can be managed by Firebot. From here, you can approve or reject individual pending redemptions, all pending redemptions for a single reward, or all pending redemptions, You can access the queue on both the Dashboard via Quick Actions and the Channel Reward screen. (#1154)
    image
  • Scheduled ad break countdowns now appear in the top bar
  • Added new $userDisplayName variable
  • Added new Ad Break Start and Ad Break End events (#2111)
  • Added new Scheduled Ad Break Starting Soon event. This can be configured in Settings -> Triggers. It is disabled by default. (#2111)
  • Added new Snooze Next Ad Break effect
  • Added new $adBreakDuration, $isAdBreakScheduled, and $secondsUntilNextAdBreak variables
  • Added new Show/Hide Command option on custom command right-click menu (#2400) (#2472)
  • Added new Magic variable category to display any special, context-specific variables (e.g. custom variables, preset list args, effect outputs) (#2466)
  • Added new option to immediately skip remaining time on Play Sound/Play Video effects when clearing/refreshing overlays (#2116)
  • Added the following new OBS events:
    • OBS Input Created
    • OBS Input Removed
    • OBS Input Name Changed
    • OBS Input Settings Changed
    • OBS Input Active State Changed
    • OBS Input Show State Changed
    • OBS Input Mute State Changed
    • OBS Input Volume Level Changed
    • OBS Input Audio Balance Changed
    • OBS Input Audio Sync Offset Changed
    • OBS Input Audio Tracks Changed
    • OBS Input Audio Monitor Type Changed
  • Added the following new OBS variables:
    • $obsInputName
    • $obsInputUuid
    • $obsInputKind
    • $obsInputSettings
    • $obsOldInputName
    • $obsInputActive
    • $obsInputShowing
    • $obsInputMuted
    • $obsInputVolumeDb
    • $obsInputVolumeMultiplier
    • $obsInputAudioBalance
    • $obsInputAudioSyncOffset
    • $obsInputAudioTracks
    • $obsInputMonitorType

πŸ› οΈ Improved

  • The Required Additional Arg Count field for subcommands may now be reset to 0 if it was previously set to a higher value
  • Firebot now attempts to load and cache all channel moderators/VIPs both at startup and when connecting to Twitch, and will update roles for moderators while connected to Twitch
  • Chat messages from Firebot (both streamer and bot accounts) now send via Twitch's REST API instead of IRC
  • All viewer roles now track users by user ID instead of username/display name
  • The $user/$username variables now return a username, not a display name
  • The $useridname variable has been deprecated
  • The Cost field of the Update Channel Reward effect now allows variables (#2410)
  • When Firebot encounters an unrecoverable issue with Twitch login credentials, it now immediately logs out the affected account(s) and prompts the user to log back in
  • The chat settings UI has been refreshed
  • The Create Clip effect now only waits to continue to the next effect if the clip is set to be displayed on an overlay and the Wait option is selected (#2428)
  • The $convertToJSON now has an option to pretty-print the output (#2422)
  • Custom scripts are now signaled to stop when Firebot is closed so that they can perform any cleanup (#2431)
  • The Approve/Reject Reward Redemption effect now has a Current option for use inside of channel reward effect lists
  • Channel Rewards now support restrictions (#2452)
  • Channel Rewards now support the $arg and $target variables (#1612)
  • Chat autocomplete on the dashboard now performs searches for terms anywhere in the name of emotes and chat users (e.g. :wut will show both the zunder2Wut and WutFace emotes)
  • The Play Sound effect file chooser dialog now supports FLAC files
  • When clicking the Update button for beta update notifications in Firebot, it now launches the GitHub release page for the beta update
  • Firebot now automatically closes all child windows when closing the main window on macOS/Linux
  • The Chat effect can now optionally send the message as an action using /me (#2440)
  • Several improvements have been made to the Follow Check restriction (#1193) (#2453) (#2456)
  • Several UI improvements to most Firebot data tables, especially for commands
  • Sort tag UI has been refactored to make it easier to manage tags
  • The Set Chat Mode effect now includes an option for Unique-Mode chat
  • The Cooldown Command effect can now also cooldown the fallback subcommand (#2461)
  • Subcommand options are now hidden when selecting the tag option in the Cooldown Command effect (#2462)
  • Extension messages can now trigger commands/events (#2433)
  • When deleting a subcommand, the confirmation dialog now displays which subcommand you are deleting. It also only asks you to confirm once instead of twice. (#2458)
  • Better fallback subcommand UI/UX (#2459)

βœ… Fixed

  • The "Disconnected from chat" message on the Dashboard now properly hides once chat connection has been reestablished (#2423) (#2424)
  • Fixed an issue where using Tier 2/Tier 3 subscriber roles for permissions/role checks would not work (#2167)
  • Fixed an issue where renaming a Quick Action would result in an error when there was no error (#2419) (#2420)
  • The Create Clip effect now correctly returns its effect output (#2428)
  • Fixed an issue where the custom variable tooltip in the Create Clip effect would break custom variable settings for the effect
  • Fixed an issue where autocomplete on the Dashboard may break in certain scenarios
  • Fixed the usage examples for the $textPadStart and $textPadEnd variables (#2416) (#2417)
  • Fixed an issue where the ampersand character (&) in an overlay name would cause it to not work
  • Fixed an issue where the main window wasn't fully closing correctly behind the scenes
  • Fixed multiple UI issues (#1804)
  • Fixed an issue where newly created commands would not increment their usage count until Firebot was restarted (#2450)
  • Fixed an issue when using multiple nodes with the $objectWalkPath variable
  • Fixed an issue where the Dashboard chatter list may be blank
  • Fixed an issue where Twitch events may stop triggering after some time (#2457)
  • Fixed an issue where the $chatMessage variable may be missing part of the beginning of the text
  • Fixed an issue where the Toggle Connection effect would not toggle integrations correctly (#2454) (#2470)
  • Fixed a display issue where the wrong symbol would be displayed for a subcommand when deleting another subcommand higher in the list (#2460)

πŸ”— API Changes

  • Updated to Twurple 7.1.0
  • Internal web server now forces listening on both IPv4 and IPv6 to fix issues on some Linux systems

Windows Install

  • Download and run Firebot-v5.62.1-setup.exe

MacOS Install

  • Download Firebot-v5.62.1-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.62.1-linux-x64.tar.gz
  • Unpack Firebot-v5.62.1-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.62.0

23 Mar 01:56
54bdec2
Compare
Choose a tag to compare

v5.62.0 Update Notes

Note

To learn more about the changes to the username variables, Firebot's internal role management, and how this will affect you, please read this wiki article

✨ New

  • Custom Roles have been revamped. We now track viewers in custom (and all other) roles by their user ID.
  • Users with localized Twitch display names now display their localized variant along with their regular username in most areas of the UI, similarly to how they appear in Twitch chat
  • You can now manage your Channel Reward Request Queue for any rewards that can be managed by Firebot. From here, you can approve or reject individual pending redemptions, all pending redemptions for a single reward, or all pending redemptions, You can access the queue on both the Dashboard via Quick Actions and the Channel Reward screen. (#1154)
    image
  • Scheduled ad break countdowns now appear in the top bar
  • Added new $userDisplayName variable
  • Added new Ad Break Start and Ad Break End events (#2111)
  • Added new Scheduled Ad Break Starting Soon event. This can be configured in Settings -> Triggers. It is disabled by default. (#2111)
  • Added new Snooze Next Ad Break effect
  • Added new $adBreakDuration, $isAdBreakScheduled, and $secondsUntilNextAdBreak variables
  • Added new Show/Hide Command option on custom command right-click menu (#2400) (#2472)
  • Added new Magic variable category to display any special, context-specific variables (e.g. custom variables, preset list args, effect outputs) (#2466)
  • Added new option to immediately skip remaining time on Play Sound/Play Video effects when clearing/refreshing overlays (#2116)
  • Added the following new OBS events:
    • OBS Input Created
    • OBS Input Removed
    • OBS Input Name Changed
    • OBS Input Settings Changed
    • OBS Input Active State Changed
    • OBS Input Show State Changed
    • OBS Input Mute State Changed
    • OBS Input Volume Level Changed
    • OBS Input Audio Balance Changed
    • OBS Input Audio Sync Offset Changed
    • OBS Input Audio Tracks Changed
    • OBS Input Audio Monitor Type Changed
  • Added the following new OBS variables:
    • $obsInputName
    • $obsInputUuid
    • $obsInputKind
    • $obsInputSettings
    • $obsOldInputName
    • $obsInputActive
    • $obsInputShowing
    • $obsInputMuted
    • $obsInputVolumeDb
    • $obsInputVolumeMultiplier
    • $obsInputAudioBalance
    • $obsInputAudioSyncOffset
    • $obsInputAudioTracks
    • $obsInputMonitorType

πŸ› οΈ Improved

  • The Required Additional Arg Count field for subcommands may now be reset to 0 if it was previously set to a higher value
  • Firebot now attempts to load and cache all channel moderators/VIPs both at startup and when connecting to Twitch, and will update roles for moderators while connected to Twitch
  • Chat messages from Firebot (both streamer and bot accounts) now send via Twitch's REST API instead of IRC
  • All viewer roles now track users by user ID instead of username/display name
  • The $user/$username variables now return a username, not a display name
  • The $useridname variable has been deprecated
  • The Cost field of the Update Channel Reward effect now allows variables (#2410)
  • When Firebot encounters an unrecoverable issue with Twitch login credentials, it now immediately logs out the affected account(s) and prompts the user to log back in
  • The chat settings UI has been refreshed
  • The Create Clip effect now only waits to continue to the next effect if the clip is set to be displayed on an overlay and the Wait option is selected (#2428)
  • The $convertToJSON now has an option to pretty-print the output (#2422)
  • Custom scripts are now signaled to stop when Firebot is closed so that they can perform any cleanup (#2431)
  • The Approve/Reject Reward Redemption effect now has a Current option for use inside of channel reward effect lists
  • Channel Rewards now support restrictions (#2452)
  • Channel Rewards now support the $arg and $target variables (#1612)
  • Chat autocomplete on the dashboard now performs searches for terms anywhere in the name of emotes and chat users (e.g. :wut will show both the zunder2Wut and WutFace emotes)
  • The Play Sound effect file chooser dialog now supports FLAC files
  • When clicking the Update button for beta update notifications in Firebot, it now launches the GitHub release page for the beta update
  • Firebot now automatically closes all child windows when closing the main window on macOS/Linux
  • The Chat effect can now optionally send the message as an action using /me (#2440)
  • Several improvements have been made to the Follow Check restriction (#1193) (#2453) (#2456)
  • Several UI improvements to most Firebot data tables, especially for commands
  • Sort tag UI has been refactored to make it easier to manage tags
  • The Set Chat Mode effect now includes an option for Unique-Mode chat
  • The Cooldown Command effect can now also cooldown the fallback subcommand (#2461)
  • Subcommand options are now hidden when selecting the tag option in the Cooldown Command effect (#2462)
  • Extension messages can now trigger commands/events (#2433)
  • When deleting a subcommand, the confirmation dialog now displays which subcommand you are deleting. It also only asks you to confirm once instead of twice. (#2458)
  • Better fallback subcommand UI/UX (#2459)

βœ… Fixed

  • The "Disconnected from chat" message on the Dashboard now properly hides once chat connection has been reestablished (#2423) (#2424)
  • Fixed an issue where using Tier 2/Tier 3 subscriber roles for permissions/role checks would not work (#2167)
  • Fixed an issue where renaming a Quick Action would result in an error when there was no error (#2419) (#2420)
  • The Create Clip effect now correctly returns its effect output (#2428)
  • Fixed an issue where the custom variable tooltip in the Create Clip effect would break custom variable settings for the effect
  • Fixed an issue where autocomplete on the Dashboard may break in certain scenarios
  • Fixed the usage examples for the $textPadStart and $textPadEnd variables (#2416) (#2417)
  • Fixed an issue where the ampersand character (&) in an overlay name would cause it to not work
  • Fixed an issue where the main window wasn't fully closing correctly behind the scenes
  • Fixed multiple UI issues (#1804)
  • Fixed an issue where newly created commands would not increment their usage count until Firebot was restarted (#2450)
  • Fixed an issue when using multiple nodes with the $objectWalkPath variable
  • Fixed an issue where the Dashboard chatter list may be blank
  • Fixed an issue where Twitch events may stop triggering after some time (#2457)
  • Fixed an issue where the $chatMessage variable may be missing part of the beginning of the text
  • Fixed an issue where the Toggle Connection effect would not toggle integrations correctly (#2454) (#2470)
  • Fixed a display issue where the wrong symbol would be displayed for a subcommand when deleting another subcommand higher in the list (#2460)

πŸ”— API Changes

  • Updated to Twurple 7.1.0
  • Internal web server now forces listening on both IPv4 and IPv6 to fix issues on some Linux systems

Windows Install

  • Download and run Firebot-v5.62.0-setup.exe

MacOS Install

  • Download Firebot-v5.62.0-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.62.0-linux-x64.tar.gz
  • Unpack Firebot-v5.62.0-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.62.0-beta4

18 Mar 02:22
Compare
Choose a tag to compare
Release v5.62.0-beta4 Pre-release
Pre-release

v5.62.0-beta4 Changes

✨ New

  • Added new Ad Break Start and Ad Break End events (#2111)
  • Added new Snooze Next Ad Break effect
  • Added new $adBreakDuration and $isAdBreakScheduled variables
  • Added new Show/Hide Command option on custom command right-click menu (#2400) (#2472)
  • Added new Magic variable category to display any special, context-specific variables (e.g. custom variables, preset list args, effect outputs) (#2466)
  • Added new option to immediately skip remaining time on Play Sound/Play Video effects when clearing/refreshing overlays (#2116)

πŸ› οΈ Improved

  • The Chat effect can now optionally send the message as an action using /me (#2440)
  • Several improvements have been made to the Follow Check restriction (#1193) (#2453) (#2456)
  • Several UI improvements to most Firebot data tables, especially for commands
  • Sort tag UI has been refactored to make it easier to manage tags
  • The Set Chat Mode effect now includes an option for Unique-Mode chat
  • The Cooldown Command effect can now also cooldown the fallback subcommand (#2461)
  • Subcommand options are now hidden when selecting the tag option in the Cooldown Command effect (#2462)
  • Extension messages can now trigger commands/events (#2433)
  • When deleting a subcommand, the confirmation dialog now displays which subcommand you are deleting. It also only asks you to confirm once instead of twice. (#2458)
  • Better fallback subcommand UI/UX (#2459)

βœ… Fixed

  • Fixed an issue where the Dashboard chatter list may be blank
  • Fixed an issue where Twitch events may stop triggering after some time (#2457)
  • Fixed an issue where the $chatMessage variable may be missing part of the beginning of the text
  • Fixed an issue where the Toggle Connection effect would not toggle integrations correctly (#2454) (#2470)
  • Fixed a display issue where the wrong symbol would be displayed for a subcommand when deleting another subcommand higher in the list (#2460)

πŸ”— API Changes

  • Updated to Twurple 7.1.0

v5.62.0-beta3 Changes

✨ New

  • You can now manage your Channel Reward Request Queue for any rewards that can be managed by Firebot. From here, you can approve or reject individual pending redemptions, all pending redemptions for a single reward, or all pending redemptions, You can access the queue on both the Dashboard via Quick Actions and the Channel Reward screen. (#1154)
    image

  • Added new $chatUserColor variable

πŸ› οΈ Improved

  • The Approve/Reject Reward Redemption effect now has a Current option for use inside of channel reward effect lists
  • Channel Rewards now support restrictions (#2452)
  • Channel Rewards now support the $arg and $target variables (#1612)
  • Chat autocomplete on the dashboard now performs searches for terms anywhere in the name of emotes and chat users (e.g. :wut will show both the zunder2Wut and WutFace emotes)
  • The Play Sound effect file chooser dialog now supports FLAC files
  • When clicking the Update button for beta update notifications in Firebot, it now launches the GitHub release page for the beta update
  • Firebot now automatically closes all child windows when closing the main window on macOS/Linux

βœ… Fixed

  • Fixed multiple UI issues (#1804)
  • Fixed an issue where newly created commands would not increment their usage count until Firebot was restarted (#2450)
  • Fixed an issue when using multiple nodes with the $objectWalkPath variable

πŸ”— API Changes

  • The internal web server now forces binding to IPv4 to fix issues on some Linux systems

v5.62.0-beta2 Changes

πŸ› οΈ Improved

  • The Required Additional Arg Count field for subcommands may now be reset to 0 if it was previously set to a higher value
  • Firebot now attempts to load and cache all channel moderators/VIPs both at startup and when connecting to Twitch, and will update roles for moderators while connected to Twitch

βœ… Fixed

  • Fixed an issue from beta1 where some custom role variables were not returning data back in the expected format
  • Fixed an issue from beta1 where viewer role checks may take longer than expected in some cases

v5.62.0-beta1 Update Notes

Note

To learn more about the changes to the username variables, Firebot's internal role management, and how this will affect you, please read this wiki article

✨ New

  • Custom Roles have been revamped. We now track viewers in custom (and all other) roles by their user ID.
  • Users with localized Twitch display names now display their localized variant along with their regular username in most areas of the UI, similarly to how they appear in Twitch chat
  • Added new $userDisplayName variable

πŸ› οΈ Improved

  • Chat messages from Firebot (both streamer and bot accounts) now send via Twitch's REST API instead of IRC
  • All viewer roles now track users by user ID instead of username/display name
  • The $user/$username variables now return a username, not a display name
  • The $useridname variable has been deprecated
  • The Cost field of the Update Channel Reward effect now allows variables (#2410)
  • When Firebot encounters an unrecoverable issue with Twitch login credentials, it now immediately logs out the affected account(s) and prompts the user to log back in
  • The chat settings UI has been refreshed
  • The Create Clip effect now only waits to continue to the next effect if the clip is set to be displayed on an overlay and the Wait option is selected (#2428)
  • The $convertToJSON now has an option to pretty-print the output (#2422)
  • Custom scripts are now signaled to stop when Firebot is closed so that they can perform any cleanup (#2431)

βœ… Fixed

  • The "Disconnected from chat" message on the Dashboard now properly hides once chat connection has been reestablished (#2423) (#2424)
  • Fixed an issue where using Tier 2/Tier 3 subscriber roles for permissions/role checks would not work (#2167)
  • Fixed an issue where renaming a Quick Action would result in an error when there was no error (#2419) (#2420)
  • The Create Clip effect now correctly returns its effect output (#2428)
  • Fixed an issue where the custom variable tooltip in the Create Clip effect would break custom variable settings for the effect
  • Fixed an issue where autocomplete on the Dashboard may break in certain scenarios
  • Fixed the usage examples for the $textPadStart and $textPadEnd variables (#2416) (#2417)
  • Fixed an issue where the ampersand character (&) in an overlay name would cause it to not work
  • Fixed an issue where the main window wasn't fully closing correctly behind the scenes

Windows Install

  • Download and run Firebot-v5.62.0-beta4-setup.exe

MacOS Install

  • Download Firebot-v5.62.0-beta4-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.62.0-beta4-linux-x64.tar.gz
  • Unpack Firebot-v5.62.0-beta4-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates

Release v5.62.0-beta3

08 Mar 18:33
Compare
Choose a tag to compare
Release v5.62.0-beta3 Pre-release
Pre-release

v5.62.0-beta3 Changes

✨ New

  • You can now manage your Channel Reward Request Queue for any rewards that can be managed by Firebot. From here, you can approve or reject individual pending redemptions, all pending redemptions for a single reward, or all pending redemptions, You can access the queue on both the Dashboard via Quick Actions and the Channel Reward screen. (#1154)
    image

  • Added new $chatUserColor variable

πŸ› οΈ Improved

  • The Approve/Reject Reward Redemption effect now has a Current option for use inside of channel reward effect lists
  • Channel Rewards now support restrictions (#2452)
  • Channel Rewards now support the $arg and $target variables (#1612)
  • Chat autocomplete on the dashboard now performs searches for terms anywhere in the name of emotes and chat users (e.g. :wut will show both the zunder2Wut and WutFace emotes)
  • The Play Sound effect file chooser dialog now supports FLAC files
  • When clicking the Update button for beta update notifications in Firebot, it now launches the GitHub release page for the beta update
  • Firebot now automatically closes all child windows when closing the main window on macOS/Linux

βœ… Fixed

  • Fixed multiple UI issues (#1804)
  • Fixed an issue where newly created commands would not increment their usage count until Firebot was restarted (#2450)
  • Fixed an issue when using multiple nodes with the $objectWalkPath variable

πŸ”— API Changes

  • The internal web server now forces binding to IPv4 to fix issues on some Linux systems

v5.62.0-beta2 Changes

πŸ› οΈ Improved

  • The Required Additional Arg Count field for subcommands may now be reset to 0 if it was previously set to a higher value
  • Firebot now attempts to load and cache all channel moderators/VIPs both at startup and when connecting to Twitch, and will update roles for moderators while connected to Twitch

βœ… Fixed

  • Fixed an issue from beta1 where some custom role variables were not returning data back in the expected format
  • Fixed an issue from beta1 where viewer role checks may take longer than expected in some cases

v5.62.0-beta1 Update Notes

Note

To learn more about the changes to the username variables, Firebot's internal role management, and how this will affect you, please read this wiki article

✨ New

  • Custom Roles have been revamped. We now track viewers in custom (and all other) roles by their user ID.
  • Users with localized Twitch display names now display their localized variant along with their regular username in most areas of the UI, similarly to how they appear in Twitch chat
  • Added new $userDisplayName variable

πŸ› οΈ Improved

  • Chat messages from Firebot (both streamer and bot accounts) now send via Twitch's REST API instead of IRC
  • All viewer roles now track users by user ID instead of username/display name
  • The $user/$username variables now return a username, not a display name
  • The $useridname variable has been deprecated
  • The Cost field of the Update Channel Reward effect now allows variables (#2410)
  • When Firebot encounters an unrecoverable issue with Twitch login credentials, it now immediately logs out the affected account(s) and prompts the user to log back in
  • The chat settings UI has been refreshed
  • The Create Clip effect now only waits to continue to the next effect if the clip is set to be displayed on an overlay and the Wait option is selected (#2428)
  • The $convertToJSON now has an option to pretty-print the output (#2422)
  • Custom scripts are now signaled to stop when Firebot is closed so that they can perform any cleanup (#2431)

βœ… Fixed

  • The "Disconnected from chat" message on the Dashboard now properly hides once chat connection has been reestablished (#2423) (#2424)
  • Fixed an issue where using Tier 2/Tier 3 subscriber roles for permissions/role checks would not work (#2167)
  • Fixed an issue where renaming a Quick Action would result in an error when there was no error (#2419) (#2420)
  • The Create Clip effect now correctly returns its effect output (#2428)
  • Fixed an issue where the custom variable tooltip in the Create Clip effect would break custom variable settings for the effect
  • Fixed an issue where autocomplete on the Dashboard may break in certain scenarios
  • Fixed the usage examples for the $textPadStart and $textPadEnd variables (#2416) (#2417)
  • Fixed an issue where the ampersand character (&) in an overlay name would cause it to not work
  • Fixed an issue where the main window wasn't fully closing correctly behind the scenes

Windows Install

  • Download and run Firebot-v5.62.0-beta3-setup.exe

MacOS Install

  • Download Firebot-v5.62.0-beta3-macos-x64.dmg
  • Right click the .dmg and select "Open"
  • In the dialog that appears click "Cancel"
  • Right click the .dmg again and select "Open"
  • In the dialog that appears click "Open"

Note: Mac OS does not receive auto-updates

Linux Install

  • Download Firebot-v5.62.0-beta3-linux-x64.tar.gz
  • Unpack Firebot-v5.62.0-beta3-linux-x64.tar.gz
  • Change into the directory where you unpacked the archive
  • Run the Firebot v5 executable.
    • This must either be done via a terminal window, or you will need to create a shortcut that includes the correct path for the unpacked archived as the "working directory".

Note: Linux does not receive auto-updates