Skip to content

Commit 2310276

Browse files
committed
Merge remote-tracking branch 'upstream/master' into chatterino7
2 parents ce7f828 + de9496a commit 2310276

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.CI/chatterino-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Chatterino7"
5-
#define MyAppVersion "7.5.4"
5+
#define MyAppVersion "7.5.5"
66
#define MyAppPublisher "7TV"
77
#define MyAppURL "https://www.chatterino.com"
88
#define MyAppExeName "chatterino.exe"

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.5-beta.1
6+
57
- Minor: Added a countdown timer to the input box to show when you can chat again during slow mode or after a timeout. This feature is disabled by default, and can be enabled with the "Show countdown on slow mode or when timed out" setting. (#6782, #6791)
68
- Minor: Add search engine selection for context menu search action. (#6743, #6770)
79
- Minor: Add a separate highlight option for watchstreak notifications. (#6571, #6581)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if(BUILD_BENCHMARKS)
6868
endif()
6969

7070
project(chatterino
71-
VERSION 7.5.4
71+
VERSION 7.5.5
7272
DESCRIPTION "Chat client for twitch.tv"
7373
HOMEPAGE_URL "https://chatterino.com/"
7474
)

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="7.5.5~beta1" date="2026-03-01">
38+
<url>https://github.com/SevenTV/chatterino7/releases/tag/v7.5.5-beta.1</url>
39+
</release>
3740
<release version="7.5.4" date="2025-09-21">
3841
<url>https://github.com/SevenTV/chatterino7/releases/tag/v7.5.4</url>
3942
</release>

src/common/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace chatterino {
3333
* - 2.4.0-alpha.2
3434
* - 2.4.0-alpha
3535
**/
36-
inline const QString CHATTERINO_VERSION = QStringLiteral("7.5.4");
36+
inline const QString CHATTERINO_VERSION = QStringLiteral("7.5.5-beta.1");
3737

3838
class Version
3939
{

0 commit comments

Comments
 (0)