Merge branch 'release/3.1.0' into prosody_room_list

This commit is contained in:
John Livingston 2021-06-17 10:48:12 +02:00
commit e6d4b0f663
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v3.1.0
...
## v3.0.0 ## v3.0.0
### Important Notes ### Important Notes
@ -19,7 +23,6 @@
* New settings * New settings
* By default, the «activate chat for all lives» is disabled (now that we can enable the webchat per video) * By default, the «activate chat for all lives» is disabled (now that we can enable the webchat per video)
## v2.3.1 ## v2.3.1
### Features ### Features

View File

@ -2,6 +2,6 @@
"Open chat": "Apri la chat", "Open chat": "Apri la chat",
"Open chat in a new window": "Apri la chat in un nuova finestra", "Open chat in a new window": "Apri la chat in un nuova finestra",
"Close chat": "Chiudi la chat", "Close chat": "Chiudi la chat",
"Use chat": false, "Use chat": "Usa la chat",
"If enabled, there will be a chat next to the video.": false "If enabled, there will be a chat next to the video.": "Se abilitato, ci sarà una chat accanto al video"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat", "description": "PeerTube plugin livechat",
"version": "3.0.0", "version": "3.1.0",
"author": "John Livingston", "author": "John Livingston",
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues", "bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [ "clientScripts": [