From a50286bf93308bd9aee29dfa2e5b34e193c3f723 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 17 Aug 2020 14:48:32 +0200 Subject: [PATCH] Automatic changelog generation for PR #364 [ci skip] --- html/changelogs/AutoChangeLog-pr-364.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-364.yml diff --git a/html/changelogs/AutoChangeLog-pr-364.yml b/html/changelogs/AutoChangeLog-pr-364.yml new file mode 100644 index 00000000000..abf85c428e8 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-364.yml @@ -0,0 +1,8 @@ +author: "SkyratBot" +delete-after: True +changes: + - rscadd: "tgchat: Unread message count is now smarter and won't increase on other tabs if you have already read the same message in the active tab." + - rscadd: "tgchat: Admin PMs are now properly annotated and can be filtered into separate tabs." + - bugfix: "tgchat: Fix: Highlighted message overlay no longer blocks clicks. Clicking a highlighted `(F)` link should work as it should." + - bugfix: "tgui: Fixed NTOS bluescreen due to calling `.includes()` on a stylesheet href which could be null on certain browsers." + - code_imp: "tgchat: Chat schema bumped to version 5. All chat-related settings were reset to avoid breakage."