mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
v2.3.2
This commit is contained in:
parent
6ae8427fc6
commit
80506a8625
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unversioned
|
||||
|
||||
## 2.3.2
|
||||
|
||||
- Major: New split for channels going live! /live. (#1797)
|
||||
- Minor: Added a message that displays a new date on new day. (#1016)
|
||||
- Minor: Hosting messages are now clickable. (#2655)
|
||||
|
|
|
@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH
|
|||
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
|
||||
)
|
||||
|
||||
project(chatterino VERSION 2.3.1)
|
||||
project(chatterino VERSION 2.3.2)
|
||||
|
||||
option(BUILD_APP "Build Chatterino" ON)
|
||||
option(BUILD_TESTS "Build the tests for Chatterino" OFF)
|
||||
|
|
|
@ -32,6 +32,6 @@
|
|||
<binary>chatterino</binary>
|
||||
</provides>
|
||||
<releases>
|
||||
<release version="2.3.1" date="2021-04-18"/>
|
||||
<release version="2.3.2" date="2021-04-18"/>
|
||||
</releases>
|
||||
</component>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
|
||||
#define CHATTERINO_VERSION "2.3.1"
|
||||
#define CHATTERINO_VERSION "2.3.2"
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
# define CHATTERINO_OS "win"
|
||||
|
|
Loading…
Reference in a new issue