From 379cc5761caff4cbd84f8775913927ba0d94ea89 Mon Sep 17 00:00:00 2001 From: pajlada Date: Mon, 1 May 2023 14:48:24 +0200 Subject: [PATCH] Release v2.4.3 (#4584) --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- resources/com.chatterino.chatterino.appdata.xml | 3 +++ src/common/Version.hpp | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8ac3e9d..91baaecce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74fab03e4..ff354d8f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/resources/com.chatterino.chatterino.appdata.xml b/resources/com.chatterino.chatterino.appdata.xml index c275064e6..450bbff94 100644 --- a/resources/com.chatterino.chatterino.appdata.xml +++ b/resources/com.chatterino.chatterino.appdata.xml @@ -32,6 +32,9 @@ chatterino + + https://github.com/Chatterino/chatterino2/releases/tag/v2.4.3 + https://github.com/Chatterino/chatterino2/releases/tag/v2.4.2 diff --git a/src/common/Version.hpp b/src/common/Version.hpp index b72a990ba..33a37b66a 100644 --- a/src/common/Version.hpp +++ b/src/common/Version.hpp @@ -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"