Add Ctrl+F5 as a shortcut for reconnect() (#2215)

This commit is contained in:
mmb L
2020-11-22 21:28:07 +08:00
committed by GitHub
parent b79d5fa6f0
commit 44262ee2ec
5 changed files with 15 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unversioned
- Minor: Added a keyboard shortcut (Ctrl+F5) for "Reconnect" (#2215)
- Minor: Made `Try to find usernames without @ prefix` option still resolve usernames when special characters (commas, dots, (semi)colons, exclamation mark, question mark) are appended to them. (#2212)
- Minor: Made usercard update user's display name (#2160)
- Minor: Added placeholder text for message text input box. (#2143, #2149)