mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
version 0.8.4.1
This commit is contained in:
parent
0032afe7ce
commit
dff1a8b397
14
changes.txt
14
changes.txt
@ -1,5 +1,17 @@
|
||||
|
||||
0.8.4 (2016-10-23) Latest Version
|
||||
0.8.4.1 (2016-10-29) Latest Version
|
||||
|
||||
- Added Message Spacing setting
|
||||
- Improved Badge Context Menu and Custom Usericon settings
|
||||
- Added "reuser:" Highlight/Ingore prefix to match on a username with regex
|
||||
- Added GUI setting to disable auto-requesting of important announcements
|
||||
- Fixed Account Age display for accounts less than a day old
|
||||
- Fixed some Featured FFZ emotes not respecting FFZ enabled setting
|
||||
- Fixed Halloween special of a spoopy error appearing every 6 hours
|
||||
- Updated help
|
||||
|
||||
|
||||
0.8.4 (2016-10-23)
|
||||
|
||||
### Emotes/Badges
|
||||
- Added Emoji support (are shown in chat and can be favorited as Emotes)
|
||||
|
@ -15,6 +15,7 @@
|
||||
<h1><a name="top">Release Information</a></h1>
|
||||
|
||||
<p>
|
||||
<a href="#0.8.4.1">0.8.4.1</a> |
|
||||
<a href="#0.8.4">0.8.4</a> |
|
||||
<a href="#0.8.3">0.8.3</a> |
|
||||
<a href="#0.8.2">0.8.2</a> |
|
||||
@ -42,7 +43,26 @@
|
||||
full list of changes.</p>
|
||||
|
||||
<h2>
|
||||
<a name="0.8.4">Version 0.8.4</a> <a name="latest">(This one!)</a> (2016-10-23)
|
||||
<a name="0.8.4.1">Version 0.8.4.1</a> <a name="latest">(This one!)</a> (2016-10-29)
|
||||
<a href="#top" class="top">[back to top]</a>
|
||||
</h2>
|
||||
<p>With the new experimental Message Spacing setting (<code>Settings - Main</code>)
|
||||
you can change the space between messages/paragraphs (as opposed to
|
||||
between all individual lines with the Line Spacing setting).</p>
|
||||
|
||||
<pre>
|
||||
- Added Message Spacing setting
|
||||
- Improved Badge Context Menu and Custom Usericon settings
|
||||
- Added "reuser:" Highlight/Ingore prefix to match on a username with regex
|
||||
- Added GUI setting to disable auto-requesting of important announcements
|
||||
- Fixed Account Age display for accounts less than a day old
|
||||
- Fixed some Featured FFZ emotes not respecting FFZ enabled setting
|
||||
- Fixed Halloween special of a spoopy error appearing every 6 hours
|
||||
- Updated help
|
||||
</pre>
|
||||
|
||||
<h2>
|
||||
<a name="0.8.4">Version 0.8.4</a> (2016-10-23)
|
||||
<a href="#top" class="top">[back to top]</a>
|
||||
</h2>
|
||||
<p>This update implements the new Badge system that Twitch introduced, which
|
||||
|
@ -35,6 +35,17 @@
|
||||
<h3>Chat Font</h3>
|
||||
<p>Change font and font size by clicking on <code>Select font</code>.</p>
|
||||
|
||||
<dl class="dl-settings">
|
||||
<dt>Line Spacing</dt>
|
||||
<dd>Space between lines in the chat window. One message can consist of
|
||||
several lines. Lines that contain emotes may have a larger height.</dd>
|
||||
|
||||
<dt>Message Spacing</dt>
|
||||
<dd>Space between messages. One message can consist of several lines,
|
||||
but this setting is only applied per message and doesn't affect the
|
||||
indiviual line height.</dd>
|
||||
</dl>
|
||||
|
||||
<h3>Input Font</h3>
|
||||
<p>Input font is restricted to two fonts by default, because other fonts
|
||||
cause issues due to a bug in Java. The number behind the font is the
|
||||
@ -352,7 +363,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Custom Usericons</h3>
|
||||
<h3><a name="CustomUsericons">Custom Usericons</a></h3>
|
||||
<p>Add entries to the table to show additional icons (<code>Addon</code>-Type)
|
||||
or replace the default icons (all other Types).</p>
|
||||
<p>The order of the entries can matter, they are looked at from the top:</p>
|
||||
@ -373,7 +384,9 @@
|
||||
Addon-badges that matche the Restrictions are shown at once.</dd>
|
||||
<dd>Other types replace an already shown default badge. For example
|
||||
adding an entry of Type <code>Turbo</code> allows you to define a
|
||||
custom icon for all Turbo badges shown in chat.</dd>
|
||||
custom icon for all Turbo badges shown in chat. Accordingly, if you
|
||||
selected <code>Bits</code> it would target all variations of the
|
||||
Bits badge.</dd>
|
||||
<dd>The Type <code>Other Twitch</code> allows you to directly select a
|
||||
default icon via Twitch's own Badge ID/Version, which allows you to
|
||||
target badges that are not a supported Type.</dd>
|
||||
@ -381,12 +394,12 @@
|
||||
<dt>ID/Version</dt>
|
||||
<dd>You can only use this when you have the <code>Other Twitch</code>
|
||||
Type selected. This specifies the Badge ID/Version that Twitch uses
|
||||
to identify Badges, which gives you a bit more flexibilities on what
|
||||
badges you match.</dd>
|
||||
to identify Badges, which allows you to target any Twitch Badge you
|
||||
want, including a specific variation.</dd>
|
||||
<dd>For example if you wanted to replace the 100-Bits Badge, you'd want
|
||||
to use <code>bits/100</code>. If you don't specify a Version, for
|
||||
example just <code>bits</code>, then it matches all versions, in
|
||||
this case it would match all Bits Badges.</dd>
|
||||
to use <code>bits/100</code>. If you don't specify a Version, so
|
||||
just <code>bits</code>, then it matches all versions, in this case
|
||||
it would match all Bits Badges.</dd>
|
||||
<dd>If you are already connected to a channel, it should automatically
|
||||
populate the list with known ID/Version combinations. Note that some
|
||||
of these may only be used in some channels.</dd>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><a name="top">Chatty (Version: 0.8.4)</a></h1>
|
||||
<h1><a name="top">Chatty (Version: 0.8.4.1)</a></h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
10
index.html
10
index.html
@ -15,9 +15,9 @@ function loaded() {
|
||||
{ ceiling: null, text: "$years years ago" }
|
||||
]
|
||||
}
|
||||
document.getElementById("ago").innerHTML = "Version 0.8.4 released "+humanized_time_span("2016/10/23", Date(), custom_date_formats)+"";
|
||||
document.getElementById("ago").innerHTML = "Version 0.8.4.1 released "+humanized_time_span("2016/10/29", Date(), custom_date_formats)+"";
|
||||
|
||||
getDownloads("v0.8.3");
|
||||
getDownloads("v0.8.4.1");
|
||||
}
|
||||
|
||||
function getDownloads(tag) {
|
||||
@ -216,12 +216,12 @@ function getDownloads(tag) {
|
||||
|
||||
<h2 id="download">Download & Getting started</h2>
|
||||
<ul>
|
||||
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4/Chatty_0.8.4.zip"><strong>Download Version 0.8.4</strong></a>
|
||||
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4/Chatty_0.8.4.1.zip"><strong>Download Version 0.8.4.1</strong></a>
|
||||
(all OS)</li>
|
||||
<li>With global hotkey support (Windows only):<ul>
|
||||
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4/Chatty_0.8.4_hotkey_32bit.zip">Download Version 0.8.4 (for 32bit-Java)</a>
|
||||
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4/Chatty_0.8.4.1_hotkey_32bit.zip">Download Version 0.8.4.1 (for 32bit-Java)</a>
|
||||
</li>
|
||||
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4/Chatty_0.8.4_hotkey_64bit.zip">Download Version 0.8.4 (for 64bit-Java)</a>
|
||||
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4/Chatty_0.8.4.1_hotkey_64bit.zip">Download Version 0.8.4.1 (for 64bit-Java)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
@ -1 +1 @@
|
||||
0.8.4 New Badges, Mod Action Log, Bugfixes, and much more..
|
||||
0.8.4.1 Message Spacing, Bugfixes, and some more..
|
Loading…
Reference in New Issue
Block a user