This commit is contained in:
fourtf
2022-04-05 14:11:02 +02:00
committed by GitHub
parent f76306c6fa
commit 81a62764c8
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -2,8 +2,6 @@
## Unversioned
- Bugfix: Fixed rendering of moderator announcements. (#3639)
## 2.3.5
- Major: Added highlights for first messages (#3267)
@@ -65,6 +63,7 @@
- Minor: Added librewolf, icecat, and waterfox incognito support. (#3588)
- Minor: Updated to Emoji v14.0 (#3612)
- Minor: Add support for locking tab arrangement (#3627)
- Bugfix: Fixed rendering of moderator announcements. (#3639)
- Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362)
- Bugfix: Fixed colored usernames sometimes not working. (#3170)
- Bugfix: Restored ability to send duplicate `/me` messages. (#3166)
@@ -32,6 +32,6 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="2.3.5-beta1" date="2022-03-27"/>
<release version="2.3.5" date="2022-04-05"/>
</releases>
</component>
+1 -1
View File
@@ -3,7 +3,7 @@
#include <QString>
#include <QtGlobal>
#define CHATTERINO_VERSION "2.3.5-beta1"
#define CHATTERINO_VERSION "2.3.5"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"