Fix channel search when custom scrollback limit is used (#4496)

This commit is contained in:
kornes
2023-04-01 12:34:34 +00:00
committed by GitHub
parent 92c9137d10
commit b209c50b01
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
- Bugfix: Fixed placeholder color in Qt 6. (#4477)
- Bugfix: Fixed blocked user list being empty when opening the settings dialog for the first time. (#4437)
- Bugfix: Fixed blocked user list sticking around when switching from a logged in user to being logged out. (#4437)
- Bugfix: Fixed search popup ignoring setting for message scrollback limit. (#4496)
- Bugfix: Fixed a memory leak that occurred when loading message history. This was mostly noticeable with unstable internet connections where reconnections were frequent or long-running instances of Chatterino. (#4499)
- Dev: Disabling precompiled headers on Windows is now tested in CI. (#4472)
- Dev: Ignore unhandled BTTV user-events. (#4438)