From 877366254122468ed7febc49ded257ef61db0a90 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Fri, 28 Apr 2023 07:13:32 -0400 Subject: [PATCH 1/2] re-order changelog --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52f56d6127..879e492e5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,27 @@ ## Unversioned -- Minor: Migrated viewer list to Helix API. (#4117) -- Minor: Include normally-stripped mention in replies in logs. (#4420) - Minor: Added support for FrankerFaceZ animated emotes. (#4434) -- Minor: Added a local backup of the Twitch Badges API in case the request fails. (#4463) - Minor: Added the ability to reply to a message by `Shift + Right Click`ing the username. (#4424) -- Minor: Added better filter validation and error messages. (#4364) -- Minor: Updated the look of the Black Theme to be more in line with the other themes. (#4523) - Minor: Reply context now censors blocked users. (#4502) -- Minor: Added system message for empty mod list. (#4546) -- Minor: Added `/lowtrust` command to open the suspicious user activity feed in browser. (#4542) +- Minor: Migrated viewer list to Helix API. (#4117) - Minor: Migrated badges to Helix API. (#4537) +- Minor: Added `/lowtrust` command to open the suspicious user activity feed in browser. (#4542) +- Minor: Added better filter validation and error messages. (#4364) +- Minor: Updated the look of the Black Theme to be more in line with the other themes. (#4523) +- Minor: Include normally-stripped mention in replies in logs. (#4420) +- Minor: Added a local backup of the Twitch Badges API in case the request fails. (#4463) - Bugfix: Fixed an issue where Chatterino could lose track of the sound device in certain scenarios. (#4549) - Bugfix: Fixed an issue where animated emotes would render on top of zero-width emotes. (#4314) - Bugfix: Fixed an issue where it was difficult to hover a zero-width emote. (#4314) - Bugfix: Fixed an issue where context-menu items for zero-width emotes displayed the wrong provider. (#4460) - Bugfix: Fixed an issue where the "Enable zero-width emotes" setting was showing the inverse state. (#4462) -- Bugfix: Fixed username rendering in Qt 6. (#4476, #4568) -- 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) - Bugfix: Fixed Twitch channel-specific filters not being applied correctly. (#4529) +- Minor: Added system message for empty mod list. (#4546) - Bugfix: Fixed emote & badge tooltips not showing up when thumbnails were hidden. (#4509) - Bugfix: Fixed links with invalid IPv4 addresses being parsed. (#4576) - Dev: Disabling precompiled headers on Windows is now tested in CI. (#4472) @@ -38,6 +36,8 @@ - Dev: Added tests and benchmarks for `LinkParser`. (#4436) - Dev: Removed redundant parsing of links. (#4507) - Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554, #4555, #4556) +- Bugfix: Fixed username rendering in Qt 6. (#4476, #4568) +- Bugfix: Fixed placeholder color in Qt 6. (#4477) - Dev: Removed `CHATTERINO_TEST` definitions. (#4526) - Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550) - Dev: Fixed a crash when dragging rows in table-views in builds with Qt 6. (#4567) From d2000a0a3cc0948da7ed8eefd46b8f8b85334919 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Fri, 28 Apr 2023 07:34:56 -0400 Subject: [PATCH 2/2] re-label and re-word some entries --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879e492e5ae..8324302554d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ ## Unversioned -- Minor: Added support for FrankerFaceZ animated emotes. (#4434) +- Major: Added support for FrankerFaceZ animated emotes. (#4434) - Minor: Added the ability to reply to a message by `Shift + Right Click`ing the username. (#4424) - Minor: Reply context now censors blocked users. (#4502) -- Minor: Migrated viewer list to Helix API. (#4117) +- Minor: Migrated the viewer list to Helix API. (#4117) - Minor: Migrated badges to Helix API. (#4537) - Minor: Added `/lowtrust` command to open the suspicious user activity feed in browser. (#4542) - Minor: Added better filter validation and error messages. (#4364) - Minor: Updated the look of the Black Theme to be more in line with the other themes. (#4523) -- Minor: Include normally-stripped mention in replies in logs. (#4420) +- Minor: Re-added leading @mentions from replies in chat logs. These were accidentally removed during the reply overhaul. (#4420) - Minor: Added a local backup of the Twitch Badges API in case the request fails. (#4463) - Bugfix: Fixed an issue where Chatterino could lose track of the sound device in certain scenarios. (#4549) - Bugfix: Fixed an issue where animated emotes would render on top of zero-width emotes. (#4314) @@ -22,7 +22,7 @@ - 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) - Bugfix: Fixed Twitch channel-specific filters not being applied correctly. (#4529) -- Minor: Added system message for empty mod list. (#4546) +- Bugfix: Fixed `/mods` displaying incorrectly when the channel has no mods. (#4546) - Bugfix: Fixed emote & badge tooltips not showing up when thumbnails were hidden. (#4509) - Bugfix: Fixed links with invalid IPv4 addresses being parsed. (#4576) - Dev: Disabling precompiled headers on Windows is now tested in CI. (#4472) @@ -36,8 +36,8 @@ - Dev: Added tests and benchmarks for `LinkParser`. (#4436) - Dev: Removed redundant parsing of links. (#4507) - Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554, #4555, #4556) -- Bugfix: Fixed username rendering in Qt 6. (#4476, #4568) -- Bugfix: Fixed placeholder color in Qt 6. (#4477) +- Dev: Fixed username rendering in Qt 6. (#4476, #4568) +- Dev: Fixed placeholder color in Qt 6. (#4477) - Dev: Removed `CHATTERINO_TEST` definitions. (#4526) - Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550) - Dev: Fixed a crash when dragging rows in table-views in builds with Qt 6. (#4567)