Releases: JohnXLivingston/peertube-plugin-livechat
v12.0.2
v12.0.1
Minor changes and fixes
- Fix custom emojis vs upper/lower case.
v12.0.0
Importante Notes
This version requires Peertube 5.2.0 or superior.
It also requires NodeJS 16 or superior (same as Peertube 5.2.0.).
If you use the "system Prosody", you should update to Prosody 0.12.4, and Lua 5.4.
New features
- #131: Emoji only mode.
- #516: new option for the moderation bot: forbid duplicate messages.
- #517: new option for the moderation bot: forbid messages with too many special characters.
- #518: moderators can send announcements and highlighted messages.
- #610: compatibility with PeerTube v7
Minor changes and fixes
- Updating ConverseJS (v11 WIP) with latest fixes.
- Updating Prosody AppImage to Prosody 0.12.4 + Lua 5.4.
- Various translation updates.
- Using Typescript 5.5.4, and Eslint 8.57.0 (with new ruleset).
- Fix race condition in bot/ctl.
- Various type improvements.
- Update dependencies.
- Fix emoji picker colors and size.
- Fix: moderation delay max value was not correctly handled.
v11.0.1
Minor changes and fixes
- Fix "send message" button that was sending the message twice.
v11.0.0
Importante Notes
With the new 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 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 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.
- #145: action for moderators to find all messages from a given participant.
- #97: option to use and configure mod_firewall at the server level.
Minor changes and fixes
- #118: improved accessibility.
- Avatar set for anonymous users: new 'none' choice (that will fallback to Converse new colorized avatars).
- New translation: Albanian.
- Translation updates: Crotian, Japanese, traditional Chinese, Arabic, Galician.
- Updated mod_muc_moderation to upstream.
- 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.
- Fixed Converse theme settings localization.
- Fix: improved minimum chat width.
v10.3.3
v10.3.2
v10.3.1
Minor changes and fixes
- Moderation delay: fix accessibility on the timer shown to moderators.
- Fix «create new poll» icon.
v10.3.0
New features
Minor changes and fixes
- Translations updates: german.
- Performance: don't send markers, even if requested by the sender.
v10.2.0
New features
- #231: polls.
- #233: new option to mute anonymous users.
- #18: terms & conditions. You can configure terms&conditions on your instance that will be shown to each joining users. Streamers can also add terms&conditions in their channels options.
Minor changes and fixes
- Fix #449: Remove the constraint for custom emojis shortnames to have ":" at the beginning and at the end.
- Translations updates: french, german, crotian, polish, slovak.