Version 8.2.0

This commit is contained in:
John Livingston 2024-02-12 16:26:11 +01:00
parent f30a45d1fd
commit fb8a2144c4
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## ??? (Not Released Yet) ## 8.2.0
### New features ### New features

View File

@ -24,8 +24,8 @@ CONVERSE_COMMIT=""
# - Adding "users" icon in the menu toggle button # - Adding "users" icon in the menu toggle button
# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize. # - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
# - Destroy room: remove the challenge, and the new JID # - Destroy room: remove the challenge, and the new JID
CONVERSE_VERSION="livechat-8.1.0" CONVERSE_VERSION="livechat-8.2.0"
CONVERSE_COMMIT="5f53fc16336b93da49174b38294a8944f850e8ae" # CONVERSE_COMMIT="5f53fc16336b93da49174b38294a8944f850e8ae"
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js" CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
rootdir="$(pwd)" rootdir="$(pwd)"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"version": "8.1.0", "version": "8.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"version": "8.1.0", "version": "8.2.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"async": "^3.2.2", "async": "^3.2.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...", "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
"version": "8.1.0", "version": "8.2.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"author": { "author": {
"name": "John Livingston", "name": "John Livingston",