Skip to content

Commit

Permalink
Prepare minor update 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PakL committed Aug 30, 2019
1 parent 4a8b6ca commit de232bd
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 92 deletions.
157 changes: 71 additions & 86 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttv-streamertool",
"version": "1.5.5",
"version": "1.6.0",
"main": "main.js",
"description": "TTVST is an application aimed at Twitch streamer.",
"author": {
Expand All @@ -16,20 +16,20 @@
"compare-versions": "3.5.1",
"dateformat": "3.0.3",
"electron-squirrel-startup": "1.0.0",
"follow-redirects": "1.7.0",
"follow-redirects": "1.8.1",
"i18n-nodejs": "3.0.0",
"less": "3.9.0",
"less": "3.10.3",
"nodejs-websocket": "1.7.2",
"randexp": "0.5.3",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"riot": "4.3.8",
"riot": "4.4.1",
"stringz": "2.0.0"
},
"devDependencies": {
"@riotjs/cli": "4.0.2",
"@riotjs/compiler": "4.3.9",
"electron": "6.0.2",
"@riotjs/compiler": "4.3.11",
"electron": "6.0.6",
"electron-winstaller": "4.0.0"
}
}
7 changes: 7 additions & 0 deletions views/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
</head>
<body>
<p>This changelog will only be served in english.</p>
<h3>1.<span class="highlight">6</span>.0 <small><code class="tag">minor</code></small></h3>
<ul>
<li>Make stream player always available</li>
<li>Timeouts for API calls</li>
<li>Refresh stream info and viewers count more often (every 5 seconds instead of every 30 seconds) and show changes made through the tool directly</li>
</ul>
<hr>
<h3>1.5.<span class="highlight">5</span> <small><code class="tag">patch</code></small></h3>
<ul>
<li>Check DNS entry if only a possible hostname is used before making it a link</li>
Expand Down

0 comments on commit de232bd

Please sign in to comment.