Skip to content

Commit

Permalink
Preparing minor update 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PakL committed Oct 14, 2019
1 parent c71b880 commit 2a794dc
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 72 deletions.
193 changes: 129 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttv-streamertool",
"version": "1.8.0",
"version": "1.9.0",
"main": "main.js",
"description": "TTVST is an application aimed at Twitch streamer.",
"author": {
Expand All @@ -21,22 +21,22 @@
"compare-versions": "3.5.1",
"dateformat": "3.0.3",
"electron-squirrel-startup": "1.0.0",
"fluent-reveal-effect": "^1.1.1",
"follow-redirects": "1.8.1",
"fluent-reveal-effect": "1.1.1",
"follow-redirects": "1.9.0",
"i18n-nodejs": "3.0.0",
"less": "3.10.3",
"nodejs-websocket": "1.7.2",
"office-ui-fabric-core": "^10.1.0",
"office-ui-fabric-core": "10.1.0",
"randexp": "0.5.3",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"riot": "4.5.0",
"riot": "4.6.5",
"stringz": "2.0.0"
},
"devDependencies": {
"@riotjs/cli": "4.0.2",
"@riotjs/compiler": "4.3.11",
"electron": "6.0.10",
"@riotjs/compiler": "4.5.1",
"electron": "6.0.12",
"electron-winstaller": "4.0.0"
}
}
8 changes: 7 additions & 1 deletion views/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@
</head>
<body>
<p>This changelog will only be served in english.</p>
<p>Join the <a onclick="openLinkExternal('https://discord.gg/zZyBxr3')">TTVST Development Discord</a> to get faster and better support!</p>
<h3>1.<span class="highlight">9</span>.0 <small><code class="tag">minor</code></small></h3>
<ul>
<li>You can now start commercials via overlay hotkeys/HTTP requests</li>
<li>Splash screen is now centered to where the main window will be</li>
</ul>
<hr>
<h3>1.<span class="highlight">8</span>.0 <small><code class="tag">minor</code></small></h3>
<ul>
<li>Added AutoMod integration</li>
<li>Added an option to disable user colors in chat</li>
<li>Join the <a onclick="openLinkExternal('https://discord.gg/zZyBxr3')">TTVST Development Discord</a> to get faster and better support</li>
</ul>
<hr>
<h3>1.7.<span class="highlight">3</span> <small><code class="tag">patch</code></small></h3>
Expand Down

0 comments on commit 2a794dc

Please sign in to comment.