|
2 | 2 |
|
3 | 3 | ## Unversioned
|
4 | 4 |
|
5 |
| -- Minor: Added context menu action to toggle visibility of offline tabs. (#5318) |
6 |
| -- Minor: Report sub duration for more multi-month gift cases. (#5319) |
7 |
| -- Minor: Improved error reporting for the automatic streamer mode detection on Linux and macOS. (#5321) |
8 |
| -- Bugfix: Fixed a crash that could occur on Wayland when using the image uploader. (#5314) |
9 |
| -- Bugfix: Fixed split tooltip getting stuck in some cases. (#5309) |
10 |
| -- Bugfix: Fixed the version string not showing up as expected in Finder on macOS. (#5311) |
11 |
| -- Bugfix: Fixed links having `http://` added to the beginning in certain cases. (#5323) |
12 |
| -- Bugfix: Fixed topmost windows from losing their status after opening dialogs on Windows. (#5330) |
13 |
| -- Bugfix: Fixed a gap appearing when using filters on `/watching`. (#5329) |
14 |
| -- Bugfix: Removed the remnant "Show chatter list" menu entry for non-moderators. (#5336) |
15 |
| -- Dev: Changed the order of the query parameters for Twitch player URLs. (#5326) |
16 |
| - |
17 |
| -## 2.5.0-beta.1 |
| 5 | +## 2.5.0 |
18 | 6 |
|
19 | 7 | - Major: Twitch follower emotes can now be correctly tabbed in other channels when you are subscribed to the channel the emote is from. (#4922)
|
20 | 8 | - Major: Added `/automod` split to track automod caught messages across all open channels the user moderates. (#4986, #5026)
|
|
68 | 56 | - Minor: Change Lua `CompletionRequested` handler to use an event table. (#5280)
|
69 | 57 | - Minor: Changed the layout of the about page. (#5287)
|
70 | 58 | - Minor: Add duration to multi-month anon sub gift messages. (#5293)
|
| 59 | +- Minor: Added context menu action to toggle visibility of offline tabs. (#5318) |
| 60 | +- Minor: Report sub duration for more multi-month gift cases. (#5319) |
| 61 | +- Minor: Improved error reporting for the automatic streamer mode detection on Linux and macOS. (#5321) |
| 62 | +- Bugfix: Fixed a crash that could occur on Wayland when using the image uploader. (#5314) |
| 63 | +- Bugfix: Fixed split tooltip getting stuck in some cases. (#5309) |
| 64 | +- Bugfix: Fixed the version string not showing up as expected in Finder on macOS. (#5311) |
| 65 | +- Bugfix: Fixed links having `http://` added to the beginning in certain cases. (#5323) |
| 66 | +- Bugfix: Fixed topmost windows from losing their status after opening dialogs on Windows. (#5330) |
| 67 | +- Bugfix: Fixed a gap appearing when using filters on `/watching`. (#5329) |
| 68 | +- Bugfix: Removed the remnant "Show chatter list" menu entry for non-moderators. (#5336) |
71 | 69 | - Bugfix: Fixed an issue where certain emojis did not send to Twitch chat correctly. (#4840)
|
72 | 70 | - Bugfix: Fixed the `/shoutout` command not working with usernames starting with @'s (e.g. `/shoutout @forsen`). (#4800)
|
73 | 71 | - Bugfix: Fixed capitalized channel names in log inclusion list not being logged. (#4848)
|
|
138 | 136 | - Bugfix: Fixed a data race when disconnecting from Twitch PubSub. (#4771)
|
139 | 137 | - Bugfix: Fixed messages not immediately disappearing when clearing the chat. (#5282)
|
140 | 138 | - Bugfix: Fixed highlights triggering for ignored users in announcements. (#5295)
|
| 139 | +- Dev: Changed the order of the query parameters for Twitch player URLs. (#5326) |
141 | 140 | - Dev: Run miniaudio in a separate thread, and simplify it to not manage the device ourselves. There's a chance the simplification is a bad idea. (#4978)
|
142 | 141 | - Dev: Change clang-format from v14 to v16. (#4929)
|
143 | 142 | - Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)
|
|
0 commit comments