Release v2.5.5 (#6862)

This commit is contained in:
pajlada
2026-03-22 12:50:28 +01:00
committed by GitHub
parent 56a2accc90
commit 1bc6e5aa71
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unversioned
## 2.5.5
- Minor: Update emoji data to Unicode 17.0. (#6471)
- Minor: Added a setting to disable sound device sleeping. This can help ensure highlight sounds play more reliably when using a wireless sound device. (#6859)
- Bugfix: Make it possible to filter Watch Streak messages again. Previously, these messages were labeled `sub_messages`. This was fixed in #6571, but we didn't add a new filter to compensate. (#6741)
@@ -34,6 +34,9 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="2.5.5" date="2026-03-22">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.5</url>
</release>
<release version="2.5.5~beta1" date="2026-03-01">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.5-beta.1</url>
</release>
+1 -1
View File
@@ -33,7 +33,7 @@ namespace chatterino {
* - 2.4.0-alpha.2
* - 2.4.0-alpha
**/
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.5-beta.1");
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.5");
class Version
{