From cd60614f885d2ec428a1d62651518e2e0c80d6e0 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 9 Jan 2020 15:56:54 +0100 Subject: [PATCH] Release 6.0.0 --- CHANGES.md | 2 +- COPYRIGHT | 2 +- Makefile | 2 +- RELEASE.md | 23 +- demo/anonymous.html | 8 +- demo/embedded.html | 6 +- demo/index.html | 4 +- docs/source/conf.py | 4 +- docs/source/quickstart.rst | 8 +- fullscreen.html | 6 +- index.html | 8 +- jslicenses.html | 10 +- locale/af/LC_MESSAGES/converse.po | 1312 +++++++++++++------------ locale/ar/LC_MESSAGES/converse.po | 1287 +++++++++++++------------ locale/bg/LC_MESSAGES/converse.po | 1298 +++++++++++++------------ locale/ca/LC_MESSAGES/converse.po | 1300 +++++++++++++------------ locale/converse.pot | 1239 ++++++++++++------------ locale/cs/LC_MESSAGES/converse.po | 1298 +++++++++++++------------ locale/de/LC_MESSAGES/converse.po | 1312 +++++++++++++------------ locale/eo/LC_MESSAGES/converse.po | 1275 +++++++++++++------------ locale/es/LC_MESSAGES/converse.po | 1309 +++++++++++++------------ locale/eu/LC_MESSAGES/converse.po | 1298 +++++++++++++------------ locale/fr/LC_MESSAGES/converse.po | 1310 +++++++++++++------------ locale/gl/LC_MESSAGES/converse.po | 1299 +++++++++++++------------ locale/he/LC_MESSAGES/converse.po | 1299 +++++++++++++------------ locale/hi/LC_MESSAGES/converse.po | 1272 +++++++++++++------------ locale/hu/LC_MESSAGES/converse.po | 1301 +++++++++++++------------ locale/id/LC_MESSAGES/converse.po | 1255 ++++++++++++------------ locale/it/LC_MESSAGES/converse.po | 1316 ++++++++++++++------------ locale/ja/LC_MESSAGES/converse.po | 1291 +++++++++++++------------ locale/lt/LC_MESSAGES/converse.po | 1296 +++++++++++++------------ locale/mr/LC_MESSAGES/converse.po | 1243 ++++++++++++------------ locale/nb/LC_MESSAGES/converse.po | 1305 +++++++++++++------------ locale/nl/LC_MESSAGES/converse.po | 1307 +++++++++++++------------ locale/nl_BE/LC_MESSAGES/converse.po | 1305 +++++++++++++------------ locale/oc/LC_MESSAGES/converse.po | 1302 +++++++++++++------------ locale/pl/LC_MESSAGES/converse.po | 1295 +++++++++++++------------ locale/pt/LC_MESSAGES/converse.po | 1300 +++++++++++++------------ locale/pt_BR/LC_MESSAGES/converse.po | 1303 +++++++++++++------------ locale/ro/LC_MESSAGES/converse.po | 1302 +++++++++++++------------ locale/ru/LC_MESSAGES/converse.po | 1294 +++++++++++++------------ locale/tr/LC_MESSAGES/converse.po | 1313 +++++++++++++------------ locale/uk/LC_MESSAGES/converse.po | 1299 +++++++++++++------------ locale/vi/LC_MESSAGES/converse.po | 1243 ++++++++++++------------ locale/zh_CN/LC_MESSAGES/converse.po | 1285 +++++++++++++------------ locale/zh_TW/LC_MESSAGES/converse.po | 1289 +++++++++++++------------ mobile.html | 4 +- src/headless/converse-core.js | 4 +- src/headless/package.json | 2 +- 49 files changed, 23591 insertions(+), 20454 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 99a0a3cb56..7acd8252ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 6.0.0 (Unreleased) +## 6.0.0 (2020-01-09) - [enable_smacks](https://conversejs.org/docs/html/configuration.html#enable-smacks) is not set to `true` by default. - Refactor some presence and status handling code from `converse-core` into `@converse/headless/converse-status`. diff --git a/COPYRIGHT b/COPYRIGHT index 85675a13c6..3a55fd2548 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ * * An XMPP chat client that runs in the browser. * - * Version: 5.0.4 + * Version: 6.0.0 * * Copyright: JC Brand 2013-2018 * Except for 3rd party dependencies. diff --git a/Makefile b/Makefile index 619bf76a56..ac8f893ad6 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ serve_bg: stamp-npm dist/converse-no-dependencies.js: src webpack.common.js webpack.nodeps.js stamp-npm @converse/headless npm run nodeps -GETTEXT = $(XGETTEXT) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --force-po --output=locale/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=5.0.4 dist/converse-no-dependencies.js -c +GETTEXT = $(XGETTEXT) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --force-po --output=locale/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=6.0.0 dist/converse-no-dependencies.js -c .PHONY: pot pot: dist/converse-no-dependencies.js diff --git a/RELEASE.md b/RELEASE.md index d2a1b062f4..e6f29a07af 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,19 +1,18 @@ # Release checklist 1. Run `make check` to check that all tests pass. -2. Decide on a version number, e.g. 6.0.0 -3. Run `make release VERSION=6.0.0` -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"` -8. Run `git push && git push --tags` -9. Update https://conversejs.org -10. Create `6.0.0` directory for the CDN. +2. Run `make release VERSION=6.0.0` +3. Do a `git diff` to check if things look sane. +4. Do a quick manual test with the `dist` files (via `index.html`) +5. `git commit -am "Release 6.0.0"` +6. `git tag -s v6.0.0 -m "Release 6.0.0"` +7. Run `git push && git push --tags` +8. Update https://conversejs.org +9. Create `6.0.0` directory for the CDN. * `cd /home/conversejs/converse.js` * `git clone --branch v6.0.0 git@github.com:conversejs/converse.js.git 6.0.0` * `cd 6.0.0 && ASSET_PATH=https://cdn.conversejs.org/6.0.0/dist/ make dist` * `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist` -11. Run `npm publish && cd src/headless/ && npm publish` -12. Update the repository on weblate -13. Decide on next release number and run `make postrelease VERSION=6.0.1` +10. Run `npm publish && cd src/headless/ && npm publish` +11. Update the repository on weblate +12. Decide on next release number and run `make postrelease VERSION=6.0.1` diff --git a/demo/anonymous.html b/demo/anonymous.html index 1c05c1d0fe..3b1b62a58b 100644 --- a/demo/anonymous.html +++ b/demo/anonymous.html @@ -9,13 +9,13 @@ - - + + - - + + diff --git a/demo/embedded.html b/demo/embedded.html index b1a54078f0..f58fe367ec 100644 --- a/demo/embedded.html +++ b/demo/embedded.html @@ -9,12 +9,12 @@ - + - - + +