Skip to content

Commit

Permalink
- Updating to 0.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaviorXTanren committed Oct 19, 2019
1 parent db84812 commit 29f0f8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MixItUp.WPF/AutoUpdater.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.5.2.11</version>
<url>https://github.com/SaviorXTanren/mixer-mixitup/releases/download/0.5.2/MixItUp.zip</url>
<changelog>https://github.com/SaviorXTanren/mixer-mixitup/releases/download/0.5.2/Changelog.html</changelog>
<version>0.5.3.0</version>
<url>https://github.com/SaviorXTanren/mixer-mixitup/releases/download/0.5.3/MixItUp.zip</url>
<changelog>https://github.com/SaviorXTanren/mixer-mixitup/releases/download/0.5.3/Changelog.html</changelog>
<mandatory>false</mandatory>
</item>
17 changes: 17 additions & 0 deletions MixItUp.WPF/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
<body>
<h1 style="color: #5e9ca0;">Changelog</h1>

<h2 style="color: #2e6c80;">v0.5.3.0:</h2>
<ul>
<li>Large-scale overhaul of the internal Chat logic for better performance</li>
<li>Adding new Dashboard window with the following items: Chat, Alerts, Quick Commands, Statistics, Game Queue, &amp; Song Requests</li>
<li>Chat commands now support the use of wild card triggers</li>
<li>Adding the ability for Chat Commands to be enabled for Chat Context Menu usage</li>
<li>Adding support for multiple clauses to Conditional action</li>
<li>Adding rate limiting checks to the Send Message option for the Discord action to cut down on abuse &amp; adding support for custom Discord application usage to circumvent rate limiting</li>
<li>MixrElixr emotes can now be enabled in the Chat Settings menu to be used and displayed in chat</li>
<li>Adding trade command option to Inventories</li>
<li>Adding Chat Message Deleted event command</li>
<li>Chat timestamps can now be enabled in the Chat Settings menu</li>
<li>Adding support for team campaigns to be selectable for Tiltify service</li>
<li>Added "Sparks &amp; Embers Only" and "Embers Only" chat moderation rules</li>
<li>Various quality of life &amp; bug fixes</li>
</ul>

<h2 style="color: #2e6c80;">v0.5.2.11:</h2>
<ul>
<li>Fixing bug with Song Requests buttons not working</li>
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("0.5.2.11")]
[assembly: AssemblyVersion("0.5.3.0")]

0 comments on commit 29f0f8c

Please sign in to comment.