2.3.5-beta

This commit is contained in:
fourtf 2022-03-27 22:18:04 +02:00 committed by GitHub
parent 9a7015bedd
commit e8b0257397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## Unversioned ## Unversioned
## 2.3.5
- Major: Added highlights for first messages (#3267) - Major: Added highlights for first messages (#3267)
- Major: Added customizable shortcuts. (#2340, #3633) - Major: Added customizable shortcuts. (#2340, #3633)
- Minor: Make animated emote playback speed match browser (Firefox and Chrome) behaviour. (#3506) - Minor: Make animated emote playback speed match browser (Firefox and Chrome) behaviour. (#3506)

View file

@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake" "${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
) )
project(chatterino VERSION 2.3.4) project(chatterino VERSION 2.3.5-beta)
option(BUILD_APP "Build Chatterino" ON) option(BUILD_APP "Build Chatterino" ON)
option(BUILD_TESTS "Build the tests for Chatterino" OFF) option(BUILD_TESTS "Build the tests for Chatterino" OFF)

View file

@ -32,6 +32,6 @@
<binary>chatterino</binary> <binary>chatterino</binary>
</provides> </provides>
<releases> <releases>
<release version="2.3.4" date="2021-08-05"/> <release version="2.3.5-beta" date="2022-03-27"/>
</releases> </releases>
</component> </component>

View file

@ -3,7 +3,7 @@
#include <QString> #include <QString>
#include <QtGlobal> #include <QtGlobal>
#define CHATTERINO_VERSION "2.3.4" #define CHATTERINO_VERSION "2.3.5-beta"
#if defined(Q_OS_WIN) #if defined(Q_OS_WIN)
# define CHATTERINO_OS "win" # define CHATTERINO_OS "win"