mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
v0.9.7 updates, minor improvements
This commit is contained in:
parent
b18562ffa1
commit
9f6c526d4f
22
index.html
22
index.html
@ -16,9 +16,9 @@ function loaded() {
|
||||
{ ceiling: null, text: "$years years ago" }
|
||||
]
|
||||
}
|
||||
document.getElementById("ago").innerHTML = "Version 0.9.6 released "+humanized_time_span("2019/03/27", Date(), custom_date_formats)+"";
|
||||
document.getElementById("ago").innerHTML = "Version 0.9.7 released "+humanized_time_span("2019/07/15", Date(), custom_date_formats)+"";
|
||||
|
||||
getDownloads("v0.9.6");
|
||||
getDownloads("v0.9.7");
|
||||
|
||||
slideshow_init("slideshow");
|
||||
}
|
||||
@ -137,7 +137,7 @@ function getDownloads(tag) {
|
||||
<div>
|
||||
<h3>Emotes & Badges</h3>
|
||||
<ul>
|
||||
<li><a href="http://frankerfacez.com">FrankerFaceZ</a> Emotes (& Mod Icons), <a href="http://betterttv.nightdev.com">BetterTTV</a> Emotes (no Personal Emotes though)</li>
|
||||
<li><a href="http://frankerfacez.com">FrankerFaceZ</a> Emotes (& Mod Icons), <a href="https://nightdev.com/betterttv/">BetterTTV</a> Emotes (no Personal Emotes though)</li>
|
||||
<li>Unified Bot Badge (using multiple sources)</li>
|
||||
<li>Emote Dialog with Favorites, Subemotes, Channel-specific Emotes, and more..</li>
|
||||
<li>Emote TAB-Completion using <kbd>Shift-TAB</kbd> (configurable)</li>
|
||||
@ -157,7 +157,7 @@ function getDownloads(tag) {
|
||||
|
||||
|
||||
<h2 id="download">Download</h2>
|
||||
<p>Choose one of the following downloads of <strong>Chatty Version 0.9.6</strong><span id="dlCount" style="margin-bottom:7px;"></span>. For older versions or betas go to <a href="https://github.com/chatty/chatty/releases">GitHub</a>.</p>
|
||||
<p>Choose one of the following downloads of <strong>Chatty Version 0.9.7</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>.</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>
|
||||
@ -169,11 +169,11 @@ function getDownloads(tag) {
|
||||
<tr>
|
||||
<td>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.6/Chatty_0.9.6_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.9.7/Chatty_0.9.7_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.9.6/Chatty_0.9.6_win_standalone.zip">Download Windows Standalone (.zip)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.7/Chatty_0.9.7_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>
|
||||
|
||||
@ -181,13 +181,13 @@ function getDownloads(tag) {
|
||||
</td>
|
||||
<td>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.6/Chatty_0.9.6_win_setup.exe">Download JAR-Version (Installer)</a></dt>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.7/Chatty_0.9.7_win_setup.exe">Download JAR-Version (Installer)</a></dt>
|
||||
<dd>Can select global hotkey support during installation.</dd>
|
||||
<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.9.6/Chatty_0.9.6.zip">Download JAR-Version (.zip)</a></dt>
|
||||
<dd>Also available with global hotkey support for <a href="https://github.com/chatty/chatty/releases/download/v0.9.6/Chatty_0.9.6_hotkey_32bit.zip">32bit-Java</a> / <a href="https://github.com/chatty/chatty/releases/download/v0.9.6/Chatty_0.9.6_hotkey_64bit.zip">64bit-Java</a></dd>
|
||||
<dt><a href="https://github.com/chatty/chatty/releases/download/v0.9.7/Chatty_0.9.7.zip">Download JAR-Version (.zip)</a></dt>
|
||||
<dd>Also available with global hotkey support for <a href="https://github.com/chatty/chatty/releases/download/v0.9.7/Chatty_0.9.7_hotkey_32bit.zip">32bit-Java</a> / <a href="https://github.com/chatty/chatty/releases/download/v0.9.7/Chatty_0.9.7_hotkey_64bit.zip">64bit-Java</a></dd>
|
||||
<dd>Extract the .zip into a folder of your choice and start <code>Chatty.jar</code>.</dd>
|
||||
</dl>
|
||||
</td>
|
||||
@ -195,7 +195,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.9.6/Chatty_0.9.6.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.9.7/Chatty_0.9.7.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>
|
||||
@ -228,7 +228,7 @@ function getDownloads(tag) {
|
||||
|
||||
<p><a href="https://www.patreon.com/tduva"><img src="img/Patreon_Button.png" /></a></p>
|
||||
|
||||
<iframe src="https://tduva.com/patreon/patrons.php" width="800" height="60" style="width: 100%;border:none;"></iframe>
|
||||
<iframe src="https://tduva.com/patreon/patrons.php" width="800" height="100" style="width: 100%;border:none;"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user