mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
v0.9.4 files
This commit is contained in:
parent
72abd84be1
commit
a03895d66e
@ -234,7 +234,7 @@
|
||||
</tr>
|
||||
<!-- User Dialog -->
|
||||
<tr>
|
||||
<td rowspan="4">User Dialog</td>
|
||||
<td rowspan="7">User Dialog</td>
|
||||
<td><code>1</code></td>
|
||||
<td>Name of the user</td>
|
||||
</tr>
|
||||
@ -253,6 +253,21 @@
|
||||
approving or denying the message (when opened by clicking on
|
||||
an appropriate message in chat)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>user-id</code></td>
|
||||
<td>The Twitch ID of the user</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>followage</code> /
|
||||
<code>accountage</code></td>
|
||||
<td>How long ago (e.g. <code>3.2 years</code>) the user has followed
|
||||
/ has created the Twitch account (only if available)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>followdate</code> / <code>acccountdate</code></td>
|
||||
<td>The date (e.g. <code>2012-09-15 17:19:29 +0200</code>) the user
|
||||
has followed / has created the Twitch account (only if available)</td>
|
||||
</tr>
|
||||
<!-- Channel Context Menu -->
|
||||
<tr>
|
||||
<td>Channel Context menu</td>
|
||||
|
@ -17,6 +17,7 @@
|
||||
<h1><a name="top">Release Information</a></h1>
|
||||
|
||||
<p>
|
||||
<a href="#0.9.4">0.9.4</a> |
|
||||
<a href="#0.9.3">0.9.3</a> |
|
||||
<a href="#0.9.2">0.9.2</a> |
|
||||
<a href="#0.9.1">0.9.1</a> |
|
||||
@ -53,7 +54,37 @@
|
||||
full list of changes.</p>
|
||||
|
||||
<h2>
|
||||
<a name="0.9.3">Version 0.9.3</a> <a name="latest">(This one!)</a> (2018-12-31)
|
||||
<a name="0.9.4">Version 0.9.4</a> <a name="latest">(This one!)</a> (2019-01-08)
|
||||
<a href="#top" class="top">[back to top]</a>
|
||||
</h2>
|
||||
<pre>
|
||||
### User Dialog
|
||||
- Improved info shown in User Dialog: Added follow age, reorganized, added
|
||||
context menus and improved tooltips
|
||||
- Changed User Dialog to not close while pinned, even when clicking on button
|
||||
(except the Close-button of course)
|
||||
- Added Custom Command parameters related to shown information
|
||||
- Added setting to reuse User Dialog of same user, instead of opening/switching
|
||||
another one
|
||||
- Changed shake effect when opening User Dialog of same user depending on which
|
||||
message it was opened from
|
||||
|
||||
### Misc
|
||||
- Added status symbol "!" for VIPs, added prefix value for message matching,
|
||||
unified Staff/Admin to "&"
|
||||
- Improved Live Streams List sorting context menu
|
||||
- Made URL parsing a bit more lenient
|
||||
- Updated help
|
||||
|
||||
### Bugfixes
|
||||
- Fixed error related to Moderation Log
|
||||
- Fixed User Dialog opening in the wrong location sometimes
|
||||
- Handle error related to Live Streams List
|
||||
- Fixed minor bug of User Dialog buttons state not being set properly sometimes
|
||||
</pre>
|
||||
|
||||
<h2>
|
||||
<a name="0.9.3">Version 0.9.3</a> (2018-12-31)
|
||||
<a href="#top" class="top">[back to top]</a>
|
||||
</h2>
|
||||
<p>Custom Message Colors and Highlights can now also apply to Info Messages
|
||||
|
@ -829,6 +829,7 @@
|
||||
enabled) and values in the <a href="help-setting_commands.html#bots">botNames</a> setting)</li>
|
||||
<li><code>M</code> User with any kind of moderator/special powers
|
||||
(so Broadcaster/Moderator/Global Moderator/Admin/Staff combined)</li>
|
||||
<li><code>v</code> VIP</li>
|
||||
</ul>
|
||||
For example: <code>status:st</code> matches
|
||||
all subscriber and turbo users.</li>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><a name="top">Chatty (Version: 0.9.3)</a></h1>
|
||||
<h1><a name="top">Chatty (Version: 0.9.4)</a></h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
@ -480,11 +480,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="symbol">!</td>
|
||||
<td>Admin</td>
|
||||
<td>VIP</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="symbol">&</td>
|
||||
<td>Staff</td>
|
||||
<td>Staff, Admin</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
18
index.html
18
index.html
@ -16,9 +16,9 @@ function loaded() {
|
||||
{ ceiling: null, text: "$years years ago" }
|
||||
]
|
||||
}
|
||||
document.getElementById("ago").innerHTML = "Version 0.9.3 released "+humanized_time_span("2018/12/31", Date(), custom_date_formats)+"";
|
||||
document.getElementById("ago").innerHTML = "Version 0.9.4 released "+humanized_time_span("2019/01/08", Date(), custom_date_formats)+"";
|
||||
|
||||
getDownloads("v0.9.3");
|
||||
getDownloads("v0.9.4");
|
||||
|
||||
slideshow_init("slideshow");
|
||||
}
|
||||
@ -156,7 +156,7 @@ function getDownloads(tag) {
|
||||
|
||||
|
||||
<h2 id="download">Download</h2>
|
||||
<p>Choose one of the following downloads of <strong>Chatty Version 0.9.3</strong><span id="dlCount" style="margin-bottom:7px;"></span>. For older versions or betas go to <a href="https://github.com/chatty/chatty/releases">GitHub</a>.</p>
|
||||
<p>Choose one of the following downloads of <strong>Chatty Version 0.9.4</strong><span id="dlCount" style="margin-bottom:7px;"></span>. For older versions or betas go to <a href="https://github.com/chatty/chatty/releases">GitHub</a>.</p>
|
||||
<p>If this is your first time using Chatty check out the <a href="help/help-getting-started.html"><strong>Getting Started Guide</strong></a>.</p>
|
||||
|
||||
<h3>Windows</h3>
|
||||
@ -168,11 +168,11 @@ function getDownloads(tag) {
|
||||
<tr>
|
||||
<td>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3_win_standalone_setup.exe"><strong>Download Windows Standalone (Installer)</strong></a> <span class="recommended"><sup>Recommended</sup></span></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4_win_standalone_setup.exe"><strong>Download Windows Standalone (Installer)</strong></a> <span class="recommended"><sup>Recommended</sup></span></dt>
|
||||
<dd>Install into a folder of your choice and start <code>Chatty.exe</code> (or optionally created shortcuts).</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3_win_standalone.zip">Download Windows Standalone (.zip)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4_win_standalone.zip">Download Windows Standalone (.zip)</a></dt>
|
||||
<dd>Extract the .zip into a folder of your choice and start <code>Chatty.exe</code>.</dd>
|
||||
</dl>
|
||||
|
||||
@ -180,13 +180,13 @@ function getDownloads(tag) {
|
||||
</td>
|
||||
<td>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3_win_setup.exe">Download JAR-Version (Installer)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4_win_setup.exe">Download JAR-Version (Installer)</a></dt>
|
||||
<dd>Can select global hotkey support during installation.</dd>
|
||||
<dd>Install into a folder of your choice and start <code>Chatty.jar</code> (or optionally created shortcuts).</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3.zip">Download JAR-Version (.zip)</a></dt>
|
||||
<dd>Also available with global hotkey support for <a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3_hotkey_32bit.zip">32bit-Java</a> / <a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3_hotkey_64bit.zip">64bit-Java</a></dd>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4.zip">Download JAR-Version (.zip)</a></dt>
|
||||
<dd>Also available with global hotkey support for <a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4_hotkey_32bit.zip">32bit-Java</a> / <a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4_hotkey_64bit.zip">64bit-Java</a></dd>
|
||||
<dd>Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</dd>
|
||||
</dl>
|
||||
</td>
|
||||
@ -194,7 +194,7 @@ function getDownloads(tag) {
|
||||
</table>
|
||||
|
||||
<h3>Non-Windows</h3>
|
||||
<p>For OS other than Windows (e.g. Linux or MacOS) you will need to download the <a href="https://github.com/chatty/chatty/releases/download/v0.9.3/Chatty_0.9.3.zip">JAR-Version (.zip)</a> and must have Java 8 or later installed on your system. Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</p>
|
||||
<p>For OS other than Windows (e.g. Linux or MacOS) you will need to download the <a href="https://github.com/chatty/chatty/releases/download/v0.9.4/Chatty_0.9.4.zip">JAR-Version (.zip)</a> and must have Java 8 or later installed on your system. Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</p>
|
||||
|
||||
<h2 id="feedback">Contact</h2>
|
||||
<p>If you have any feedback or questions feel free to contact me. You can <a href="https://discord.gg/WTuqGeJ">join the Chatty Discord</a> <sup>preferred</sup>, write me an <a href="mailto:chattyclient@gmail.com">E-Mail</a> or use <a href="https://twitter.com/chattyclient">Twitter</a>.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user