From 8c7cc6ba0961070df0bef3b7b1608c7b6d8504d0 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 12 Mar 2021 17:34:57 +0100 Subject: [PATCH] Link to documentation. --- CHANGELOG.md | 3 ++- main.js | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 370c4b16..cf30b555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## v... +## v1.0.7 * New tutorial to setup [Prosody on the Peertube server](documentation/tutorials/prosody.md) +* Add link to documentation in the settings page. ## v1.0.6 diff --git a/main.js b/main.js index b4ab3177..be6fea39 100644 --- a/main.js +++ b/main.js @@ -68,7 +68,11 @@ async function register ({ default: false, // TODO: set to true when peertube has fixed https://github.com/Chocobozzz/PeerTube/issues/3838 private: false, descriptionHTML: 'If checked, use a builtin ConverseJS iframe.
' + - 'You still have to configure an external XMPP service. Please see the documentation.' + 'You still have to configure an external XMPP service. Please see the ' + + 'documentation.
' + + 'If you have no running webchat service, you can follow this ' + + // eslint-disable-next-line max-len + '
tutorial.' }) registerSetting({ name: 'chat-server',