Skip to content

Commit

Permalink
Bump version 8.1.0 + npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed Feb 7, 2024
1 parent 13135f6 commit 8799782
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 532 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion conversejs/build-conversejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
Loading

0 comments on commit 8799782

Please sign in to comment.