Updating changelog and co.
This commit is contained in:
parent
3dcbba57e6
commit
14a87be859
@ -5,6 +5,7 @@
|
||||
### Features
|
||||
|
||||
* Possibility to have webchat per channel (see [this request](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/58))
|
||||
* Builtin Prosody: instance's admins can choose if rooms are per video, or grouped by channel. Only one settings for the whole instance.
|
||||
* Builtin ConverseJS on external XMPP server: new placeholders for the room name: CHANNEL_ID, CHANNEL_NAME.
|
||||
* External webchat tool: new placeholder CHANNEL_ID in the webchat url.
|
||||
|
||||
|
@ -37,5 +37,5 @@ This roadmap is given as an indication. It will be updated as we go along accord
|
||||
[ ] | ConverseJS | For anonymous user, automatically log in with a random nickname (and allow to change afterward)
|
||||
[ ] | Common | There should be a settings to add terms & conditions in the Peertube's about page (for example if the webchat is hosted anywhere else).
|
||||
[ ] | Builtin Prosody | Add on option to limit webchat to registered users.
|
||||
[ ] | Builtin Prosody (or all modes?) | Offer a way for users to have a webchat per channel. See [#59](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/58).
|
||||
[ ] | Common | Handle federation: if video is remote, then try to check if the plugin is installed on the instance, and open it. |
|
||||
[ ] | Builtin Prosody (or all modes?) | Offer a way for users to have a webchat per channel. See [#59](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/58). | v4.0.0
|
||||
[ ] | Common | Handle federation: if video is remote, then try to check if the plugin is installed on the instance, and open it.
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "peertube-plugin-livechat",
|
||||
"description": "PeerTube plugin livechat",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0",
|
||||
"author": "John Livingston",
|
||||
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
|
||||
"clientScripts": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user