Skip to content

Commit 3aead09

Browse files
authored
Release v2.5.0 (#5337)
1 parent 48cbb7f commit 3aead09

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

CHANGELOG.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22

33
## Unversioned
44

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
186

197
- Major: Twitch follower emotes can now be correctly tabbed in other channels when you are subscribed to the channel the emote is from. (#4922)
208
- Major: Added `/automod` split to track automod caught messages across all open channels the user moderates. (#4986, #5026)
@@ -68,6 +56,16 @@
6856
- Minor: Change Lua `CompletionRequested` handler to use an event table. (#5280)
6957
- Minor: Changed the layout of the about page. (#5287)
7058
- 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)
7169
- Bugfix: Fixed an issue where certain emojis did not send to Twitch chat correctly. (#4840)
7270
- Bugfix: Fixed the `/shoutout` command not working with usernames starting with @'s (e.g. `/shoutout @forsen`). (#4800)
7371
- Bugfix: Fixed capitalized channel names in log inclusion list not being logged. (#4848)
@@ -138,6 +136,7 @@
138136
- Bugfix: Fixed a data race when disconnecting from Twitch PubSub. (#4771)
139137
- Bugfix: Fixed messages not immediately disappearing when clearing the chat. (#5282)
140138
- Bugfix: Fixed highlights triggering for ignored users in announcements. (#5295)
139+
- Dev: Changed the order of the query parameters for Twitch player URLs. (#5326)
141140
- 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)
142141
- Dev: Change clang-format from v14 to v16. (#4929)
143142
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)

resources/com.chatterino.chatterino.appdata.xml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<binary>chatterino</binary>
3535
</provides>
3636
<releases>
37+
<release version="2.5.0" date="2024-04-21">
38+
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.0</url>
39+
</release>
3740
<release version="2.5.0~beta1" date="2024-04-07">
3841
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.0-beta.1</url>
3942
</release>

src/common/Version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* - 2.4.0-alpha.2
2525
* - 2.4.0-alpha
2626
**/
27-
#define CHATTERINO_VERSION "2.5.0-beta.1"
27+
#define CHATTERINO_VERSION "2.5.0"
2828

2929
#if defined(Q_OS_WIN)
3030
# define CHATTERINO_OS "win"

0 commit comments

Comments
 (0)