From dff1a8b3978c697b6f2bab9ced5f6642ec541a11 Mon Sep 17 00:00:00 2001 From: tduva Date: Sat, 29 Oct 2016 23:40:51 +0200 Subject: [PATCH] version 0.8.4.1 --- changes.txt | 14 +++++++++++++- help/help-releases.html | 22 +++++++++++++++++++++- help/help-settings.html | 27 ++++++++++++++++++++------- help/help.html | 2 +- index.html | 10 +++++----- version.txt | 2 +- 6 files changed, 61 insertions(+), 16 deletions(-) diff --git a/changes.txt b/changes.txt index 2f9d3a7..b491348 100644 --- a/changes.txt +++ b/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) diff --git a/help/help-releases.html b/help/help-releases.html index 78cb18e..454a3d9 100644 --- a/help/help-releases.html +++ b/help/help-releases.html @@ -15,6 +15,7 @@

Release Information

+ 0.8.4.1 | 0.8.4 | 0.8.3 | 0.8.2 | @@ -42,7 +43,26 @@ full list of changes.

- Version 0.8.4 (This one!) (2016-10-23) + Version 0.8.4.1 (This one!) (2016-10-29) + [back to top] +

+

With the new experimental Message Spacing setting (Settings - Main) + you can change the space between messages/paragraphs (as opposed to + between all individual lines with the Line Spacing setting).

+ +
+- 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
+
+ +

+ Version 0.8.4 (2016-10-23) [back to top]

This update implements the new Badge system that Twitch introduced, which diff --git a/help/help-settings.html b/help/help-settings.html index 754a790..54bb14b 100644 --- a/help/help-settings.html +++ b/help/help-settings.html @@ -35,6 +35,17 @@

Chat Font

Change font and font size by clicking on Select font.

+
+
Line Spacing
+
Space between lines in the chat window. One message can consist of + several lines. Lines that contain emotes may have a larger height.
+ +
Message Spacing
+
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.
+
+

Input Font

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 @@ -

Custom Usericons

+

Custom Usericons

Add entries to the table to show additional icons (Addon-Type) or replace the default icons (all other Types).

The order of the entries can matter, they are looked at from the top:

@@ -373,7 +384,9 @@ Addon-badges that matche the Restrictions are shown at once.
Other types replace an already shown default badge. For example adding an entry of Type Turbo allows you to define a - custom icon for all Turbo badges shown in chat.
+ custom icon for all Turbo badges shown in chat. Accordingly, if you + selected Bits it would target all variations of the + Bits badge.
The Type Other Twitch 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.
@@ -381,12 +394,12 @@
ID/Version
You can only use this when you have the Other Twitch 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.
+ to identify Badges, which allows you to target any Twitch Badge you + want, including a specific variation.
For example if you wanted to replace the 100-Bits Badge, you'd want - to use bits/100. If you don't specify a Version, for - example just bits, then it matches all versions, in - this case it would match all Bits Badges.
+ to use bits/100. If you don't specify a Version, so + just bits, then it matches all versions, in this case + it would match all Bits Badges.
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.
diff --git a/help/help.html b/help/help.html index eb4e7f9..33169fe 100644 --- a/help/help.html +++ b/help/help.html @@ -5,7 +5,7 @@ -

Chatty (Version: 0.8.4)

+

Chatty (Version: 0.8.4.1)

diff --git a/index.html b/index.html index 52cf85b..0aa97c2 100644 --- a/index.html +++ b/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) {

Download & Getting started

diff --git a/version.txt b/version.txt index c8b45ef..01dcd1b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.4 New Badges, Mod Action Log, Bugfixes, and much more.. \ No newline at end of file +0.8.4.1 Message Spacing, Bugfixes, and some more.. \ No newline at end of file