mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Compare commits
2 commits
83f4dd63e7
...
aef46cf8c1
Author | SHA1 | Date | |
---|---|---|---|
aef46cf8c1 | |||
03cdd98c2e |
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -38,6 +38,7 @@
|
||||||
[submodule "lib/lua/src"]
|
[submodule "lib/lua/src"]
|
||||||
path = lib/lua/src
|
path = lib/lua/src
|
||||||
url = https://github.com/lua/lua
|
url = https://github.com/lua/lua
|
||||||
|
branch = v5.4
|
||||||
[submodule "tools/crash-handler"]
|
[submodule "tools/crash-handler"]
|
||||||
path = tools/crash-handler
|
path = tools/crash-handler
|
||||||
url = https://github.com/Chatterino/crash-handler
|
url = https://github.com/Chatterino/crash-handler
|
||||||
|
|
|
@ -118,6 +118,7 @@
|
||||||
- Dev: `GIFTimer` is no longer initialized in tests. (#5608)
|
- Dev: `GIFTimer` is no longer initialized in tests. (#5608)
|
||||||
- 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: 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