Bump version to v2.1.0.

This commit is contained in:
John Livingston 2021-05-06 13:33:30 +02:00
parent f590cf2c7b
commit ccf1db2939
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## ??? ## v2.1.0
### Important Notes ### Important Notes

View File

@ -6,10 +6,10 @@ This roadmap is given as an indication. It will be updated as we go along accord
| Done | Needs Peertube 3.2 | Component | Feature | Released in version | Done | Needs Peertube 3.2 | Component | Feature | Released in version
---|---|---|---|--- ---|---|---|---|---
[x] | [ ] | Builtin Prosody | Check room creation permission, and set some metadata [x] | [ ] | Builtin Prosody | Check room creation permission, and set some metadata. | v2.1.0
[x] | [ ] | Builtin Prosody | User authentication: if the user is logged in Peertube, use his nickname. [x] | [ ] | Builtin Prosody | User authentication: if the user is logged in Peertube, use his nickname. | v2.1.0
[ ] | [ ] | Builtin ConverseJS | Check user langage. Should be automatic and/or depends on peertube's language. Check that converseJS translation files are available. [ ] | [ ] | Builtin ConverseJS | Check user langage. Should be automatic and/or depends on peertube's language. Check that converseJS translation files are available.
[x] | [ ] | Builtin Prosody | Grant moderation rights to instance admins and video owner. Activate moderations commands in ConverseJS. [x] | [ ] | Builtin Prosody | Grant moderation rights to instance admins and video owner. Activate moderations commands in ConverseJS. | v2.1.0
[ ] | [x] | Common | Chat should not be displayed in playlists [ ] | [x] | Common | Chat should not be displayed in playlists
[ ] | [x] | Builtin Prosody | Data Persistence [ ] | [x] | Builtin Prosody | Data Persistence
[ ] | [x] | Common | Add a checkbox per video to activate livechat. Only on lives. [ ] | [x] | Common | Add a checkbox per video to activate livechat. Only on lives.

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat", "description": "PeerTube plugin livechat",
"version": "2.0.3", "version": "2.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": [