From a22809bf7f2b561eeb3f6effbf7ed79c5d94724c Mon Sep 17 00:00:00 2001
From: tduva
Date: Sat, 17 Oct 2020 22:19:41 +0200
Subject: [PATCH] v0.13 files
---
help/help-about.html | 3 +-
help/help-admin.html | 2 +-
help/help-custom_commands.html | 13 ++++-
help/help-getting-started.html | 2 +-
help/help-guide2.html | 2 +-
help/help-guide_folders.html | 18 +++----
help/help-laf.html | 38 +++++++++++++++
help/help-releases.html | 80 ++++++++++++++++++++++++++++++-
help/help-report_issue.html | 9 ++--
help/help-setting_commands.html | 18 +++++++
help/help-settings.html | 24 ++++++----
help/help-troubleshooting.html | 42 +++++++++-------
help/help.html | 26 +++++++---
help/laf_win10_color_start.png | Bin 0 -> 3472 bytes
help/laf_win10_color_tickbox.png | Bin 0 -> 5046 bytes
index.html | 21 ++++----
16 files changed, 232 insertions(+), 66 deletions(-)
create mode 100644 help/laf_win10_color_start.png
create mode 100644 help/laf_win10_color_tickbox.png
diff --git a/help/help-about.html b/help/help-about.html
index 7cd240c..26d55f1 100644
--- a/help/help-about.html
+++ b/help/help-about.html
@@ -34,8 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
JSON-Simple
("Apache License 2.0")
- Versions with Windows Global Hotkey support use JIntellitype
- ("Apache License 2.0")
+ JKeyMaster (LGPL-3.0), JNA (Apache 2.0)
Java-WebSocket (MIT), SLF4J (MIT)
JTattoo by MH Software-Entwicklung
(GPLv2 or later)
diff --git a/help/help-admin.html b/help/help-admin.html
index a2cb81f..d277acd 100644
--- a/help/help-admin.html
+++ b/help/help-admin.html
@@ -27,7 +27,7 @@
Run commercials: To run commercials
- If some access is missing, please go to Main - Login..
in
+
If some access is missing, please go to Main - Account
in
the main menu and check for the access you need.
diff --git a/help/help-custom_commands.html b/help/help-custom_commands.html
index 364b91b..108d428 100644
--- a/help/help-custom_commands.html
+++ b/help/help-custom_commands.html
@@ -469,7 +469,7 @@
Example: $urlencode($(msg))
in User Dialog
encodes the currently selected message.
- $sort(<input>,[type],[separator]
+ $sort(<input>,[type],[separator])
Sorts the given input alphabetically. The sort type can be "abc"
(default) for case-insensitive sorting or "Abc" for case-sensitive
sorting. The separator is what separates the parts that are sorted,
@@ -477,6 +477,17 @@
Example: $sort(B c a)
turns into a B c
Example: $sort(B c a,Abc)
turns into B a c
+ $input([message],[intial],[type])
+ Requests text input from the user by showing an input dialog.
+ Execution is paused while the dialog is open. The user may enter an
+ empty value (the result is just empty) or cancel the dialog (the
+ command will not be executed).
+ The message
is shown in the input dialog, the initial
+ text will already be in the input field when the dialog opens. The
+ type
is currently not used and can just be left empty.
+ Example: $input()
+ Example: $input(Enter a number please)
+
$datetime([format],[timezone],[locale])
Outputs the current date/time. You can optionally give a format
pattern (based on DateTimeFormatter),
diff --git a/help/help-getting-started.html b/help/help-getting-started.html
index 7eccb16..8473fd8 100644
--- a/help/help-getting-started.html
+++ b/help/help-getting-started.html
@@ -42,7 +42,7 @@
login data from Twitch so Chatty can connect to chat on your behalf
(among other things).
- In the Connect
-dialog, click on Create login..
+
In the Connect
-dialog, click on Configure Account
and then Request login data
and simply follow the instructions.
Once you successfully created the login, close the dialog until you get back
to the Connect
-dialog. (There is a Guide on what to do
diff --git a/help/help-guide2.html b/help/help-guide2.html
index b0cec2c..0e5295f 100644
--- a/help/help-guide2.html
+++ b/help/help-guide2.html
@@ -103,7 +103,7 @@
After entering the command, Chatty will finish the process by checking
the token and getting the username associated with it. If everything is ok,
it should say that you are now ready to connect.
- If you want, you can check in Main - Login..
+
If you want, you can check in Main - Account
whether the token you entered has the correct access associated with it.