Release v2.5.4 (#6476)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Unversioned
|
||||
|
||||
## 2.5.4
|
||||
|
||||
- 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 an issue where the update button would be unclickable on macOS and Linux. (#6447, #6453)
|
||||
|
||||
@@ -34,6 +34,9 @@
|
||||
<binary>chatterino</binary>
|
||||
</provides>
|
||||
<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">
|
||||
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.4-beta.1</url>
|
||||
</release>
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace chatterino {
|
||||
* - 2.4.0-alpha.2
|
||||
* - 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user