refactor: SplitOverlay (#5082)

This commit is contained in:
pajlada
2024-01-14 13:09:07 +01:00
committed by GitHub
parent c4c62f2796
commit 13ff11ea75
9 changed files with 294 additions and 222 deletions
+1
View File
@@ -103,6 +103,7 @@
- Dev: Added Tests for Windows and MacOS in CI. (#4970, #5032)
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Refactored the SplitOverlay code. (#5082)
- Dev: Fixed deadlock and use-after-free in tests. (#4981)
- Dev: Moved all `.clang-format` files to the root directory. (#5037)
- Dev: Load less message history upon reconnects. (#5001, #5018)