Skip to content

Pre-Release Omega 0.5.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@SaviorXTanren SaviorXTanren released this 09 May 09:18
· 4066 commits to master since this release

Installation

New Users:

  • Download and un-zip the "MixItUp.zip" file
  • Run MixItUp.exe

Existing Users (Recommended):

  • Launch your current version of Mix It Up, you should receive a prompt to automatically update your installation

Existing Users (NOT Recommended):

NOTE: You will be asked to COPY & PASTE in the following steps. This DOES NOT MEAN drag-and-drop, PLEASE do not do this! Copy & Paste is specifically selecting the Copy & Paste options when you right click a folder.

  • Download and un-zip the "MixItUp.zip" file to a different location than your current Mix It Up installation
  • Go to your previous Mix It Up installation and do the following:
    • Right-click the "Settings" folder
    • Select Copy
  • Go into the folder of the new version of Mix It Up that you un-zip and do the following:
    • Right click anywhere that's not a file
    • Select Paste
  • Run MixItUp.exe
  • (Optional) Delete your old Mix It Up installation folder

Known Issues

None

Change Log

  • BREAKING CHANGE: Removing Song Requests feature https://mixitupapp.com/songrequests
  • BREAKING CHANGE: Removing Twitter Retweet event command due to rate limiting issues with Twitter
  • BREAKING CHANGE: The Chat User Banned event command has been updated to support tracking the user that performed the ban. $user____ now represents the user who triggered the ban, while $targetuser____ now represents the user that was banned.
  • Adding StreamElements service connectivity and StreamElements donation event command
  • Adding initial language localization support for German (de-DE)
  • Upgrading settings data formatting to improve reliability and integrity
  • Large-scale rework of services connectivity, events, and MixPlay logic to improve speed and reliability
  • Adding improved error messaging to connections & services to assist with diagnosing issues for users
  • Adding MixPlay spamming input detection for visual cooldowns to prevent extra MixPlay command triggering
  • Adding the Mix It Up Overlay as a sound device option for the Sound action
  • Adding "Run Ad" option to Streaming Platform action
  • Adding "Replaced" comparator to Conditional Action to determine if the 1st value has been changed or replaced due to Special Identifier processing
  • Adding Chat User Timeout event command with $timeoutlength Special Identifier
  • Adding Chat Whisper Received event command
  • Adding $usersubstreak Special Identifier to Mixer Channel Resubscribed event
  • Adding $userisregular Special Identifier
  • Adding latest Special Identifiers to keep track of last user/usage for various features: $latestfolloweruser____, $latesthostuser____, $latesthostviewercount, $latestsubscriberuser____, $latestsubscribersubmonths, $latestsparkusageuser____, $latestsparkusageamount, $latestemberusageuser____, $latestemberusageamount, $latestdonationuser____, $latestdonationamount
  • Adding Special Identifier for Currency/Rank/Inventory to show display-friendly numbers: $user____display
  • Adding Special Identifier for Currency/Rank/Inventory to show position relative to all users: $user____position
  • Adding support for $skill_____ Special Identifiers in Channel Embers Spent event command
  • Adding $userpatreontier Special Identifier
  • Adding $milestoneendtime & $milestonetimeremaining Special Identifiers
  • Adding $streamviewertotal & $streamchattercount Special Identifier
  • Adding option to pin Dashboard window to top of screen
  • Revamping New User Wizard experience to better assist and onboard new users
  • Adding Accounts page to main menu and moving Mixer Bot Account authentication to this page
  • MixPlay actions with the Cooldown option now support Special Identifiers
  • Special Identifiers created by Web Request actions are no longer global Special Identifiers
  • Adding $isautohost Special Identifier to Mixer Channel Hosted event to indicate if the host occurred by Mixer's built-in auto-hosting
  • Updating list of supported Text to Speech voices
  • Improving logic with age calcuations for things like follow age, subscriber age, etc
  • Fixing bug with WASD buttons being reversed for MixPlay Joystick Commands
  • Various quality of life & bug fixes