mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
2.3.5
This commit is contained in:
parent
f76306c6fa
commit
81a62764c8
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue