v0.9 updates

This commit is contained in:
tduva 2017-12-26 18:15:14 +01:00
parent d691354604
commit bcd6eefee7
2 changed files with 52 additions and 6 deletions

View File

@ -1,5 +1,51 @@
0.8.7 (2017-09-12) Latest Version
0.9 (2017-12-26) Latest Version
### Twitch Updates
- Added /raid command and display of incoming raids, joining raids doesn't work
- Added support for gifted sub messages
### Look / GUI
- Added more Look and Feels, including dark themes
- Added custom presets to color settings
- Added userlist font setting
- Improved organization and help in Settings Dialog a bit
- Updated Chatty app icons
- Added feature to customize message color based on rules (like Highlighting,
except it only colors messages)
- Updated help
### Emoticons / Emoji
- Load emoticon metadata only as needed to improve memory usage
- Updated source for subscriber emoticon metadata, fixing e.g. which channel an
emote is from, added display of emote tiers
- Improved display of information in emote context menu and emote dialog
- Grouped together sets with only one emote in Emote Dialog
- Fixed some BTTV emotes (like D:) appearing when they shouldn't
- Added Emoji TAB Completion (anything starting with ":")
- Added conversion of Emoji short code to Emoji character when entered into the
inputbox (e.g. :thinking: -> 🤔 when being sent)
### Settings
- Added -d launch argument to directly specify settings directory
- Added ability to execute program for Notifications (e.g. run native Linux
notification)
- Added ability to change spamProtection setting without restart
- Added F1 to open help to settings (instead of it being hardcoded)
- Added "log ignored messages" setting, to be able to turn that off (by default
it does log them, as before)
- Added more timestamp options to the settings (anything can be set via setting
commands anyway, but that's not very accessible)
- Improve setting commands
### Bugfixes
- Fixed bug with separators in custom context menus
- Fixed some emote code conversions
- Fixed error on "Use title only" in Admin Dialog
- Possibly fixed rare error with parsing livestreamer menu options
0.8.7 (2017-09-12)
### Communities / Channel Info
- Added support for selecting several communities in Admin Dialog

View File

@ -15,7 +15,7 @@ function loaded() {
{ ceiling: null, text: "$years years ago" }
]
}
document.getElementById("ago").innerHTML = "Version 0.8.7 released "+humanized_time_span("2017/09/12", Date(), custom_date_formats)+"";
document.getElementById("ago").innerHTML = "Version 0.9 released "+humanized_time_span("2017/12/26", Date(), custom_date_formats)+"";
getDownloads("v0.8.7");
}
@ -215,15 +215,15 @@ function getDownloads(tag) {
<h2 id="download">Download & Getting started</h2>
<ul>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.7/Chatty_0.8.7.zip"><strong>Download Version 0.8.7</strong></a>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.9/Chatty_0.9.zip"><strong>Download Version 0.9</strong></a>
(all OS)</li>
<li>With global hotkey support (Windows only):<ul>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.7/Chatty_0.8.7_hotkey_32bit.zip">Download Version 0.8.7 (for 32bit-Java)</a>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.9/Chatty_0.9_hotkey_32bit.zip">Download Version 0.9 (for 32bit-Java)</a>
</li>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.8.7/Chatty_0.8.7_hotkey_64bit.zip">Download Version 0.8.7 (for 64bit-Java)</a>
<li><a href="https://github.com/chatty/chatty/releases/download/v0.9/Chatty_0.9_hotkey_64bit.zip">Download Version 0.9 (for 64bit-Java)</a>
</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.7/Chatty_0.8.7_windows_standalone.zip">Download Version 0.8.7 Windows Standalone</a></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.9/Chatty_0.9_windows_standalone.zip">Download Version 0.9 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>