feat: build Ubuntu & AppImages in Docker + Qt static linking (#5151)

This commit is contained in:
pajlada
2024-02-10 12:47:15 +01:00
committed by GitHub
parent 10aabd39e7
commit edcd0b8010
4 changed files with 113 additions and 162 deletions
+1
View File
@@ -137,6 +137,7 @@
- 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: Changed Ubuntu & AppImage builders to statically link Qt. (#5151)
- Dev: Refactor `NetworkPrivate`. (#5063)
- Dev: Refactor `Paths` & `Updates`, focusing on reducing their singletoniability. (#5092, #5102)
- Dev: Removed duplicate scale in settings dialog. (#5069)