diff --git a/help/help-custom_commands.html b/help/help-custom_commands.html index f1b7e84..9e99d65 100644 --- a/help/help-custom_commands.html +++ b/help/help-custom_commands.html @@ -233,7 +233,7 @@
chan
streamstatus
streamtitle
streamgame
streamviewers
streamuptime
stream...
user-channel
- The name of the channel the user talked in (with leading # if applicable)The stream info is of the current channel context, if available.
+streamstatus
- Stream Status ("Title (Game)" or "Offline")Only available if live:
+streamtitle
- Stream Titlestreamgame
- Stream Gamestreamviewers
- Number of viewersstreamuptime
- Stream Uptime, ignoring short breaks as shown in the Chatty titlebarstreamuptime2
- Actual Stream Uptime as reported by Twitch directly/streaminfo /echo [Stream Status] $(streamstatus) [Uptime] $(streamuptime)
$trim( abc )
turns into abc
.$quote(<input>,[quote character])
"
) is used.$quote(51° 28' 38" N)
turns into
+ "51° 28' 38"" N"
and $quote(51° 28' 38" N,')
+ turns into '51° 28'' 38" N'
.$replace(<input>,<search>,<replace>,[method])
Learn what directories and files Chatty creates/uses.
The settings directory by default is in your user home directory in a
subdirectory called .chatty
. You can enter the command
/dir
to display and /openDir
to open the
@@ -89,7 +89,7 @@
This is where the Chatty.jar is located and is used for loading libraries that Chatty uses.
+Some folders can be changed:
+-debugdir
launch optionChanging folders usually requires a restart of Chatty to be properly + applied.
+To remove Chatty from your computer:
diff --git a/help/help-laf.html b/help/help-laf.html index 07b4d6f..59d78be 100644 --- a/help/help-laf.html +++ b/help/help-laf.html @@ -500,6 +500,12 @@+ 0.23 | 0.22 | 0.21 | 0.20 | @@ -71,7 +72,43 @@ full list of changes.
+### Twitch Features +- Added support for new stream tags API + - Up to 10 tags, max 25 characters, no spaces or special characters + - Existing favorited/Status History tags automatically get their spaces + removed, however you will need to replace any special characters yourself as + you see fit +- Added `/shoutout` command and display of shoutouts for moderators + +### Custom Commands +- Changed "Test" dialog output to be less wide with long commands +- Added some syntax highlighting to some settings +- Added function `$quote()` for easier quoting (e.g. to write CSV) + +### Other +- Added settings to customize cache, image and exported directories, added + launch option to customize debug directory +- Added a setting (disabled by default) for the Look&Feel error sound (e.g. when + backspacing at the start of an input field) +- Removed session debug log file +- Added Stream Highlights customization settings for file output +- Improved Pronouns caching +- "Open URL" Popup: Added checkbox to disable the popup, apply setting to some + more places +- Updated help + +### Bugfixes +- Fixed Join-link (e.g. for raids) context menu entries +- Fixed Stream Highlights error when customized chat response message wasn't a + valid Custom Command ++ +
diff --git a/help/help-report_issue.html b/help/help-report_issue.html index 6ca003b..45d0bc5 100644 --- a/help/help-report_issue.html +++ b/help/help-report_issue.html @@ -63,16 +63,10 @@ the command/openDebugDir
to open it directly (or/showDebugDir
to output it's path). -There are two kinds of debug files:
-
debug0.log, debug1.log, ..
),
- that are not overwritten when Chatty is restarted, so it's usually a
- good way to find older logs. Normally debug0.log
is a
- good place to start.debug_session.log
which is overwritten everytime
- you start Chatty. This could be good if you haven't restarted Chatty
- yet.The directory contains several rotating files (debug0.log, debug1.log, ..
),
+ that are not overwritten when Chatty is restarted. Normally
+ debug0.log
is a good place to start when looking for
+ recent information.