Skip to content

Commit

Permalink
v0.25, release info
Browse files Browse the repository at this point in the history
  • Loading branch information
tduva committed Jul 21, 2023
1 parent e9fbd3b commit 3a4c484
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/chatty/Chatty.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Chatty {
* by points. May contain a single "b" for beta versions, which are counted
* as older (so 0.8.7b4 is older than 0.8.7).
*/
public static final String VERSION = "0.25-b2"; // Remember changing the version in the help
public static final String VERSION = "0.25"; // Remember changing the version in the help

/**
* Enable Version Checker (if you compile and distribute this yourself, you
Expand Down
32 changes: 30 additions & 2 deletions src/chatty/gui/components/help/help-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,39 @@ <h1><a name="top">Release Information</a></h1>
full list of changes.</p>

<h2>
<a name="0.25">Version 0.25</a> <a name="latest">(This one!)</a> (2023-??-??)
<a name="0.25">Version 0.25</a> <a name="latest">(This one!)</a> (2023-07-21)
<a href="#top" class="top">[back to top]</a>
</h2>
<pre>
TBD
### Twitch Features
- Added amount/currency next to Hype Chat messages, added `config:hypechat`
Highlighting prefix
- Switched to new follower API (only allows moderators to see the list of
followers, count is visible for everyone though)
- Added multi-month subs info to subscriber notifications
- Improved badge tooltips based on updated API information

### Custom Commands
- Context Menu/User Dialog custom entries/buttons:
- Added ability to show entries only when they match certain restrictions
(for example based on channel or user status, see the Custom Commands help)
- Entries with empty labels now get removed, so using a required replacement
in a label can also serve to hide it based on certain conditions
- Added more context-specific parameters for use in labels and restrictions
- Added ability to use replacements in User Dialog button labels, like you can
in context menus as well
- Added settings to trigger commands when middle-clicking on user in chat
(equivalent to Ctrl+clicking, in the Settings under "Chat")

### Other
- Select associated message in a few more cases when opening User Dialog
- Improved support for different `.wav` file formats
- Updated Gradle to 8.2.1 (and related build changes)
- Updated Java for the Windows Standalone
- Updated help

### Bugfixes
- Fixed channel status warning appearing in Admin Dialog when it shouldn't
</pre>

<h2>
Expand Down
2 changes: 1 addition & 1 deletion src/chatty/gui/components/help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1><a name="top">Chatty (Version: 0.25-b2)</a></h1>
<h1><a name="top">Chatty (Version: 0.25)</a></h1>
<table>
<tr>
<td valign="top">
Expand Down

0 comments on commit 3a4c484

Please sign in to comment.