From bcd6eefee77fc90b2341a28978656a4a30645258 Mon Sep 17 00:00:00 2001 From: tduva Date: Tue, 26 Dec 2017 18:15:14 +0100 Subject: [PATCH] v0.9 updates --- changes.txt | 48 +++++++++++++++++++++++++++++++++++++++++++++++- index.html | 10 +++++----- 2 files changed, 52 insertions(+), 6 deletions(-) diff --git a/changes.txt b/changes.txt index eaf7824..0bacc7b 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,51 @@ -0.8.7 (2017-09-12) Latest Version +0.9 (2017-12-26) Latest Version + +### Twitch Updates +- Added /raid command and display of incoming raids, joining raids doesn't work +- Added support for gifted sub messages + +### Look / GUI +- Added more Look and Feels, including dark themes +- Added custom presets to color settings +- Added userlist font setting +- Improved organization and help in Settings Dialog a bit +- Updated Chatty app icons +- Added feature to customize message color based on rules (like Highlighting, + except it only colors messages) +- Updated help + +### Emoticons / Emoji +- Load emoticon metadata only as needed to improve memory usage +- Updated source for subscriber emoticon metadata, fixing e.g. which channel an + emote is from, added display of emote tiers +- Improved display of information in emote context menu and emote dialog +- Grouped together sets with only one emote in Emote Dialog +- Fixed some BTTV emotes (like D:) appearing when they shouldn't +- Added Emoji TAB Completion (anything starting with ":") +- Added conversion of Emoji short code to Emoji character when entered into the + inputbox (e.g. :thinking: -> 🤔 when being sent) + +### Settings +- Added -d launch argument to directly specify settings directory +- Added ability to execute program for Notifications (e.g. run native Linux + notification) +- Added ability to change spamProtection setting without restart +- Added F1 to open help to settings (instead of it being hardcoded) +- Added "log ignored messages" setting, to be able to turn that off (by default + it does log them, as before) +- Added more timestamp options to the settings (anything can be set via setting + commands anyway, but that's not very accessible) +- Improve setting commands + +### Bugfixes +- Fixed bug with separators in custom context menus +- Fixed some emote code conversions +- Fixed error on "Use title only" in Admin Dialog +- Possibly fixed rare error with parsing livestreamer menu options + + +0.8.7 (2017-09-12) ### Communities / Channel Info - Added support for selecting several communities in Admin Dialog diff --git a/index.html b/index.html index de166ac..5693d9d 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ function loaded() { { ceiling: null, text: "$years years ago" } ] } - document.getElementById("ago").innerHTML = "Version 0.8.7 released "+humanized_time_span("2017/09/12", Date(), custom_date_formats)+""; + document.getElementById("ago").innerHTML = "Version 0.9 released "+humanized_time_span("2017/12/26", Date(), custom_date_formats)+""; getDownloads("v0.8.7"); } @@ -215,15 +215,15 @@ function getDownloads(tag) {

Download & Getting started