Release v2.5.2-beta.1 (#5761)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Chatterino"
|
#define MyAppName "Chatterino"
|
||||||
#define MyAppVersion "2.5.1"
|
#define MyAppVersion "2.5.2"
|
||||||
#define MyAppPublisher "Chatterino Team"
|
#define MyAppPublisher "Chatterino Team"
|
||||||
#define MyAppURL "https://www.chatterino.com"
|
#define MyAppURL "https://www.chatterino.com"
|
||||||
#define MyAppExeName "chatterino.exe"
|
#define MyAppExeName "chatterino.exe"
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
|
## 2.5.2-beta.1
|
||||||
|
|
||||||
- Major: Add option to show pronouns in user card. (#5442, #5583)
|
- Major: Add option to show pronouns in user card. (#5442, #5583)
|
||||||
- Major: Release plugins alpha. (#5288)
|
- Major: Release plugins alpha. (#5288)
|
||||||
- Major: Improve high-DPI support on Windows. (#4868, #5391, #5664, #5666)
|
- Major: Improve high-DPI support on Windows. (#4868, #5391, #5664, #5666)
|
||||||
|
|||||||
+1
-1
@@ -41,7 +41,7 @@ if(BUILD_BENCHMARKS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(chatterino
|
project(chatterino
|
||||||
VERSION 2.5.1
|
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~beta1" date="2024-12-08">
|
||||||
|
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.2-beta.1</url>
|
||||||
|
</release>
|
||||||
<release version="2.5.1" date="2024-04-28">
|
<release version="2.5.1" date="2024-04-28">
|
||||||
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.1</url>
|
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.5.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.1");
|
inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.2-beta.1");
|
||||||
|
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user