Releases: JohnXLivingston/peertube-plugin-livechat
Releases · JohnXLivingston/peertube-plugin-livechat
v11.0.1
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.
v10.1.2
- Fix: clicking on the import custom emojis button, without selected any file, was resulting in a state with all action button disabled.
v10.1.1
v10.1.0
New features
- #130: Channel custom emojis.
- #98: OBS Dock. You can now generate links to join chatrooms with your current user. This can be used to create Docks in OBS for example. This could also be used to generate authentication token to join the chat from 3rd party tools.
- Overhauled configuration page, with more broadly customizable lists of parameters by @Murazaki (See pull request #352).
- #377: new setting to listen C2S connection on non-localhost interfaces.
Minor changes and fixes
- Fix cleanup on channel deletion.
- #416: Deregister prosodyctl interval callback when spawn.stdin disappears.
- #423: Merging video-watch scope into common scope.
- Rewriting the share chat dialog with more modern code for a better UI/UX.
- #400: Reading livechat-active parameter on live creation API endpoint. So that the Android Peertube Live app can pass the parameter withing the first (and only) API call.