From 3a597065ea52cb8dcd72bb5a644369f490c6c8f5 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 31 May 2023 18:21:39 +0200 Subject: [PATCH] Bump version 7.0.0 --- CHANGELOG.md | 9 +++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0860df..3a310fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 7.0.0 (Not Released Yet) +## 7.0.0 ### Importante Notes @@ -8,7 +8,7 @@ If you enabled external XMPP connection with plugin v6.3.0, and are not using the standard 5269 port, you must add and additional DNS SRV record. Check the [documentation](https://johnxlivingston.github.io/peertube-plugin-livechat/documentation/admin/advanced/xmpp_clients/). -If you are using ARM 64 CPU, you no longer need to manually install Prosody on your server. +If you are using arm64 CPU, you no longer need to manually install Prosody on your server. You can now uncheck the "use system prosody" option, and uninstall Prosody if you don't use it for anything else. If you are using ["system Prosody"](https://johnxlivingston.github.io/peertube-plugin-livechat/documentation/admin/settings/#use-system-prosody), @@ -21,12 +21,9 @@ If you are using an older version, Chat Federation could be broken, and it could * You can now connect to a remote chat with your local account. * This remote connection is done using a custom implementation of [XEP-0468: WebSocket S2S](https://xmpp.org/extensions/xep-0468.html), using some specific discovering method (so that it will work without any DNS configuration). * If the remote instance has configured external XMPP connections, it will use legacy S2S connection instead of Websocket S2S. + * The discovering methods are experimental and temporary. They will be replaced by something that uses XMPP standards in a later release. * ARM64 CPU support! The Prosody builtin AppImage is now compatible with ARM64 CPU. -TODO: documentation, and settings names/descriptions changes related to direct XMPP S2S connections. -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. -TODO?: always generate self-signed certificates. Could be used for outgoing s2s? - ### Minor changes and fixes * Possibility to debug Prosody in development environments. diff --git a/package-lock.json b/package-lock.json index d63403ee..80944afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "6.4.0-alpha.5", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "6.4.0-alpha.5", + "version": "7.0.0", "license": "AGPL-3.0", "dependencies": { "async": "^3.2.2", diff --git a/package.json b/package.json index edba4a3f..c1db9cdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-livechat", "description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.", - "version": "6.4.0-alpha.5", + "version": "7.0.0", "license": "AGPL-3.0", "author": { "name": "John Livingston",