Release v2.4.3 (#4584)

This commit is contained in:
pajlada 2023-05-01 14:48:24 +02:00 committed by GitHub
parent 967e686351
commit 379cc5761c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,8 @@
## Unversioned
## 2.4.3
- Major: Added support for FrankerFaceZ animated emotes. (#4434)
- Minor: Added the ability to reply to a message by `Shift + Right Click`ing the username. (#4424)
- Minor: Reply context now censors blocked users. (#4502)

View file

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

View file

@ -32,6 +32,9 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="2.4.3" date="2023-04-30">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.4.3</url>
</release>
<release version="2.4.2" date="2023-03-05">
<url>https://github.com/Chatterino/chatterino2/releases/tag/v2.4.2</url>
</release>

View file

@ -24,7 +24,7 @@
* - 2.4.0-alpha.2
* - 2.4.0-alpha
**/
#define CHATTERINO_VERSION "2.4.2"
#define CHATTERINO_VERSION "2.4.3"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"