mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
v0.20 files
This commit is contained in:
parent
c06efb4c48
commit
8f913b0f4b
@ -43,6 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.</pre
|
||||
<li><a href="https://hc.apache.org/">Apache HttpComponents Client</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0">"Apache License 2.0"</a>)</li>
|
||||
<li><a href="https://github.com/pngencoder/pngencoder">PNGEncoder</a> (<a href="https://github.com/chatty/chatty/blob/master/src/com/pngencoder/LICENSE">License</a>)</li>
|
||||
<li><a href="https://github.com/chatty/chatty/blob/master/src/chatty/util/gif/PNGDecoder.java">PNGDecoder</a>
|
||||
<li><a href="https://github.com/tduva/WebPDecoderJN">WebPDecoderJN</a>, uses <a href="https://github.com/webmproject/libwebp">LibWebP</a> (<a href="https://github.com/tduva/WebPDecoderJN/blob/main/COPYING">BSD-3-Clause</a>)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Images / Other resources</h3>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
<p>If you can't fix this problem and there are no other error messages that
|
||||
may indicate what is going wrong, then you can still proceed with opening the
|
||||
link by clicking on "Open URL" in the dialog (or <a href="https://id.twitch.tv/oauth2/authorize?response_type=token&client_id=spyiu9jqdnfjtwv6l1xjk5zgt8qb91l&redirect_uri=http://127.0.0.1:61324/token/&force_verify=true&scope=channel:moderate+channel:read:redemptions+channel_commercial+channel_editor+channel_subscriptions+chat:edit+chat:read+chat_login+moderator:manage:automod+user:edit:broadcast+user:read:follows+user_read+user_subscriptions+whispers:edit+whispers:read">this link</a>, which has all permissions Chatty needs). Chatty won't be able to
|
||||
link by clicking on "Open URL" in the dialog (or <a href="https://id.twitch.tv/oauth2/authorize?response_type=token&client_id=spyiu9jqdnfjtwv6l1xjk5zgt8qb91l&redirect_uri=http://127.0.0.1:61324/token/&force_verify=true&scope=channel:moderate+channel:read:redemptions+channel_commercial+channel_editor+channel_subscriptions+chat:edit+chat:read+chat_login+moderator:manage:announcements+moderator:manage:automod+moderator:manage:blocked_terms+moderator:read:blocked_terms+user:edit:broadcast+user:read:follows+user_read+user_subscriptions+whispers:edit+whispers:read">this link</a>, which has all permissions Chatty needs). Chatty won't be able to
|
||||
receive the token automatically (your browser will tell you that it can't
|
||||
load the page when you get to <code>http://127.0.0.1:61324</code>), so you have to
|
||||
<strong>read on in the next section</strong>, especially
|
||||
|
@ -17,6 +17,7 @@
|
||||
<h1><a name="top">Release Information</a></h1>
|
||||
|
||||
<p>
|
||||
<a href="#0.20">0.20</a> |
|
||||
<a href="#0.19">0.19</a> |
|
||||
<a href="#0.18">0.18</a> |
|
||||
<a href="#0.17">0.17</a> |
|
||||
@ -68,7 +69,43 @@
|
||||
full list of changes.</p>
|
||||
|
||||
<h2>
|
||||
<a name="0.19">Version 0.19</a> <a name="latest">(This one!)</a> (2022-07-03)
|
||||
<a name="0.20">Version 0.20</a> <a name="latest">(This one!)</a> (2022-08-11)
|
||||
<a href="#top" class="top">[back to top]</a>
|
||||
</h2>
|
||||
<pre>
|
||||
### New Features
|
||||
- Added experimental 7TV emotes support (currently only Windows and Linux x64),
|
||||
zero-width emotes not supported right now (show up like normal emotes)
|
||||
- Added `/announce` command color variants (e.g. `/announceblue`) since Twitch
|
||||
added an API for it
|
||||
- Added some additional info to TAB Completion for emotes and commands
|
||||
|
||||
### Settings
|
||||
- Added dialog on first start (when no settings are found) to set some basic
|
||||
defaults (look, userlist, font, notifications), the same options can also be
|
||||
found in the Settings Dialog under "Simple Presets"
|
||||
- Changed some defaults (only has an effect when starting from fresh settings):
|
||||
- Show AutoMod messages
|
||||
- Use native window for all Look&Feel (to allow for native window management)
|
||||
- Rejoin channels on start
|
||||
- Changed timestamp and chat font
|
||||
- Added setting for minimizing Chatty on start
|
||||
- Added setting for also minimizing popouts to tray when manually minimizing
|
||||
main window to tray
|
||||
- Added setting for desktop notifications staying open on mouse hover
|
||||
- Improved Settings Dialog initial open speed
|
||||
|
||||
### Other
|
||||
- A Custom Command calling another Custom Command is now possible
|
||||
- Slightly improved memory usage
|
||||
- Updated help
|
||||
|
||||
### Bugfixes
|
||||
- Fixed many duplicate "popoutAttributes" being saved
|
||||
</pre>
|
||||
|
||||
<h2>
|
||||
<a name="0.19">Version 0.19</a> (2022-07-03)
|
||||
<a href="#top" class="top">[back to top]</a>
|
||||
</h2>
|
||||
<pre>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><a name="top">Chatty (Version: 0.19)</a></h1>
|
||||
<h1><a name="top">Chatty (Version: 0.20)</a></h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
16
index.html
16
index.html
@ -16,9 +16,9 @@ function loaded() {
|
||||
{ ceiling: null, text: "$years years ago" }
|
||||
]
|
||||
}
|
||||
document.getElementById("ago").innerHTML = "Version 0.19 released "+humanized_time_span("2022/07/03", Date(), custom_date_formats)+"";
|
||||
document.getElementById("ago").innerHTML = "Version 0.20 released "+humanized_time_span("2022/08/11", Date(), custom_date_formats)+"";
|
||||
|
||||
getDownloads("v0.19");
|
||||
getDownloads("v0.20");
|
||||
|
||||
slideshow_init("slideshow");
|
||||
}
|
||||
@ -158,7 +158,7 @@ function getDownloads(tag) {
|
||||
|
||||
|
||||
<h2 id="download">Download</h2>
|
||||
<p>Choose one of the following downloads of <strong>Chatty Version 0.19</strong><span id="dlCount" style="margin-bottom:7px;"></span>. For older versions or betas go to the <a href="https://github.com/chatty/chatty/releases">GitHub Releases</a>. Checksums for release files are available as <a href="https://tduva.com/chatty/checksums/v0.19/">SHA-256 hashes</a>.</p>
|
||||
<p>Choose one of the following downloads of <strong>Chatty Version 0.20</strong><span id="dlCount" style="margin-bottom:7px;"></span>. For older versions or betas go to the <a href="https://github.com/chatty/chatty/releases">GitHub Releases</a>. Checksums for release files are available as <a href="https://tduva.com/chatty/checksums/v0.20/">SHA-256 hashes</a>.</p>
|
||||
<p>If this is your first time using Chatty check out the <a href="help/help-getting-started.html"><strong>Getting Started Guide</strong></a>.</p>
|
||||
|
||||
<h3>Windows</h3>
|
||||
@ -170,11 +170,11 @@ function getDownloads(tag) {
|
||||
<tr>
|
||||
<td>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.19/Chatty_0.19_win_standalone_setup.exe"><strong>Download Windows Standalone (Installer)</strong></a> <span class="recommended"><sup>Recommended</sup></span></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.20/Chatty_0.20_win_standalone_setup.exe"><strong>Download Windows Standalone (Installer)</strong></a> <span class="recommended"><sup>Recommended</sup></span></dt>
|
||||
<dd>Install into a folder of your choice and start <code>Chatty.exe</code> (or optionally created shortcuts).</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.19/Chatty_0.19_win_standalone.zip">Download Windows Standalone (.zip)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.20/Chatty_0.20_win_standalone.zip">Download Windows Standalone (.zip)</a></dt>
|
||||
<dd>Extract the .zip into a folder of your choice and start <code>Chatty.exe</code>.</dd>
|
||||
</dl>
|
||||
|
||||
@ -182,11 +182,11 @@ function getDownloads(tag) {
|
||||
</td>
|
||||
<td>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.19/Chatty_0.19_win_setup.exe">Download JAR-Version (Installer)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.20/Chatty_0.20_win_setup.exe">Download JAR-Version (Installer)</a></dt>
|
||||
<dd>Install into a folder of your choice and start <code>Chatty.jar</code> (or optionally created shortcuts).</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.19/Chatty_0.19.zip">Download JAR-Version (.zip)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.20/Chatty_0.20.zip">Download JAR-Version (.zip)</a></dt>
|
||||
<dd>Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</dd>
|
||||
</dl>
|
||||
</td>
|
||||
@ -194,7 +194,7 @@ function getDownloads(tag) {
|
||||
</table>
|
||||
|
||||
<h3>Non-Windows</h3>
|
||||
<p>For OS other than Windows (e.g. Linux or MacOS) you will need to download the <a href="https://github.com/chatty/chatty/releases/download/v0.19/Chatty_0.19.zip">JAR-Version (.zip)</a> and must have Java 8 or later installed on your system. Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</p>
|
||||
<p>For OS other than Windows (e.g. Linux or MacOS) you will need to download the <a href="https://github.com/chatty/chatty/releases/download/v0.20/Chatty_0.20.zip">JAR-Version (.zip)</a> and must have Java 8 or later installed on your system. Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</p>
|
||||
|
||||
<h2 id="feedback">Contact</h2>
|
||||
<p>If you have any feedback or questions feel free to contact me. You can <a href="https://discord.gg/WTuqGeJ">join the Chatty Discord</a> <sup>preferred</sup>, write me an <a href="mailto:chattyclient@gmail.com">E-Mail</a> or use <a href="https://twitter.com/chattyclient">Twitter</a>.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user