v0.8.5 update

This commit is contained in:
tduva 2017-04-12 05:27:24 +02:00
parent 32ed126f9e
commit 3e44c436b9
3 changed files with 65 additions and 11 deletions

View File

@ -1,5 +1,56 @@
0.8.4.1 (2016-10-29) Latest Version 0.8.5 (2016-04-12) Latest Version
### New features
- Admin Dialog: Added support for setting a Community
- Added AutoMod dialog (Extra - AutoMod) to approve/deny messages
- User Dialog: Added ban reasons
- Added support for Cheer emoticons
- Added Follower-Only mode support
- Added "/untimeout" command
- Added Window Standalone Bundle (no installed Java required)
### Other changes
- Moved to v5 of the Twitch API
- Only show 2x size of GIF emotes if scaling is 160% or higher
- Allow "!highlight" command to be executed locally as well
- Improved URL parsing a bit
### Settings
- Added automatic Chat Log splits (daily, weekly, monthly) and channel
directories settings
- Added setting to disable Chat Log file locking
- Changed line spacing setting defaults
- Changed Ignore Mode default to "Hide"
- Further attempts to improve reliability of saving settings
- Added "maxReconnectionAttempts" setting (commands only)
- Added setting for placement of the Tabs
- Added setting for per-Tab Chat Buffer
- Added "/set" command special value "!" to toggle boolean settings
- Extended Emote Ignore feature to Cheer Emoticons
- Moved "Simple Title" setting to Titlebar options submenu
- Reorganized Settings Dialog a bit
### Custom Commands
- New parser which may require changes to some existing Custom Commands
- Added some simple functions for more flexibility (like $if to check if a
parameter exists)
- Changed format of Custom Menus to support defining commands directly in the
menu setting as well as custom submenus
- Changed format of User Dialog Buttons to support adding several rows of
buttons, as well as moving/removing the Mod/Unmod button
- Added "Test" button to some settings to check format of commands and show a
limited preview of Custom Menus
- Added replacements for stream info (title, game, viewers, ..)
### Bugfixes
- Fixed "/refresh bttvemotes" command when not on a channel
- Further improved GIF rendering
- Fixed rare error in Webserver
- Fixed some Settings Dialog bugs
0.8.4.1 (2016-10-29)
- Added Message Spacing setting - Added Message Spacing setting
- Improved Badge Context Menu and Custom Usericon settings - Improved Badge Context Menu and Custom Usericon settings

View File

@ -15,9 +15,9 @@ function loaded() {
{ ceiling: null, text: "$years years ago" } { ceiling: null, text: "$years years ago" }
] ]
} }
document.getElementById("ago").innerHTML = "Version 0.8.4.1 released "+humanized_time_span("2016/10/29", Date(), custom_date_formats)+""; document.getElementById("ago").innerHTML = "Version 0.8.5 released "+humanized_time_span("2017/04/12", Date(), custom_date_formats)+"";
getDownloads("v0.8.4.1"); getDownloads("v0.8.5");
} }
function getDownloads(tag) { function getDownloads(tag) {
@ -181,11 +181,12 @@ function getDownloads(tag) {
<li>Streamer/Moderation-centered Features <li>Streamer/Moderation-centered Features
<ul> <ul>
<li>Streamers can change their stream title (using presets/favorited games) and run commercials</li> <li>Streamers can change their stream title/game/community (using presets/favorited games) and run commercials</li>
<li>Let Chatty help making Stream Highlights by adding the current stream time to a file (including optionally your moderators)</li> <li>Let Chatty help making Stream Highlights by adding the current stream time to a file (including optionally your moderators)</li>
<li>View a list with the 100 most recent followers/subscribers of your channel</li> <li>View a list with the 100 most recent followers/subscribers of your channel</li>
<li>Graph of how your viewercount developed over time this session</li> <li>Graph of how your viewercount developed over time this session</li>
<li>Click on nick in chat to open customizable moderation dialog, showing the last messages of this user (no banning the wrong user) and basic account info</li> <li>Click on nick in chat to open customizable moderation dialog, showing the last messages of this user (no banning the wrong user) and basic account info</li>
<li>AutoMod dialog to approve/deny filtered messages</li>
</ul> </ul>
</li> </li>
@ -204,7 +205,7 @@ function getDownloads(tag) {
</ul> </ul>
<p style="font-size:0.8em;">Kind of old screenshots because I'm lazy.</p> <p style="font-size:0.8em;"><del>Kind of</del> Really old screenshots because I'm <u>extremely</u> lazy.</p>
<img src="0_4_wide1.png" style="margin-bottom:5px;" /> <img src="0_4_wide1.png" style="margin-bottom:5px;" />
<a href="0_4_big.jpg"><img src="0_4_big_thumb.png" style="height: 190px;float:left;padding: 6px;" /></a> <a href="0_4_big.jpg"><img src="0_4_big_thumb.png" style="height: 190px;float:left;padding: 6px;" /></a>
<a href="0_4_big1.png"><img src="0_4_big1_thumb.png" style="height: 190px;padding: 6px;" /></a> <a href="0_4_big1.png"><img src="0_4_big1_thumb.png" style="height: 190px;padding: 6px;" /></a>
@ -212,21 +213,23 @@ function getDownloads(tag) {
<a href="0_6_2_admin_dialog.jpg"><img src="0_6_2_admin_dialog.jpg" style="height: 190px;padding: 6px;" /></a> <a href="0_6_2_admin_dialog.jpg"><img src="0_6_2_admin_dialog.jpg" style="height: 190px;padding: 6px;" /></a>
<h2 id="requirements" style="clear:both;">Requirements</h2> <h2 id="requirements" style="clear:both;">Requirements</h2>
<p>You need to have the Java 8 JRE or later installed. <a href="http://www.java.com/download/">Download Java</a> if you need it.</p> <p>You need to have the Java 8 JRE or later installed (unless you're using the Windows Standalone version). <a href="http://www.java.com/download/">Download Java</a> if you need it.</p>
<h2 id="download">Download & Getting started</h2> <h2 id="download">Download & Getting started</h2>
<ul> <ul>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4.1/Chatty_0.8.4.1.zip"><strong>Download Version 0.8.4.1</strong></a> <li><a href="https://github.com/chatty/chatty/releases/download/v0.8.5/Chatty_0.8.5.zip"><strong>Download Version 0.8.5</strong></a>
(all OS)</li> (all OS)</li>
<li>With global hotkey support (Windows only):<ul> <li>With global hotkey support (Windows only):<ul>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4.1/Chatty_0.8.4.1_hotkey_32bit.zip">Download Version 0.8.4.1 (for 32bit-Java)</a> <li><a href="https://github.com/chatty/chatty/releases/download/v0.8.5/Chatty_0.8.5_hotkey_32bit.zip">Download Version 0.8.5 (for 32bit-Java)</a>
</li> </li>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.4.1/Chatty_0.8.4.1_hotkey_64bit.zip">Download Version 0.8.4.1 (for 64bit-Java)</a> <li><a href="https://github.com/chatty/chatty/releases/download/v0.8.5/Chatty_0.8.5_hotkey_64bit.zip">Download Version 0.8.5 (for 64bit-Java)</a>
</li> </li>
</ul></li> </ul></li>
<li>Standalone Bundle (Windows executable, includes JRE, no installed Java required):<ul><li><a href="https://github.com/chatty/chatty/releases/download/v0.8.5/Chatty_0.8.5_windows_standalone.zip">Download Version 0.8.5 Windows Standalone</a></li></ul></li>
<li>Previous versions and source code are on <a href="https://github.com/chatty/chatty/releases">GitHub</a></li>
</ul> </ul>
<p>Extract the .zip into a folder of your choice and start Chatty.jar.</p> <p>Extract the .zip into a folder of your choice and start Chatty.jar (or the Chatty.exe in case of the standalone).</p>
<p>When you start Chatty the Connect Dialog should come up. Click <code>Create login..</code> and <code>Request login data</code> and follow the instructions to authorize Chatty to connect to chat for you. There is also a short <p>When you start Chatty the Connect Dialog should come up. Click <code>Create login..</code> and <code>Request login data</code> and follow the instructions to authorize Chatty to connect to chat for you. There is also a short
<a href="help/help-getting-started.html"><strong>Getting Started Guide</strong></a>.</p> <a href="help/help-getting-started.html"><strong>Getting Started Guide</strong></a>.</p>
<p>There is some <a href="help/help.html">help</a> available (you can find the same in the program itself). There is also a <a href="changes.txt">changelog</a>.</p> <p>There is some <a href="help/help.html">help</a> available (you can find the same in the program itself). There is also a <a href="changes.txt">changelog</a>.</p>

View File

@ -1 +1 @@
0.8.4.1 Message Spacing, Bugfixes, and some more.. 0.8.5 Support for AutoMod/Communities, improved Custom Commands, and more..