fix: Invalid/Dangling completion after updating input (#4072)

This commit is contained in:
nerix
2022-10-22 11:42:46 +02:00
committed by GitHub
parent dd6cb80ab9
commit 457c5725da
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -96,6 +96,7 @@
- Bugfix: Fixed trailing spaces from preventing Nicknames from working correctly. (#3946)
- Bugfix: Fixed trailing spaces from preventing User Highlights from working correctly. (#4051)
- Bugfix: Fixed channel-based popups from rewriting messages to file log (#4060)
- Bugfix: Fixed invalid/dangling completion when cycling through previous messages or replying (#4072)
- Dev: Removed official support for QMake. (#3839, #3883)
- Dev: Rewrote LimitedQueue (#3798)
- Dev: Overhauled highlight system by moving all checks into a Controller allowing for easier tests. (#3399, #3801, #3835)