Skip to content

Commit

Permalink
chore: release v1.5.5
Browse files Browse the repository at this point in the history
* (bluefox) Corrected small warning
  • Loading branch information
GermanBluefox committed Apr 12, 2024
1 parent 9faf61a commit d1e557e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Notice that these settings are valid only for reconnection and not for the first
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.5.5 (2024-04-12)
* (bluefox) Corrected small warning

### 1.5.4 (2023-11-29)
Expand Down
29 changes: 15 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vis",
"version": "1.5.4",
"version": "1.5.5",
"news": {
"1.5.5": {
"en": "Corrected small warning",
"de": "Kleine Warnung korrigiert",
"ru": "Исправлено небольшое предупреждение",
"pt": "Pequeno aviso corrigido",
"nl": "Gecorrigeerde kleine waarschuwing",
"fr": "Petit avertissement corrigé",
"it": "Piccolo avvertimento corretto",
"es": "Advertencia pequeña corregida",
"pl": "Poprawione małe ostrzeżenie",
"uk": "Виправлено невелике попередження",
"zh-cn": "更正小警告"
},
"1.5.4": {
"en": "added the new binding operation for getting property of JSON or object\nChecked the initialization of the `local_` variables\nfixed subscribeOidAtRuntime\nAdded dynamic web manifest\nOptimization for basic-view in widget8\nChanged binding regex to accept umlauts\nCorrected first installation of vis",
"de": "die neue Bindungsoperation zum Erhalt von Eigentum von JSON oder Objekt hinzugefügt\nDie Initialisierung der lokalen_ Variablen wurde geprüft\nabonnierenOidAtRuntime\nHinzufügen dynamischer web manifest\nOptimierung der Grundansicht in widget8\nÄnderung des verbindlichen Regex zur Annahme von Umlauts\nKorrigierte erste Installation von vis",
Expand Down Expand Up @@ -77,18 +90,6 @@
"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",
"ru": "Исправлена ошибка с экспортом определенных виджетов",
"pt": "Corrigido bug com a exportação de widgets específicos",
"nl": "Bug opgelost met het exporteren van specifieke widgets",
"fr": "Correction d'un bug avec l'export de widgets spécifiques",
"it": "Risolto bug con l'esportazione di widget specifici",
"es": "Error solucionado con la exportación de widgets específicos.",
"pl": "Naprawiono błąd z eksportem określonych widżetów",
"zh-cn": "修复了导出特定小部件的错误"
}
},
"title": "Visualisation",
Expand Down Expand Up @@ -240,4 +241,4 @@
"native": {}
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis",
"description": "Graphical user interface for ioBroker.",
"version": "1.5.4",
"version": "1.5.5",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion www/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST
#
# vis Version 1.5.4
# vis Version 1.5.5
# dev build 0


Expand Down
2 changes: 1 addition & 1 deletion www/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
<head>

<!-- vis Version 1.5.4 -->
<!-- vis Version 1.5.5 -->

<!--
Use FireFox or Chrome with --allow-file-access-from-files flag to test DashUI local.
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
<head>
<!-- vis Version 1.5.4 -->
<!-- vis Version 1.5.5 -->

<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down
2 changes: 1 addition & 1 deletion www/js/vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ var FORBIDDEN_CHARS = /[_\-/ :!#$%&()+=@^{}|~]+/g; // from https://github.com/io
// 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.5.4',
version: '1.5.5',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit d1e557e

Please sign in to comment.