Skip to content

Commit

Permalink
Release v2.4.1 (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Feb 19, 2023
1 parent 2629e3b commit 5ed4a21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unversioned

## 2.4.1

- Major: Added live emote updates for BTTV. (#4147)
- Minor: Added setting to turn off rendering of reply context. (#4224)
- Minor: Changed the highlight order to prioritize Message highlights over User highlights. (#4303)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
)

project(chatterino VERSION 2.4.0)
project(chatterino VERSION 2.4.1)

option(BUILD_APP "Build Chatterino" ON)
option(BUILD_TESTS "Build the tests for Chatterino" OFF)
Expand Down
2 changes: 1 addition & 1 deletion resources/com.chatterino.chatterino.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="2.4.0" date="2022-11-28"/>
<release version="2.4.1" date="2023-02-18"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion src/common/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* - 2.4.0-alpha.2
* - 2.4.0-alpha
**/
#define CHATTERINO_VERSION "2.4.0"
#define CHATTERINO_VERSION "2.4.1"

#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"
Expand Down

1 comment on commit 5ed4a21

@Felanbird
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to 2.4.2 - it was fixed in #4400

Please sign in to comment.