Bump version 8.1.0 + npm audit fix
This commit is contained in:
parent
13135f6df0
commit
87997826c5
@ -1,9 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## ??? (Not Released Yet)
|
||||
## 8.1.0
|
||||
|
||||
### Minor changes and fixes
|
||||
|
||||
This version comes with a lot of UX/UI and performances improvements:
|
||||
|
||||
* Anonymous chat user: remember the chosen nickname in localStorage, to avoid entering it again too often. Nickname will expire after 12 hours.
|
||||
* Fix: if an anonymous chat user enter spaces in the nickname choice, it allowed them to keep the random nickname.
|
||||
* Authenticated users: if current user nickname is already used in the room, automatically add a suffix.
|
||||
|
@ -23,7 +23,8 @@ CONVERSE_COMMIT=""
|
||||
# - Adding "users" icon in the menu toggle button
|
||||
# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
|
||||
# - Destroy room: remove the challenge, and the new JID
|
||||
CONVERSE_COMMIT="8036ad647a2148cb0ada1edad2cb0a558e695e9f"
|
||||
CONVERSE_VERSION="livechat-8.1.0"
|
||||
# CONVERSE_COMMIT="8036ad647a2148cb0ada1edad2cb0a558e695e9f"
|
||||
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
|
||||
|
||||
rootdir="$(pwd)"
|
||||
|
1252
package-lock.json
generated
1252
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
{
|
||||
"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, ...",
|
||||
"version": "8.0.4",
|
||||
"version": "8.1.0",
|
||||
"license": "AGPL-3.0",
|
||||
"author": {
|
||||
"name": "John Livingston",
|
||||
@ -66,7 +66,7 @@
|
||||
"mustache": "^4.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass": "^1.43.4",
|
||||
"sharp": "^0.31.2",
|
||||
"sharp": "^0.33.2",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-config-recommended-scss": "^5.0.1",
|
||||
"stylelint-config-standard-scss": "^2.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user