Skip to content

Commit b8a3985

Browse files
committed
chore: release v1.4.12
* (bluefox) Fixed bug with the export of specific widgets
1 parent c6565d1 commit b8a3985

File tree

7 files changed

+25
-21
lines changed

7 files changed

+25
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Notice that these settings are valid only for reconnection and not for the first
207207
### __WORK IN PROGRESS__
208208
-->
209209
## Changelog
210-
### __WORK IN PROGRESS__
210+
### 1.4.12 (2022-02-12)
211211
* (bluefox) Fixed bug with the export of specific widgets
212212

213213
### 1.4.11 (2022-02-12)

io-package.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "vis",
4-
"version": "1.4.11",
4+
"version": "1.4.12",
55
"news": {
6+
"1.4.12": {
7+
"en": "Fixed bug with the export of specific widgets",
8+
"de": "Fehler beim Export bestimmter Widgets behoben",
9+
"ru": "Исправлена ошибка с экспортом определенных виджетов",
10+
"pt": "Corrigido bug com a exportação de widgets específicos",
11+
"nl": "Bug opgelost met het exporteren van specifieke widgets",
12+
"fr": "Correction d'un bug avec l'export de widgets spécifiques",
13+
"it": "Risolto bug con l'esportazione di widget specifici",
14+
"es": "Error solucionado con la exportación de widgets específicos.",
15+
"pl": "Naprawiono błąd z eksportem określonych widżetów",
16+
"zh-cn": "修复了导出特定小部件的错误"
17+
},
618
"1.4.11": {
719
"en": "Removed ES6 commands to be supported by older browsers\nFixed problem with update of grouped widgets\nAdded web manifest to be able to handle vis as the web app",
820
"de": "Entfernte ES6-Befehle, die von älteren Browsern unterstützt werden sollen\nProblem mit der Aktualisierung von gruppierten Widgets behoben\nWeb-Manifest hinzugefügt, um vis als Web-App handhaben zu können",
@@ -74,18 +86,6 @@
7486
"es": "Se permite tener \":\" en los ID de objeto de vinculación",
7587
"pl": "Dozwolone mieć \":\" w powiązanych identyfikatorach obiektów",
7688
"zh-cn": "允许在绑定对象 ID 中包含“:”"
77-
},
78-
"1.4.3": {
79-
"en": "Added possibility to check license offline (only special once)",
80-
"de": "Möglichkeit zur Offline-Lizenzprüfung hinzugefügt (nur einmalig)",
81-
"ru": "Добавлена возможность проверить лицензию в автономном режиме (только один раз)",
82-
"pt": "Adicionada a possibilidade de verificar a licença offline (especial apenas uma vez)",
83-
"nl": "Mogelijkheid toegevoegd om licentie offline te controleren (slechts één keer speciaal)",
84-
"fr": "Ajout de la possibilité de vérifier la licence hors ligne (une seule fois spéciale)",
85-
"it": "Aggiunta la possibilità di controllare la licenza offline (speciale solo una volta)",
86-
"es": "Se agregó la posibilidad de verificar la licencia fuera de línea (solo especial una vez)",
87-
"pl": "Dodano możliwość sprawdzenia licencji offline (tylko raz)",
88-
"zh-cn": "添加了离线检查许可证的可能性(仅特殊一次)"
8989
}
9090
},
9191
"title": "Visualisation",
@@ -134,8 +134,12 @@
134134
},
135135
"license": "CC-BY-NC-4.0",
136136
"dependencies": [
137-
{"web": ">=3.0.12"},
138-
{"js-controller": ">=2.0.0"}
137+
{
138+
"web": ">=3.0.12"
139+
},
140+
{
141+
"js-controller": ">=2.0.0"
142+
}
139143
],
140144
"restartAdapters": [
141145
"vis"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iobroker.vis",
33
"description": "Graphical user interface for ioBroker.",
4-
"version": "1.4.11",
4+
"version": "1.4.12",
55
"author": {
66
"name": "bluefox",
77
"email": "[email protected]"

www/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CACHE MANIFEST
22
#
3-
# vis Version 1.4.11
3+
# vis Version 1.4.12
44
# dev build 0
55

66

www/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
33
<head>
44

5-
<!-- vis Version 1.4.11 -->
5+
<!-- vis Version 1.4.12 -->
66

77
<!--
88
Use FireFox or Chrome with --allow-file-access-from-files flag to test DashUI local.

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
33
<head>
4-
<!-- vis Version 1.4.11 -->
4+
<!-- vis Version 1.4.12 -->
55

66
<meta charset="utf-8">
77
<meta name="apple-mobile-web-app-capable" content="yes" />

www/js/vis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ var FORBIDDEN_CHARS = /[^._\-/ :!#$%&()+=@^{}|~]+/g; // from https://github.com/
277277
// var FORBIDDEN_CHARS = /[^._\-/ :!#$%&()+=@^{}|~\p{Ll}\p{Lu}\p{Nd}]+/gu; // it must be like this, but old browsers does not support Unicode
278278

279279
var vis = {
280-
version: '1.4.11',
280+
version: '1.4.12',
281281
requiredServerVersion: '0.0.0',
282282

283283
storageKeyViews: 'visViews',

0 commit comments

Comments
 (0)