Bump version 6.4.0-alpha.1

This commit is contained in:
John Livingston 2023-05-24 16:34:04 +02:00
parent 2961513d22
commit ff96ff7763
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
3 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## ??? (Not Release Yet)
## 6.4.0-alpha.1
### New Features
@ -10,10 +10,8 @@
* If both local and remote instance have configured external XMPP connections, it will use legacy S2S connection.
TODO: documentation, and settings names/descriptions changes related to direct XMPP S2S connections.
TODO: write the new prosody modules README.
TODO: mod_s2s_peertubelivechat: dont allow to connect to remote server that are not Peertube servers.
TODO?: mod_s2s_peertubelivechat: dont allow to connect to remote server that are not Peertube servers?
TODO: when sanitizing remote chat endpoint, check that the domain is the same as the video domain (or is room.videodomain.tld).
TODO: get remote server chat informations if missing (for now, it can be missing if there is no known remote video from that server).
TODO: outgoing s2s connection have a session.secure=true hardcoded. Should not.
TODO: only compatible with Prosody 0.12.x. So it should be documented for people using «system Prosody». And i should fix the ARM AppImage.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "peertube-plugin-livechat",
"version": "6.3.0",
"version": "6.4.0-alpha.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "peertube-plugin-livechat",
"version": "6.3.0",
"version": "6.4.0-alpha.1",
"license": "AGPL-3.0",
"dependencies": {
"async": "^3.2.2",

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.",
"version": "6.3.0",
"version": "6.4.0-alpha.1",
"license": "AGPL-3.0",
"author": {
"name": "John Livingston",