Release v2.5.2 (#5791)
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
|
## 2.5.2
|
||||||
|
|
||||||
- Bugfix: Fixed a crash in the 7TV EventApi when closing Chatterino. (#5768)
|
- Bugfix: Fixed a crash in the 7TV EventApi when closing Chatterino. (#5768)
|
||||||
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769)
|
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769)
|
||||||
- Bugfix: Make macos fonts look the same as v2.5.1. (#5775)
|
- Bugfix: Make macos fonts look the same as v2.5.1. (#5775)
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@ if(BUILD_BENCHMARKS)
|
|||||||
list(APPEND VCPKG_MANIFEST_FEATURES "benchmarks")
|
list(APPEND VCPKG_MANIFEST_FEATURES "benchmarks")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(chatterino
|
project(chatterino
|
||||||
VERSION 2.5.2
|
VERSION 2.5.2
|
||||||
DESCRIPTION "Chat client for twitch.tv"
|
DESCRIPTION "Chat client for twitch.tv"
|
||||||
HOMEPAGE_URL "https://chatterino.com/"
|
HOMEPAGE_URL "https://chatterino.com/"
|
||||||
|
|||||||
@@ -34,6 +34,9 @@
|
|||||||
<binary>chatterino</binary>
|
<binary>chatterino</binary>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="2.5.2" date="2025-01-05">
|
||||||
|
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2</url>
|
||||||
|
</release>
|
||||||
<release version="2.5.2~beta1" date="2024-12-08">
|
<release version="2.5.2~beta1" date="2024-12-08">
|
||||||
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2-beta.1</url>
|
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2-beta.1</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -25,7 +25,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.2-beta.1");
|
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.2");
|
||||||
|
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user