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
e85afc9c
Commit
e85afc9c
authored
Nov 20, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog after 5.0.5 release (from the 5.x.x branch)
parent
84ff7424
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
CHANGES.md
CHANGES.md
+8
-5
RELEASE.md
RELEASE.md
+1
-1
No files found.
CHANGES.md
View file @
e85afc9c
...
...
@@ -4,13 +4,8 @@
-
#129: Add support for XEP-0156: Disovering Alternative XMPP Connection Methods. Only XML is supported for now.
-
#1105: Preliminary support for storing persistent data in IndexedDB instead of localStorage
-
#1089: When filtering the roster for
`online`
users, show all non-offline users.
-
#1691: Fix
`collection.chatbox is undefined`
errors
-
#1733: New message notifications for a minimized chat stack on top of each other
-
#1757: Chats are hidden behind the controlbox on mobile
-
#1760: Private messages no longer received after websocket reconnect
-
#1772:
`_converse.api.contact.add(jid, nick)`
fails, says not a function
-
Prevent editing of sent file uploads.
-
Initial support for sending custom emojis. Currently only between Converse
instances. Still working out a wire protocol for compatibility with other clients.
To add custom emojis, edit the
`emojis.json`
file.
...
...
@@ -45,6 +40,14 @@
an integer for the
`type`
, "info", "warn" or "error" should be passed in.
-
The
`converse-headline`
plugin has been split up into
`converse-headlines`
and
`converse-headlines-view`
.
## 5.0.5 (2019-11-20)
-
Prevent editing of sent file uploads.
-
#1089: When filtering the roster for
`online`
users, show all non-offline users.
-
#1733: New message notifications for a minimized chat stack on top of each other
-
#1757: Chats are hidden behind the controlbox on mobile
-
#1760: Private messages no longer received after websocket reconnect
## 5.0.4 (2019-10-08)
-
New config option
[
allow_message_corrections
](
https://conversejs.org/docs/html/configuration.html#allow-message-corrections
)
...
...
RELEASE.md
View file @
e85afc9c
...
...
@@ -6,7 +6,7 @@
4.
Do a
`git diff`
to check if things look sane.
5.
Do a quick manual test with the
`dist`
files (via
`index.html`
)
6.
`git commit -am "Release 6.0.0"`
7.
`git tag -s v6.0.0 m "Release 6.0.0"`
7.
`git tag -s v6.0.0
-
m "Release 6.0.0"`
8.
Run
`git push && git push --tags`
9.
Update https://conversejs.org
10.
Create
`6.0.0`
directory for the CDN.
...
...
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