Skip to content

Commit 117d06b

Browse files
authored
Release v2.5.4 (#6476)
1 parent 4927ad8 commit 117d06b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unversioned
44

5+
## 2.5.4
6+
57
- Bugfix: Fixed crashes that could occur when Lua functions errored with values other than strings. (#6441)
68
- Bugfix: Fixed zero-width global BTTV emotes not showing in the `:~` completions. (#6440)
79
- Bugfix: Fixed an issue where the update button would be unclickable on macOS and Linux. (#6447, #6453)

resources/com.chatterino.chatterino.appdata.xml

Lines changed: 3 additions & 0 deletions
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.4" date="2025-09-21">
38+
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.4</url>
39+
</release>
3740
<release version="2.5.4~beta1" date="2025-08-30">
3841
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.4-beta.1</url>
3942
</release>

src/common/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace chatterino {
2929
* - 2.4.0-alpha.2
3030
* - 2.4.0-alpha
3131
**/
32-
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.4-beta.1");
32+
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.4");
3333

3434
class Version
3535
{

0 commit comments

Comments
 (0)