Skip to content

Commit

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

<h2 style="color: #2e6c80;">Latest - v0.3.6:</h2>
<h2 style="color: #2e6c80;">Latest - v0.3.7:</h2>
<ul>
<li>Changing login authentication port to 8919 to prevent login issues people were having when FireBot was running at the same time</li>
<li>Fixing crashing bug with new Statistics feature</li>
</ul>

<h2 style="color: #2e6c80;">v0.3.6:</h2>
<ul>
<li>Adding experimental Statistics feature. This feature is not currently complete and should not be relied upon for accuracy currently. Future updates will stablize and improve this feature</li>
<li>Adding retry logic around initial login connection as a stop-gap until Mixer API reliability is improved</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.6.*")]
[assembly: AssemblyVersion("0.3.7.*")]

0 comments on commit 0cfb3fd

Please sign in to comment.