Skip to content

Commit

Permalink
chore: release v1.4.15
Browse files Browse the repository at this point in the history
* (bluefox) Better check of the offline license
  • Loading branch information
GermanBluefox committed Apr 10, 2022
1 parent 8821694 commit f80feae
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15 (2022-04-10)
* (bluefox) Better check of the offline license

### 1.4.14 (2022-03-31)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "vis",
"version": "1.4.14",
"version": "1.4.15",
"news": {
"1.4.15": {
"en": "Better check of the offline license",
"de": "Bessere Überprüfung der Offline-Lizenz",
"ru": "Улучшенная проверка офлайн-лицензии",
"pt": "Melhor verificação da licença offline",
"nl": "Betere controle van de offline licentie",
"fr": "Meilleure vérification de la licence hors ligne",
"it": "Migliore controllo della licenza offline",
"es": "Mejor control de la licencia fuera de línea",
"pl": "Lepsze sprawdzenie licencji offline",
"zh-cn": "更好地检查离线许可证"
},
"1.4.14": {
"en": "Corrected GUI bug",
"de": "GUI-Fehler behoben",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "SubscribeOidAtRuntime fijo si se llama con ID no válidos\nSoporte agregado del administrador de licencias",
"pl": "Naprawiono subscribeOidAtRuntime w przypadku wywołania z nieprawidłowymi identyfikatorami\nDodano obsługę menedżera licencji",
"zh-cn": "如果使用无效 ID 调用,则修复了 subscribeOidAtRuntime\n添加了许可证管理器的支持"
},
"1.4.6": {
"en": "Added the license check even without internet",
"de": "Lizenzprüfung auch ohne Internet hinzugefügt",
"ru": "Добавлена проверка лицензии даже без интернета",
"pt": "Adicionada a verificação de licença mesmo sem internet",
"nl": "De licentiecontrole toegevoegd, zelfs zonder internet",
"fr": "Ajout du contrôle de licence même sans internet",
"it": "Aggiunto il controllo della licenza anche senza internet",
"es": "Se agregó la verificación de licencia incluso sin Internet.",
"pl": "Dodano sprawdzanie licencji nawet bez internetu",
"zh-cn": "即使没有互联网也添加了许可证检查"
}
},
"title": "Visualisation",
Expand Down
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.4.14",
"version": "1.4.15",
"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.4.14
# vis Version 1.4.15
# 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.4.14 -->
<!-- vis Version 1.4.15 -->

<!--
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.4.14 -->
<!-- vis Version 1.4.15 -->

<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 @@ -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.14',
version: '1.4.15',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit f80feae

Please sign in to comment.