Skip to content

Releases: JohnXLivingston/peertube-plugin-livechat

v11.0.1

03 Sep 13:31
2f78b90
Compare
Choose a tag to compare

Minor changes and fixes

  • Fix "send message" button that was sending the message twice.

v11.0.0

03 Sep 12:45
575703a
Compare
Choose a tag to compare

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

25 Jul 10:21
e57d39c
Compare
Choose a tag to compare

Minor changes and fixes

  • Fix #481: Moderation bot was not able to connect when remote chat was disabled.
  • Some cleaning in code generating Prosody configuration file.

v10.3.2

18 Jul 08:27
db1993f
Compare
Choose a tag to compare

Minor changes and fixes

  • Fix #477: ended polls never disappear when archiving is disabled (and no more than 20 new messages).

v10.3.1

16 Jul 10:11
e8dc9a0
Compare
Choose a tag to compare

Minor changes and fixes

  • Moderation delay: fix accessibility on the timer shown to moderators.
  • Fix «create new poll» icon.

v10.3.0

11 Jul 07:42
31646be
Compare
Choose a tag to compare

New features

Minor changes and fixes

  • Translations updates: german.
  • Performance: don't send markers, even if requested by the sender.

v10.2.0

08 Jul 10:10
5eb0ae4
Compare
Choose a tag to compare

New features

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

20 Jun 12:49
1f1543b
Compare
Choose a tag to compare
  • 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

20 Jun 09:50
d19a84a
Compare
Choose a tag to compare
  • Fix #436: Saving emojis per batch, to avoid hitting max payload limit.
  • Fix: the emojis import function could add more entries than max allowed emoji count.
  • Fix #437: removing last line if empty when importing emojis.
  • Updated translations: de, sk.

v10.1.0

19 Jun 11:09
01b93c1
Compare
Choose a tag to compare

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.