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