refactor: improve LuaLS generator (#5283)

This commit is contained in:
nerix
2024-03-30 22:11:52 +01:00
committed by GitHub
parent d4b8feac7d
commit c1bd5d11d0
5 changed files with 311 additions and 168 deletions
+1 -1
View File
@@ -179,7 +179,7 @@
- Dev: Added the ability to show `ChannelView`s without a `Split`. (#4747)
- Dev: Refactor Args to be less of a singleton. (#5041)
- Dev: Channels without any animated elements on screen will skip updates from the GIF timer. (#5042, #5043, #5045)
- Dev: Autogenerate docs/plugin-meta.lua. (#5055)
- Dev: Autogenerate docs/plugin-meta.lua. (#5055, #5283)
- Dev: Changed Ubuntu & AppImage builders to statically link Qt. (#5151)
- Dev: Refactor `NetworkPrivate`. (#5063)
- Dev: Refactor `Paths` & `Updates`, focusing on reducing their singletoniability. (#5092, #5102)