From 8e0f2399937964810fe20c3817d2dffa416e1569 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 3 Sep 2024 14:16:03 +0200 Subject: [PATCH] Fix typo. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5ea3d5..e671a012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ With the new [mod_firewall](https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/mod_firewall/) feature, Peertube admins can write firewall rules for the Prosody server. These rules could be used to run arbitrary code on the server. If you are a hosting provider, and you don't want to allow Peertube admins to write such rules, you can disable the online editing by creating a `disable_mod_firewall_editing` file in the plugin directory. Check the documentation for more information. This is opt-out, as Peertube admins can already run arbitrary code just by installing any plugin. -The cyberpunk theme was removed from ConverseJS. If you had it set in the plugin settings, it will fallback to the Peertube theme. +The concord theme was removed from ConverseJS. If you had it set in the plugin settings, it will fallback to the Peertube theme. ### New features -* Updating ConverseJS, to use upstream (v11 WIP). This comes with many improvments and new features. +* Updating ConverseJS, to use upstream (v11 WIP). This comes with many improvements and new features. * #146: copy message button for moderators. * #137: option to hide moderator name who made actions (kick, ban, message moderation, ...). * #144: [moderator notes](https://livingston.frama.io/peertube-plugin-livechat/documentation/user/streamers/moderation_notes/). @@ -27,7 +27,7 @@ The cyberpunk theme was removed from ConverseJS. If you had it set in the plugin * Fix new task ordering. * Fix: clicking on the current user nickname in message history was failing to open the profile modal. * Fix: increase chat height on small screens, try to better detect the device viewport size and orientation. -* Converse theme: removed concord, added cyberpunk +* Converse theme: removed concord, added cyberpunk. * Fixed Converse theme settings localization. * Fix: improved minimum chat width.