feat(notifications): implement actions for Linux (#5976)

This commit is contained in:
Arne
2025-03-02 16:07:52 +01:00
committed by GitHub
parent 13dfe716b8
commit 1812f1bb15
3 changed files with 103 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
- Minor: When (re-)connecting, visible channels are now joined first. (#5850)
- Minor: Added the ability to filter on messages by the author's user ID (example: `author.user_id == "22484632"`). (#5862)
- Minor: Improved error messaging of the `/clip` command. (#5879)
- Minor: Added Linux support for Live Notifications toasts. (#5881, #5971)
- Minor: Added Linux support for Live Notifications toasts. (#5881, #5971, #5976)
- Minor: Messages can now be deleted from the context menu in a channel. (#5956)
- Minor: Overlay windows now inherit the global zoom level and can be zoomed independently. (#6016)
- Bugfix: Fixed a potential way to escape the Lua Plugin sandbox. (#5846)