Skip to content

Commit

Permalink
Preparing update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PakL committed Jul 13, 2019
1 parent e1c4e9d commit 1f9de45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttv-streamertool",
"version": "1.1.2",
"version": "1.2.0",
"main": "main.js",
"description": "TTVST is an application aimed at Twitch streamer.",
"author": {
Expand Down
11 changes: 9 additions & 2 deletions views/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@
</head>
<body>
<p>This changelog will only be served in english.</p>
<h3>1.<span class="highlight">1</span>.<span class="highlight">2</span> <small><code class="tag">patch</code></small></h3>
<h3>1.<span class="highlight">2</span>.0 <small><code class="tag">minor</code></small></h3>
<ul>
<li>Nicer start up, splash screen waits for main window to finish loading</li>
<li>Support for /marker command</li>
</ul>
<hr>
<h3>1.1.<span class="highlight">2</span> <small><code class="tag">patch</code></small></h3>
<ul>
<li>Login now uses new authentication site and no longer uses deprecated permission scopes</li>
<li>Fixed some broken links</li>
<li>Fixed accent color changes not applying</li>
<li>Fixed some issues with double follow alert or repeating game status changes</li>
<li>New application icon, splash screen and install gif</li>
</ul>
<h3>1.<span class="highlight">1</span>.<span class="highlight">1</span> <small><code class="tag">patch</code></small></h3>
<h3>1.1.<span class="highlight">1</span> <small><code class="tag">patch</code></small></h3>
<ul>
<li>TTVStreamerTool will no longer be displayed as Electron in Task Manager</li>
</ul>
Expand All @@ -38,6 +44,7 @@ <h3>1.<span class="highlight">1</span>.0 <small><code class="tag">minor</code></
<li>Don't process empty messages</li>
<li>Removing the 'reward' system message from reward gift messages</li>
</ul>
<hr>
<h3>1.0.<span class="highlight">1</span> <small><code class="tag">patch</code></small></h3>
<ul>
<li>Fixed an issue with transfering addons from old version that might also broke addon updates</li>
Expand Down

0 comments on commit 1f9de45

Please sign in to comment.