Skip to content

Commit f53d92c

Browse files
authored
Release v2.5.2 (#5791)
1 parent 8b7d7f9 commit f53d92c

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

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.2
6+
57
- Bugfix: Fixed a crash in the 7TV EventApi when closing Chatterino. (#5768)
68
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769)
79
- Bugfix: Make macos fonts look the same as v2.5.1. (#5775)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if(BUILD_BENCHMARKS)
4040
list(APPEND VCPKG_MANIFEST_FEATURES "benchmarks")
4141
endif()
4242

43-
project(chatterino
43+
project(chatterino
4444
VERSION 2.5.2
4545
DESCRIPTION "Chat client for twitch.tv"
4646
HOMEPAGE_URL "https://chatterino.com/"

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="2.5.2" date="2025-01-05">
38+
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2</url>
39+
</release>
3740
<release version="2.5.2~beta1" date="2024-12-08">
3841
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2-beta.1</url>
3942
</release>

src/common/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace chatterino {
2525
* - 2.4.0-alpha.2
2626
* - 2.4.0-alpha
2727
**/
28-
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.2-beta.1");
28+
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.2");
2929

3030
class Version
3131
{

0 commit comments

Comments
 (0)