mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Compare commits
2 commits
b6b91b3c73
...
9c4b543dee
Author | SHA1 | Date | |
---|---|---|---|
9c4b543dee | |||
e68f205e04 |
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -20,6 +20,7 @@
|
||||||
[submodule "lib/qtkeychain"]
|
[submodule "lib/qtkeychain"]
|
||||||
path = lib/qtkeychain
|
path = lib/qtkeychain
|
||||||
url = https://github.com/Chatterino/qtkeychain
|
url = https://github.com/Chatterino/qtkeychain
|
||||||
|
branch = chatterino-cmake
|
||||||
[submodule "lib/websocketpp"]
|
[submodule "lib/websocketpp"]
|
||||||
path = lib/websocketpp
|
path = lib/websocketpp
|
||||||
url = https://github.com/zaphoyd/websocketpp
|
url = https://github.com/zaphoyd/websocketpp
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
- Dev: Emojis now use flags instead of a set of strings for capabilities. (#5616)
|
- Dev: Emojis now use flags instead of a set of strings for capabilities. (#5616)
|
||||||
- Dev: Move plugins to Sol2. (#5622, #5682)
|
- Dev: Move plugins to Sol2. (#5622, #5682)
|
||||||
- Dev: Clarified our Lua dependency's version. (#5693)
|
- Dev: Clarified our Lua dependency's version. (#5693)
|
||||||
|
- Dev: Specified qtkeychain dependency version. (#5695)
|
||||||
- Dev: Refactored static `MessageBuilder` helpers to standalone functions. (#5652)
|
- Dev: Refactored static `MessageBuilder` helpers to standalone functions. (#5652)
|
||||||
- Dev: Decoupled reply parsing from `MessageBuilder`. (#5660, #5668)
|
- Dev: Decoupled reply parsing from `MessageBuilder`. (#5660, #5668)
|
||||||
- Dev: Refactored IRC message building. (#5663)
|
- Dev: Refactored IRC message building. (#5663)
|
||||||
|
|
Loading…
Reference in a new issue