From c8204ef7e4d799c77d98a168be7a5986b1fc082d Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:13:25 -0500 Subject: [PATCH] Release v2.4.2 (#4433) * Update `CMakeLists.txt` * Update `resources/com.chatterino.chatterino.appdata.xml` * Update `src/common/Version.hpp` * Update `CHANGELOG.md` This includes changelog re-ordering changes that would normally be in a seperate PR, but this release will be an exception to that rule --- CHANGELOG.md | 12 +++++++----- CMakeLists.txt | 2 +- resources/com.chatterino.chatterino.appdata.xml | 2 +- src/common/Version.hpp | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44503346..fcb306f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ ## Unversioned -- Minor: Delete all but the last 5 crashdumps on application start. (#4392) +## 2.4.2 + - Minor: Added `/banid` command that allows banning by user ID. (#4411) -- Bugfix: Fixed FrankerFaceZ emotes/badges not loading due to API change. (#4432) -- Bugfix: Fixed uploaded AppImage not being able most web requests. (#4400) +- Bugfix: Fixed FrankerFaceZ emotes/badges not loading due to an API change. (#4432) +- Bugfix: Fixed uploaded AppImage not being able to execute most web requests. (#4400) - Bugfix: Fixed a potential race condition due to using the wrong lock when loading 7TV badges. (#4402) -- Dev: Add capability to build Chatterino with Qt6. (#4393) -- Dev: Fix homebrew update action. (#4394) +- Dev: Delete all but the last 5 crashdumps on application start. (#4392) +- Dev: Added capability to build Chatterino with Qt6. (#4393) +- Dev: Fixed homebrew update action. (#4394) ## 2.4.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e07ca3..cdaa5719 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.1) +project(chatterino VERSION 2.4.2) 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 fec7a8f4..3f0646c2 100644 --- a/resources/com.chatterino.chatterino.appdata.xml +++ b/resources/com.chatterino.chatterino.appdata.xml @@ -32,6 +32,6 @@ chatterino - + diff --git a/src/common/Version.hpp b/src/common/Version.hpp index 55d8d167..b72a990b 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.1" +#define CHATTERINO_VERSION "2.4.2" #if defined(Q_OS_WIN) # define CHATTERINO_OS "win"