File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if(BUILD_BENCHMARKS)
4040 list (APPEND VCPKG_MANIFEST_FEATURES "benchmarks" )
4141endif ()
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/"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
3030class Version
3131{
You can’t perform that action at this time.
0 commit comments