Skip to content

Releases: JohnXLivingston/peertube-plugin-livechat

v6.0.0

12 Dec 18:23
ed3f236
Compare
Choose a tag to compare

6.0.0

Breaking changes

Following modes are removed:

  • Connect to an existing XMPP server with ConverseJS
  • Use an external web chat tool

The only remaining mode is the recommanded one: «Prosody server controlled by Peertube».

These modes were here for historical reasons (backward compatibility, etc.).
But they became difficult to maintain, and impossible to document (adding a lot of confusion).

Moreover, it seems that they weren't really used.

Note: If you were using one of the 2 removed modes, or if you disabled the plugin in the settings,
the server will try to use the new mode after updating the plugin.
If you don't want the chat server to be active, just uninstall the plugin
(settings won't be lost, you just have to download it again).

Important Notes

This version of the plugin comes with a builtin Prosody AppImage.

If you were using this plugin before this version, and if you had installed Prosody manually,
you can safely uninstall Prosody.

If you were using the custom Peertube docker image that is embedding Prosody, you can switch back to the official
Peertube image.

Known issues

The Prosody AppImage will only work on x86_64 CPU.
It is not compatible with arm64 and other CPU architectures.

For now, I did not manage to make it work for other CPU architectures.
If you want te be notified when it will be possible, you can subscribe and comment this
issue.

In the meantime, you can use the plugin by manually installing Prosody on your server
(as for version priori to v6.0.0).

New Features

  • Removed deprecated modes, only keeping «Prosody server controlled by Peertube».
  • BOSH proxy optimization + enabling websocket.
  • Builtin Prosody 0.12.1 AppImage. No more manual installation required.

Changes

  • ConverseJS v10.0.0 (instead of v9.0.0).
  • Prosody server: enabling mod_disco.
  • Settings page re-ordered.
  • Cleaning deprecated documentation.
  • Removing the code of the Docker image, as it is no more needed.
  • Japanese translations (thanks fusengum).

Minor changes and fixes

  • Fix «autocolor» mecanism when no color provided (raised an error).
  • Fix #73: deleted message are shown when loading history.
  • Implements #37: diagnostic tools includes last lines from prosody error log files.

v5.3.0

07 Jan 10:41
2a3b1ad
Compare
Choose a tag to compare
5.3.0

v2.0.3

18 Apr 15:50
Compare
Choose a tag to compare
2.0.3

v2.0.2

18 Apr 13:03
Compare
Choose a tag to compare
2.0.2

v2.0.1

16 Apr 19:02
Compare
Choose a tag to compare
Bump version 2.0.1.

v2.0.0

16 Apr 19:00
Compare
Choose a tag to compare
Fix dependencies.