Skip to content

Commit

Permalink
- Updating to 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SaviorXTanren committed Mar 10, 2018
1 parent 6380fce commit 7c938d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 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.3.13.1</version>
<url>https://github.com/SaviorXTanren/mixer-mixitup/releases/download/0.3.13/MixItUp-PreReleaseDelta-v0.3.13.zip</url>
<version>0.3.14.0</version>
<url>https://github.com/SaviorXTanren/mixer-mixitup/releases/download/0.3.14/MixItUp-PreReleaseDelta-v0.3.14.zip</url>
<changelog>https://updates.mixitupapp.com/Changelog.html</changelog>
<mandatory>false</mandatory>
</item>
10 changes: 10 additions & 0 deletions MixItUp.WPF/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
<body>
<h1 style="color: #5e9ca0;">Changelog&nbsp;</h1>

<h2 style="color: #2e6c80;">v0.3.14:</h2>
<ul>
<li>Updating ordering of requirement checks and currency subtraction for commands with permissions</li>
<li>Adding Chat scroll Lock/Unlock functionality</li>
<li>Making chat alerts easier to see in Dark theme</li>
<li>Fixing !uptime command by using new Mixer API</li>
<li>Removing duplicated users from database, possibly fixing issue with users not receiving minutes and currency</li>
<li>Various quality of life & bug fixes</li>
</ul>

<h2 style="color: #2e6c80;">v0.3.13.1:</h2>
<ul>
<li>Fixing crash when attempting to use existing games. This fix unfortunately might default the Currency Requirement in your Game to 1, so you will need to check & possibly update your game after this update.</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.3.13.1")]
[assembly: AssemblyVersion("0.3.14.0")]

0 comments on commit 7c938d8

Please sign in to comment.