Release v2.5.4 (#6476)

This commit is contained in:
pajlada
2025-09-21 12:26:47 +02:00
committed by GitHub
parent 4927ad8bb7
commit 117d06b92c
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unversioned ## Unversioned
## 2.5.4
- Bugfix: Fixed crashes that could occur when Lua functions errored with values other than strings. (#6441) - Bugfix: Fixed crashes that could occur when Lua functions errored with values other than strings. (#6441)
- Bugfix: Fixed zero-width global BTTV emotes not showing in the `:~` completions. (#6440) - Bugfix: Fixed zero-width global BTTV emotes not showing in the `:~` completions. (#6440)
- Bugfix: Fixed an issue where the update button would be unclickable on macOS and Linux. (#6447, #6453) - Bugfix: Fixed an issue where the update button would be unclickable on macOS and Linux. (#6447, #6453)
@@ -34,6 +34,9 @@
<binary>chatterino</binary> <binary>chatterino</binary>
</provides> </provides>
<releases> <releases>
<release version="2.5.4" date="2025-09-21">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.4</url>
</release>
<release version="2.5.4~beta1" date="2025-08-30"> <release version="2.5.4~beta1" date="2025-08-30">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.4-beta.1</url> <url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.4-beta.1</url>
</release> </release>
+1 -1
View File
@@ -29,7 +29,7 @@ namespace chatterino {
* - 2.4.0-alpha.2 * - 2.4.0-alpha.2
* - 2.4.0-alpha * - 2.4.0-alpha
**/ **/
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.4-beta.1"); inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.4");
class Version class Version
{ {