Skip to content

Commit

Permalink
- Updating to 1.2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Olivo committed Oct 9, 2024
1 parent abe90ad commit 94846e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion MixItUp.WPF/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 style="color: #5e9ca0;">Changelog</h1>

<h3 style="color: red;"><b><u>IMPORTANT NOTE:</u></b> This update introduces large-scale changes to all Overlay functionality throughout the application and includes some breaking changes. As such, we recommend NOT updating immediately before a stream and waiting until you have time to walkthrough all of the changes and ensure your Overlay setup and interactions are configured to your liking.</h3>

<h2 style="color: #2e6c80;">v1.2.0.0-1.2.0.6:</h2>
<h2 style="color: #2e6c80;">v1.2.0.0-1.2.0.7:</h2>
<ul>
<li>Overlay v3 functionality updates:</li>
<ul>
Expand Down Expand Up @@ -184,6 +184,11 @@ <h2 style="color: #2e6c80;">v1.2.0.0-1.2.0.6:</h2>
<li>Adding Followers and Subscribers types for Goal Overlay Widget to show automatic tracking of your current follower and subscriber amounts</li>
<li>Adding Latest Subscription Gifter type to Label Overlay Widget</li>
<li>Adding volume slider for wheel click sound to Wheel Overlay Widget</li>
<li>Reducing the amount of libraries and external dependencies loaded in for the Overlay to increase loading speed and reduce the chance of batched Overlay actions drifting</li>
<li>Adding the ability to custom the &le;head&gt; tag for an Overlay Endpoint</li>
<li>Changing Special Identifier for Time Adjusted sub-command on Persistent Timer Overlay Widget to be $timersecondsadjusted</li>
<li>Fixing bug with Twitch multi-gifted subs doubling the amount of subs added for various Overlay Widgets such as Goal and Persistent Timer</li>
<li>Adding error message for when the End Credits Overlay Widgets is triggered, but there is no captured data for it from when it was saved</li>
<li>Various quality of life &amp; bug fixes</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion MixItUp.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.0.6")]
[assembly: AssemblyVersion("1.2.0.7")]

0 comments on commit 94846e7

Please sign in to comment.