Update changelog after 5.0.5 release (from the 5.x.x branch)
This commit is contained in:
parent
84ff74242e
commit
e85afc9c7c
13
CHANGES.md
13
CHANGES.md
@ -4,13 +4,8 @@
|
|||||||
|
|
||||||
- #129: Add support for XEP-0156: Disovering Alternative XMPP Connection Methods. Only XML is supported for now.
|
- #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
|
- #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
|
- #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
|
- #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
|
- Initial support for sending custom emojis. Currently only between Converse
|
||||||
instances. Still working out a wire protocol for compatibility with other clients.
|
instances. Still working out a wire protocol for compatibility with other clients.
|
||||||
To add custom emojis, edit the `emojis.json` file.
|
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.
|
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`.
|
- 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)
|
## 5.0.4 (2019-10-08)
|
||||||
|
|
||||||
- New config option [allow_message_corrections](https://conversejs.org/docs/html/configuration.html#allow-message-corrections)
|
- New config option [allow_message_corrections](https://conversejs.org/docs/html/configuration.html#allow-message-corrections)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
4. Do a `git diff` to check if things look sane.
|
4. Do a `git diff` to check if things look sane.
|
||||||
5. Do a quick manual test with the `dist` files (via `index.html`)
|
5. Do a quick manual test with the `dist` files (via `index.html`)
|
||||||
6. `git commit -am "Release 6.0.0"`
|
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`
|
8. Run `git push && git push --tags`
|
||||||
9. Update https://conversejs.org
|
9. Update https://conversejs.org
|
||||||
10. Create `6.0.0` directory for the CDN.
|
10. Create `6.0.0` directory for the CDN.
|
||||||
|
Loading…
Reference in New Issue
Block a user