Ver código fonte

Update changelog after 5.0.5 release (from the 5.x.x branch)

JC Brand 5 anos atrás
pai
commit
e85afc9c7c
2 arquivos alterados com 9 adições e 6 exclusões
  1. 8 5
      CHANGES.md
  2. 1 1
      RELEASE.md

+ 8 - 5
CHANGES.md

@@ -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)

+ 1 - 1
RELEASE.md

@@ -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.