Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
4b62678e
Commit
4b62678e
authored
Feb 28, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
5a9f8218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
CHANGES.md
CHANGES.md
+7
-9
No files found.
CHANGES.md
View file @
4b62678e
# Changelog
## 7.0.0 (Unreleased)
-
[
muc_fetch_members
](
https://conversejs.org/docs/html/configuration.html#muc-fetch-members
)
now also accepts an array of affiliations to fetch.
-
Replace Backbone with
[
Skeletor
](
https://github.com/skeletorjs/skeletor
)
-
Start using
[
lit-html
](
https://lit-html.polymer-project.org/
)
instead of lodash for templating.
-
Bugfix. Handle stanza that clears the MUC subject
-
#1313: Stylistic improvements to the send button
-
#1535: Add option to destroy a MUC
-
#1793: Send button doesn't appear in Firefox in 1:1 chats
...
...
@@ -16,11 +11,14 @@
and
[
muc_roomid_policy_hint
](
https://conversejs.org/docs/html/configuration.html#muc-roomid-policy-hint
)
-
#1826: A user can now add himself as a contact
-
#1839: Headline messages are shown in controlbox
-
Allow ignore bootstrap modules at build using environment variable: BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown".
example: export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" && make dist
-
New config option
[
modtools_disable_query
](
https://conversejs.org/docs/html/configuration.html#modtools-disable-query
)
-
#1896: Don't send receipts for messages fetched from the archive
-
Allow ignoring of bootstrap modules at build using environment variable. For xample:
`export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" && make dist`
-
Bugfix. Handle stanza that clears the MUC subject
-
New config option
[
modtools_disable_assign
](
https://conversejs.org/docs/html/configuration.html#modtools-disable-assign
)
-
#1896: Sending receipts for messages fetched from the archive
-
New config option
[
modtools_disable_query
](
https://conversejs.org/docs/html/configuration.html#modtools-disable-query
)
-
Replace Backbone with
[
Skeletor
](
https://github.com/skeletorjs/skeletor
)
-
Start using
[
lit-html
](
https://lit-html.polymer-project.org/
)
instead of lodash for templating.
-
[
muc_fetch_members
](
https://conversejs.org/docs/html/configuration.html#muc-fetch-members
)
now also accepts an array of affiliations to fetch.
## 6.0.0 (2020-01-09)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment