Select correct notebook tab after closing while filtered (#4770)

This commit is contained in:
Daniel Sage
2023-09-10 06:38:59 -04:00
committed by GitHub
parent e00b7371ed
commit 1b9ee939bb
3 changed files with 136 additions and 25 deletions
+1
View File
@@ -6,6 +6,7 @@
- Bugfix: Fixed a performance issue when displaying replies to certain messages. (#4807)
- Bugfix: Fixed a data race when disconnecting from Twitch PubSub. (#4771)
- Bugfix: Fixed `/shoutout` command not working with usernames starting with @'s (e.g. `/shoutout @forsen`). (#4800)
- Bugfix: Fixed selection of tabs after closing a tab when using "Live Tabs Only". (#4770)
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)
- Dev: Temporarily disable High DPI scaling on Qt6 builds on Windows. (#4767)
- Dev: Tests now run on Ubuntu 22.04 instead of 20.04 to loosen C++ restrictions in tests. (#4774)