diff --git a/README.md b/README.md index 7feb4c6f9..312d04d95 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Notice that these settings are valid only for reconnection and not for the first ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 1.4.13 (2022-03-22) * (pascal-hari) The group attributes will be replaced recursively ### 1.4.12 (2022-02-12) diff --git a/io-package.json b/io-package.json index bbd6a8a1f..603beca09 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "vis", - "version": "1.4.12", + "version": "1.4.13", "news": { + "1.4.13": { + "en": "The group attributes will be replaced recursively", + "de": "Die Gruppenattribute werden rekursiv ersetzt", + "ru": "Атрибуты группы будут заменены рекурсивно", + "pt": "Os atributos do grupo serão substituídos recursivamente", + "nl": "De groepsattributen worden recursief vervangen", + "fr": "Les attributs de groupe seront remplacés de manière récursive", + "it": "Gli attributi del gruppo verranno sostituiti in modo ricorsivo", + "es": "Los atributos del grupo serán reemplazados recursivamente", + "pl": "Atrybuty grupowe zostaną zastąpione rekursywnie", + "zh-cn": "组属性将被递归替换" + }, "1.4.12": { "en": "Fixed bug with the export of specific widgets", "de": "Fehler beim Export bestimmter Widgets behoben", @@ -74,18 +86,6 @@ "es": "Se agregó la especificación frame-src al encabezado content-security-policy que corrige problemas de bloqueo de contenido relacionados con el marco (por ejemplo, usando la aplicación KioskPro para iOS).\nMostró los mensajes de error extendidos por verificación de licencia\nParche visibilidad oid vinculante", "pl": "Dodano specyfikację frame-src do nagłówka content-security-policy naprawiającego problemy z blokowaniem treści związane z ramkami (np. przy użyciu aplikacji KioskPro na iOS).\nPokazano rozszerzone komunikaty o błędach przy sprawdzaniu licencji\nWiązanie poprawki widoczności oid", "zh-cn": "向 content-security-policy 标头添加了 frame-src 规范,修复了与框架相关的内容阻塞问题(例如,使用 KioskPro iOS 应用程序)。\n通过许可证检查显示扩展错误消息\n补丁可见性 oid 绑定" - }, - "1.4.4": { - "en": "Allowed to have \":\" in the binding object IDs", - "de": "Darf \":\" in den Bindungsobjekt-IDs enthalten", - "ru": "Допускается наличие \":\" в идентификаторах объектов привязки.", - "pt": "É permitido ter \":\" nos IDs de objeto de ligação", - "nl": "Toegestaan om \":\" in de bindende object-ID's te hebben", - "fr": "Autorisé à avoir \":\" dans les ID d'objet de liaison", - "it": "Consentito di avere \":\" negli ID oggetto di associazione", - "es": "Se permite tener \":\" en los ID de objeto de vinculación", - "pl": "Dozwolone mieć \":\" w powiązanych identyfikatorach obiektów", - "zh-cn": "允许在绑定对象 ID 中包含“:”" } }, "title": "Visualisation", diff --git a/package.json b/package.json index 80171c09a..5199deceb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.vis", "description": "Graphical user interface for ioBroker.", - "version": "1.4.12", + "version": "1.4.13", "author": { "name": "bluefox", "email": "dogafox@gmail.com" diff --git a/www/cache.manifest b/www/cache.manifest index 5dac9b048..ce21cab4f 100644 --- a/www/cache.manifest +++ b/www/cache.manifest @@ -1,6 +1,6 @@ CACHE MANIFEST # -# vis Version 1.4.12 +# vis Version 1.4.13 # dev build 0 diff --git a/www/edit.html b/www/edit.html index e5f7eb159..2b53f81b1 100644 --- a/www/edit.html +++ b/www/edit.html @@ -2,7 +2,7 @@ - + - + diff --git a/www/js/vis.js b/www/js/vis.js index f010c75a0..ccdd6629b 100644 --- a/www/js/vis.js +++ b/www/js/vis.js @@ -277,7 +277,7 @@ var FORBIDDEN_CHARS = /[^._\-/ :!#$%&()+=@^{}|~]+/g; // from https://github.com/ // var FORBIDDEN_CHARS = /[^._\-/ :!#$%&()+=@^{}|~\p{Ll}\p{Lu}\p{Nd}]+/gu; // it must be like this, but old browsers does not support Unicode var vis = { - version: '1.4.12', + version: '1.4.13', requiredServerVersion: '0.0.0', storageKeyViews: 'visViews',