feat: Add "Copy message as JSON" option when shift-right-clicking a message (#5150)

This commit is contained in:
pajlada
2024-02-03 13:03:31 +01:00
committed by GitHub
parent 0393146187
commit 7fdb3841db
3 changed files with 33 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@
- Dev: `Details` file properties tab is now populated on Windows. (#4912)
- Dev: Removed `Outcome` from network requests. (#4959)
- Dev: Added Tests for Windows and MacOS in CI. (#4970, #5032)
- Dev: Added "Copy message as JSON" option when shift-right-clicking a message. (#5150)
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Refactored the SplitOverlay code. (#5082)