فهرست منبع

Release 11.0.1

JC Brand 2 هفته پیش
والد
کامیت
01e1583209
56فایلهای تغییر یافته به همراه9817 افزوده شده و 10015 حذف شده
  1. 2 1
      CHANGES.md
  2. 1 1
      COPYRIGHT
  3. 1 1
      Makefile
  4. 2 2
      docs/source/conf.py
  5. 2 2
      docs/source/quickstart.rst
  6. 1 1
      manifest.json
  7. 3 3
      package-lock.json
  8. 1 1
      package.json
  9. 1 1
      src/headless/package.json
  10. 1 1
      src/headless/shared/constants.js
  11. 211 215
      src/i18n/af/LC_MESSAGES/converse.po
  12. 211 216
      src/i18n/ar/LC_MESSAGES/converse.po
  13. 218 222
      src/i18n/be/LC_MESSAGES/converse.po
  14. 212 216
      src/i18n/bg/LC_MESSAGES/converse.po
  15. 211 215
      src/i18n/ca/LC_MESSAGES/converse.po
  16. 219 223
      src/i18n/converse.pot
  17. 218 223
      src/i18n/cs/LC_MESSAGES/converse.po
  18. 218 222
      src/i18n/da/LC_MESSAGES/converse.po
  19. 211 215
      src/i18n/de/LC_MESSAGES/converse.po
  20. 208 212
      src/i18n/el/LC_MESSAGES/converse.po
  21. 211 215
      src/i18n/eo/LC_MESSAGES/converse.po
  22. 211 215
      src/i18n/es/LC_MESSAGES/converse.po
  23. 211 215
      src/i18n/eu/LC_MESSAGES/converse.po
  24. 218 222
      src/i18n/fa/LC_MESSAGES/converse.po
  25. 211 216
      src/i18n/fi/LC_MESSAGES/converse.po
  26. 211 215
      src/i18n/fr/LC_MESSAGES/converse.po
  27. 212 216
      src/i18n/gl/LC_MESSAGES/converse.po
  28. 218 223
      src/i18n/he/LC_MESSAGES/converse.po
  29. 218 223
      src/i18n/hi/LC_MESSAGES/converse.po
  30. 211 216
      src/i18n/hu/LC_MESSAGES/converse.po
  31. 211 215
      src/i18n/id/LC_MESSAGES/converse.po
  32. 208 212
      src/i18n/it/LC_MESSAGES/converse.po
  33. 212 216
      src/i18n/ja/LC_MESSAGES/converse.po
  34. 212 216
      src/i18n/ko/LC_MESSAGES/converse.po
  35. 211 215
      src/i18n/lt/LC_MESSAGES/converse.po
  36. 218 222
      src/i18n/mr/LC_MESSAGES/converse.po
  37. 208 213
      src/i18n/nb/LC_MESSAGES/converse.po
  38. 208 213
      src/i18n/nl/LC_MESSAGES/converse.po
  39. 211 215
      src/i18n/nl_BE/LC_MESSAGES/converse.po
  40. 208 214
      src/i18n/oc/LC_MESSAGES/converse.po
  41. 211 216
      src/i18n/pl/LC_MESSAGES/converse.po
  42. 211 215
      src/i18n/pt/LC_MESSAGES/converse.po
  43. 211 215
      src/i18n/pt_BR/LC_MESSAGES/converse.po
  44. 218 223
      src/i18n/ro/LC_MESSAGES/converse.po
  45. 211 216
      src/i18n/ru/LC_MESSAGES/converse.po
  46. 218 222
      src/i18n/si/LC_MESSAGES/converse.po
  47. 218 222
      src/i18n/sq/LC_MESSAGES/converse.po
  48. 211 215
      src/i18n/sv/LC_MESSAGES/converse.po
  49. 212 216
      src/i18n/ta/LC_MESSAGES/converse.po
  50. 218 223
      src/i18n/th/LC_MESSAGES/converse.po
  51. 211 215
      src/i18n/tr/LC_MESSAGES/converse.po
  52. 211 215
      src/i18n/ug/LC_MESSAGES/converse.po
  53. 211 215
      src/i18n/uk/LC_MESSAGES/converse.po
  54. 218 223
      src/i18n/vi/LC_MESSAGES/converse.po
  55. 218 222
      src/i18n/zh_CN/LC_MESSAGES/converse.po
  56. 218 222
      src/i18n/zh_TW/LC_MESSAGES/converse.po

+ 2 - 1
CHANGES.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## 11.0.0 (Unreleased)
+## 11.0.1 (2025-06-09)
 
 - #3672: Images not rendering
 - #3676: Flyout box is not positioned correctly on mobile devices in "overlayed" mode
@@ -13,6 +13,7 @@
 - Fix auto zoom in when input message in ios safari
 - Add a service discovery browser to the settings modal
 - Add a modal to view blocked XMPP addresses
+- Check for PubSub `config-node-max` feature before using the `max` value
 
 ## 11.0.0 (2025-05-21)
 

+ 1 - 1
COPYRIGHT

@@ -2,7 +2,7 @@
  *
  *  An XMPP chat client for the web
  *
- *  Version: 11.0.0
+ *  Version: 11.0.1
  *
  *  Copyright: JC Brand 2013-2025
  *  Except for 3rd party dependencies.

+ 1 - 1
Makefile

@@ -65,7 +65,7 @@ certs:
 ########################################################################
 ## Translation machinery
 
-GETTEXT = $(XGETTEXT) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --keyword=i18n_ --force-po --output=src/i18n/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=11.0.0 dist/converse-no-dependencies.js -c
+GETTEXT = $(XGETTEXT) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --keyword=i18n_ --force-po --output=src/i18n/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=11.0.1 dist/converse-no-dependencies.js -c
 
 src/i18n/converse.pot: dist/converse-no-dependencies.js
 	$(GETTEXT) 2>&1 > /dev/null; exit $$?;

+ 2 - 2
docs/source/conf.py

@@ -48,9 +48,9 @@ copyright = u'2018, JC Brand'
 # built documents.
 #
 # The short X.Y version.
-version = '11.0.0'
+version = '11.0.1'
 # The full version, including alpha/beta/rc tags.
-release = '11.0.0'
+release = '11.0.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 2 - 2
docs/source/quickstart.rst

@@ -40,8 +40,8 @@ To use it, add these lines to your HTML page's ``<head>`` section:
 .. code-block:: html
 
     <!-- Replace 10.1.5 with your desired version -->
-    <link rel="stylesheet" href="https://cdn.conversejs.org/11.0.0/dist/converse.min.css">
-    <script src="https://cdn.conversejs.org/11.0.0/dist/converse.min.js" charset="utf-8"></script>
+    <link rel="stylesheet" href="https://cdn.conversejs.org/11.0.1/dist/converse.min.css">
+    <script src="https://cdn.conversejs.org/11.0.1/dist/converse.min.js" charset="utf-8"></script>
 
 .. warning::
     Always specify a version number in production to avoid breaking changes.

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
   "short_name": "Converse",
   "name": "Converse Chat",
   "description": "Messaging Freedom",
-  "version": "11.0.0",
+  "version": "11.0.1",
   "categories": ["social"],
   "icons": [
     {

+ 3 - 3
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "converse.js",
-  "version": "11.0.0",
+  "version": "11.0.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "converse.js",
-      "version": "11.0.0",
+      "version": "11.0.1",
       "license": "MPL-2.0",
       "workspaces": [
         "src/headless",
@@ -9237,7 +9237,7 @@
     },
     "src/headless": {
       "name": "@converse/headless",
-      "version": "11.0.0",
+      "version": "11.0.1",
       "license": "MPL-2.0",
       "dependencies": {
         "@converse/log": "^0.0.1",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "converse.js",
-  "version": "11.0.0",
+  "version": "11.0.1",
   "description": "Browser based XMPP chat client",
   "browser": "dist/converse.js",
   "workspaces": [

+ 1 - 1
src/headless/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@converse/headless",
-  "version": "11.0.0",
+  "version": "11.0.1",
   "description": "Converse.js Headless build",
   "author": "JC Brand <jc@opkode.com>",
   "contributors": [

+ 1 - 1
src/headless/shared/constants.js

@@ -1,7 +1,7 @@
 import { Strophe } from 'strophe.js';
 
 export const BOSH_WAIT = 59;
-export const VERSION_NAME = "v11.0.0";
+export const VERSION_NAME = "v11.0.1";
 
 export const PRES_SHOW_VALUES = ['chat', 'dnd', 'away', 'xa'];
 export const PRES_TYPE_VALUES = [

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/af/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 216
src/i18n/ar/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/be/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 212 - 216
src/i18n/bg/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/ca/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 219 - 223
src/i18n/converse.pot


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 223
src/i18n/cs/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/da/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/de/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 208 - 212
src/i18n/el/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/eo/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/es/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/eu/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/fa/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 216
src/i18n/fi/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/fr/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 212 - 216
src/i18n/gl/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 223
src/i18n/he/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 223
src/i18n/hi/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 216
src/i18n/hu/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/id/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 208 - 212
src/i18n/it/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 212 - 216
src/i18n/ja/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 212 - 216
src/i18n/ko/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/lt/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/mr/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 208 - 213
src/i18n/nb/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 208 - 213
src/i18n/nl/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/nl_BE/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 208 - 214
src/i18n/oc/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 216
src/i18n/pl/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/pt/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/pt_BR/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 223
src/i18n/ro/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 216
src/i18n/ru/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/si/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/sq/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/sv/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 212 - 216
src/i18n/ta/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 223
src/i18n/th/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/tr/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/ug/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 211 - 215
src/i18n/uk/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 223
src/i18n/vi/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/zh_CN/LC_MESSAGES/converse.po


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 218 - 222
src/i18n/zh_TW/LC_MESSAGES/converse.po


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است