Added /copy command (#3763)

Copies the given arguments to clipboard
This commit is contained in:
Kasia
2022-05-23 00:42:52 +02:00
committed by GitHub
parent 77e9a40bb4
commit e11677c62b
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
- Minor: Fixed automod caught message notice appearing twice for mods. (#3717)
- Minor: Added `/requests` command. Usage: `/requests [channel]`. Opens the channel points requests queue for the provided channel or the current channel if no input is provided. (#3746)
- Minor: Added ability to execute commands on chat messages using the message context menu. (#3738)
- Minor: Added `/copy` command. Usage: `/copy <text>`. Copies provided text to clipboard - can be useful with custom commands. (#3763)
- Bugfix: Fixed live notifications for usernames containing uppercase characters. (#3646)
- Bugfix: Fixed live notifications not getting updated for closed streams going offline. (#3678)
- Bugfix: Fixed certain settings dialogs appearing behind the main window, when `Always on top` was used. (#3679)