Skip to content

Releases: negue/meme-box

Release V2022.1.1

03 Nov 20:58
4be1476
Compare
Choose a tag to compare

2022.1.1

New Command Block "Random Command Group"

This creates a Command Block, which can have multiple sub groups inside, and only one of them will be triggered in random.
image

More Twitch Command Blocks:

image

  • Announce in Chat
    image

  • Clear Chat

  • Create Marker

  • Start Commercial

  • Change Chat Settings (Slow Mode, Follower Only and so on)

image

Misc

  • Improve various logs
  • Improvements/validate recipe config arguments
  • Fixed Filter Search #534

Full Changelog: 2022.1...2022.1.1

Release V2022.1

06 Oct 17:05
b66ee71
Compare
Choose a tag to compare

🎉 2022.1

19 Months later, I present you the new Version

Breaking Changes

  • The Headless Mode will not open the browser on start anymore, use --open=true for that
  • Changed the default port from 4444 to 6363

What's Changed / Features

TLDR; A-LOT-HAZ-CHANGED

  • The Action Overview was redesigned by @owehmer (you can still switch to the old one)
  • The Arrange View was redesigned by @owehmer
  • Improved Widgets (previously named HTML)
    • API for Twitch or Events that its shown and so on
    • Templates
    • Widget-Variables
    • Import / Export Widgets
    • Persistence of the Widget State across Screens
  • Media is now renamed to Actions (unless those are visible on a Screen)
  • Meta is now replaced by Recipe
  • Overhaul of the Action Creation Dialog(s)
  • Custom Port Setting inside Meme-Box (commandline option --port would still override it)
  • Timers / Twitch Events can now select the Target Screen
  • Twitch Events can override Widget/Scripts Variables
  • More Twitch-Events able to be used as trigger
  • Actions can be (preview) triggered with custom variable values
  • Media Actions can now have a volume gain (if its too quiet)
  • Streamdeck Plugin: Ability to change the global connection settings (different PC than localhost/port)
  • Action Settings: Added a hint why a screen time is needed or can stay empty
  • Twitch Auth: Improve custom scopes handling (if any were already configured, these will be always applied)
  • Manage View: Tell the Streamer with warnings / dialogs that the Token will expire in X Days
  • Scripts for more advanced features
    image
    • Wait once a triggered action (inside the script) is done to trigger other stuff
    • Use custom variables like in the Widget-Variables for easier configs
  • Permanent Scripts to react on twitch or obs events which custom logic
  • Recipe, UI based "Scripting" / Command Blocks to create more dynamic .. "anything"
    image
    • Custom logic or chain of actions that can be awaited
    • Also supports Twitch/Obs Command Blocks
    • Internally built upon the Script functionality
  • Electron: You can now hide the windows to the Tray-Icon. 🎉

Quality of Life

  • When you authenticate it'll be automatically saved
  • Actions now have a description to see for example what a script does
  • Actions can be searched by keywords (including script sources)
  • Triggers can be searched now
  • Twitch Message Event can now have aliases
    image
  • Status Dashboard
    image
    • of connections / states
    • latest twitch events to retrigger
  • Show Errors in the Dashboard
    • incl. a way to create a GitHub Issue from that
  • Notes Panel that is visbile across all pages
    image

Fixes

  • Changing any Settings - refreshed all media (including widgets) to be reloaded / recreated - #284
  • Allow multiple reactions of twitch commands (example cheer and command by string)
  • The Media Overview sometimes showed more items while listing/filtering items
  • Arrange View: Prevent switching between tabs when editing media - #266
  • Arrange View: Selected media still visible after assign media was clicked - #276
  • Arrange View: Changing a media from position full screen to fixed - didn't added a size border- #253
  • Arrange View: Moving Items out of screen-area - #250
  • Action Creation: The Image Preview wasn't resizing on change - #238
  • Action Creation: Visible screen time - minus values were possible - #239

Misc

  • Most pages / dialogs now have a bug report / feedback Button
    image

If you find any issues use the bug report / feedback buttons OR respond to this Discussion.

New Contributors

Full Changelog: 2021.2.1...2022.1

Release V2022.1-rc1

27 Sep 19:24
5fb96be
Compare
Choose a tag to compare
Release V2022.1-rc1 Pre-release
Pre-release

2022.1-rc1

Quality of Life

  • Recipe: Action List Config - now has a button to open up the Action Settings

Fixes

  • Trigger random using a queue on recipe and each item - could end up in not triggering a second time

Release V2022.1-beta-4

22 Sep 21:14
abdd461
Compare
Choose a tag to compare
Pre-release

2022.1-beta-4

Feature

  • Recipe: new OBS Command Block "Set Source Visibility"
  • Recipe: new OBS Command Block "Set Source Mute"
  • Manage View: Tell the Streamer with warnings / dialogs that the Token will expire in X Days

Release V2022.1-beta-3

20 Sep 22:38
57828a0
Compare
Choose a tag to compare
Pre-release

2022.1-beta-3

Changes since 2022.1-beta-2

Feature

  • Show Errors in the Dashboard
    • incl. a way to create a GitHub Issue from that
  • Twitch Auth: Improve custom scopes handling (if any were already configured, these will be always applied)

Release V2022.1-beta-2

18 Sep 00:19
8c185e9
Compare
Choose a tag to compare
Pre-release

2022.1-beta-2

Changes since 2022.1-beta-1

Feature

  • Recipe "Trigger random action" - now you can select actions based on a Tag
  • Recipe "Trigger random action" - now you can select multiple actions at the same time

Changes

  • Recipe "Trigger random action" - now shows the Actions in a vertical list instead of comma separated
  • Action Settings: Added a hint why a screen time is needed or can stay empty
  • When the Twitch Token is close to be invalid, show a warning in console

Quality of Life

  • When creating a new action, the dialog will jump already into the Action Settings
  • Added a few Tooltips in the Recipe Dialog
  • Recipe new Command Block full entry is now a button
  • When you authenticate it'll be automatically saved

Release V2022.1-beta-1

11 Jun 15:43
Compare
Choose a tag to compare
Pre-release

2022.1 Beta 1

15 Months later, I present you the new Version (once we are out of Beta :D)

Breaking Changes

  • The Headless Mode will not open the browser on start anymore, use --open=true for that
  • Changed the default port from 4444 to 6363

What's Changed

  • The Action Overview was redesigned by @owehmer (you can still switch to the old one)
  • The Arrange View was redesigned by @owehmer
  • Improved Widgets (previously named HTML)
    • API for Twitch or Events that its shown and so on
    • Templates
    • Widget-Variables
    • Import / Export Widgets
    • Persistence of the Widget State across Screens
  • Media is now renamed to Actions (unless those are visible on a Screen)
  • Meta is now replaced by Recipe
  • Overhaul of the Action Creation Dialog(s)
  • Custom Port Setting inside Meme-Box (commandline option --port would still override it)
  • Electron: You can now hide the windows to the Tray-Icon. 🎉
  • Timers / Twitch Events can now select the Target Screen
  • Twitch Events can override Widget/Scripts Variables
  • More Twitch-Events able to be used as trigger
  • Actions can be (preview) triggered with custom variable values
  • Media Actions can now have a volume gain (if its too quiet)
  • Streamdeck Plugin: Ability to change the global connection settings (different PC than localhost/port)

New Action Types

  • Scripts for more advanced features
    • Wait once a triggered action (inside the script) is done to trigger other stuff
    • Use custom variables like in the Widget-Variables for easier configs
  • Permanent Scripts to react on twitch or obs events which custom logic
  • Recipe, UI based "Scripting" / Command Blocks to create more dynamic .. "anything"

Quality of Life

  • Actions now have a description to see for example what a script does
  • Actions can be searched by keywords (including script sources)
  • Triggers can be searched now
  • Twitch Message Event can now have aliases
  • Status Dashboard
    • of connections / states
    • latest twitch events to retrigger

Fixes

  • Changing any Settings - refreshed all media (including widgets) to be reloaded / recreated - #284
  • Allow multiple reactions of twitch commands (example cheer and command by string)
  • The Media Overview sometimes showed more items while listing/filtering items
  • Arrange View: Prevent switching between tabs when editing media - #266
  • Arrange View: Selected media still visible after assign media was clicked - #276
  • Arrange View: Changing a media from position full screen to fixed - didn't added a size border- #253
  • Arrange View: Moving Items out of screen-area - #250
  • Action Creation: The Image Preview wasn't resizing on change - #238
  • Action Creation: Visible screen time - minus values were possible - #239

Misc

  • Started with the Translation Process - Open PRs if you want to help!
  • Most pages / dialogs now have a bug report / feedback Button

If you find any issues use the bug report / feedback buttons OR respond to this Discussion.

New Contributors

Full Changelog: 2021.2.1...2022.1-beta-1

Release V2021.2.1

09 Mar 19:49
6970bac
Compare
Choose a tag to compare
Merge pull request #235 from negue/fix/quality-of-life2021-2-1

V2021.2.1: quality of life improvements

Release V2021.2.0

04 Mar 20:14
078dda0
Compare
Choose a tag to compare
Merge pull request #229 from negue/fix/ready-to-release

List of fixes for 2021.2

Release V2021.2.0-rc

02 Mar 22:37
da1dc8a
Compare
Choose a tag to compare
Release V2021.2.0-rc Pre-release
Pre-release
Merge pull request #228 from negue/develop

Merge: 2021.2.0