mirror of
https://github.com/Chatterino/chatterino2.git
synced 2026-08-24 10:04:53 -05:00
Release v2.5.5 (#6862)
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
|
## 2.5.5
|
||||||
|
|
||||||
- Minor: Update emoji data to Unicode 17.0. (#6471)
|
- 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)
|
- 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)
|
- 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>
|
<binary>chatterino</binary>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<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">
|
<release version="2.5.5~beta1" date="2026-03-01">
|
||||||
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.5-beta.1</url>
|
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.5-beta.1</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -33,7 +33,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.5-beta.1");
|
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.5");
|
||||||
|
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user