This commit is contained in:
fourtf 2022-04-05 14:11:02 +02:00 committed by GitHub
parent f76306c6fa
commit 81a62764c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

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)

View file

@ -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>

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"