Skip to content

Commit

Permalink
chore: release v1.3.9
Browse files Browse the repository at this point in the history
Added support of local browser variables
Bug fix for null & NaN values in width and height
Added support for admin5
  • Loading branch information
GermanBluefox committed Apr 29, 2021
1 parent 2d51690 commit f318759
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 23 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ Notice that these settings are valid only for reconnection and not for the first
-->

## Changelog
### 1.3.9 (2021-04-29)
* (agav99) Added support of local browser variables
* (Scrounger) Bug fix for null & NaN values in width and height
* (bluefox) Added support for admin5

### 1.3.8 (2021-03-03)
* (bluefox) fix play sounds on iOS Safari an android
* (Scrounger) visEditInspect: format dimension added
Expand Down
33 changes: 19 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "vis",
"version": "1.3.8",
"version": "1.3.9",
"news": {
"1.3.9": {
"en": "Added support of local browser variables\nBug fix for null & NaN values in width and height\nAdded support for admin5",
"de": "Unterstützung für lokale Browservariablen hinzugefügt\nFehlerbehebung für Null- und NaN-Werte in Breite und Höhe\nUnterstützung für admin5 hinzugefügt",
"ru": "Добавлена поддержка локальных переменных браузера.\nИсправлена ошибка для значений NULL и NaN по ширине и высоте\nДобавлена поддержка admin5",
"pt": "Adicionado suporte para variáveis locais do navegador\nCorreção de bug para valores nulos e NaN em largura e altura\nAdicionado suporte para admin5",
"nl": "Ondersteuning toegevoegd voor lokale browservariabelen\nBugfix voor null & NaN-waarden in breedte en hoogte\nOndersteuning toegevoegd voor admin5",
"fr": "Ajout de la prise en charge des variables de navigateur locales\nCorrection de bogue pour les valeurs null et NaN en largeur et en hauteur\nAjout du support pour admin5",
"it": "Aggiunto il supporto delle variabili del browser locale\nCorrezione di bug per valori null e NaN in larghezza e altezza\nAggiunto supporto per admin5",
"es": "Se agregó soporte para las variables del navegador local.\nCorrección de errores para valores nulos y NaN en ancho y alto\nSoporte agregado para admin5",
"pl": "Dodano obsługę zmiennych lokalnych przeglądarki\nNaprawiono błąd wartości null i NaN w szerokości i wysokości\nDodano wsparcie dla admin5",
"zh-cn": "增加了对本地浏览器变量的支持\n错误修复宽度和高度的null和NaN值\n添加了对admin5的支持"
},
"1.3.8": {
"en": "fix play sounds on iOS Safari an android\nvisEditInspect: format dimension added\nReplace travis and appveyor by the github actions\nAllow resources to be loaded as blob\n(Excodibur ) Allow resources to be loaded as blob",
"de": "Fix Play Sounds auf iOS Safari und Android\nvisEditInspect: Formatdimension hinzugefügt\nErsetzen Sie Travis und Appveyor durch die Github-Aktionen\nZulassen, dass Ressourcen als Blob geladen werden\n(Excodibur) Ermöglicht das Laden von Ressourcen als Blob",
Expand Down Expand Up @@ -230,17 +242,6 @@
"es": "Añadir soporte chino",
"pl": "Dodaj chińskie wsparcie",
"zh-cn": "添加中文支持"
},
"1.1.8": {
"en": "File dialog was corrected",
"de": "Dateidialog wurde korrigiert",
"ru": "Исправлено диалоговое окно файла",
"pt": "A caixa de diálogo do arquivo foi corrigida",
"nl": "Bestandsdialoog is gecorrigeerd",
"fr": "Le dialogue de fichier a été corrigé",
"it": "La finestra di dialogo del file è stata corretta",
"es": "Se corrigió el diálogo del archivo",
"pl": "Okno dialogowe pliku zostało poprawione"
}
},
"title": "Visualisation",
Expand Down Expand Up @@ -284,7 +285,9 @@
"authors": [
"bluefox <dogafox@gmail.com>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"localLinks": {
"_default": "%web_protocol%://%ip%:%web_port%/vis/edit.html"
},
"license": "CC BY-NC",
"dependencies": [
{
Expand All @@ -297,8 +300,10 @@
"serviceStates": "lib/states.js",
"singleton": true,
"type": "visualization",
"highlight": true,
"noConfig": false,
"adminUI": {
"config": "none"
},
"materialize": true,
"welcomeScreen": {
"link": "vis/index.html",
Expand Down
10 changes: 5 additions & 5 deletions 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.3.8",
"version": "1.3.9",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
Expand All @@ -28,12 +28,12 @@
"@iobroker/adapter-core": "^2.4.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.8.3",
"@alcalzone/release-script": "^1.9.0",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"gulp-replace": "^1.1.2",
"iobroker.web": "*",
"mocha": "^8.3.0",
"chai": "^4.3.3"
"mocha": "^8.3.2",
"chai": "^4.3.4"
},
"bugs": {
"url": "https://github.com/iobroker/iobroker.vis/issues"
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.3.8
# vis Version 1.3.9
# 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.3.8 -->
<!-- vis Version 1.3.9 -->

<!--
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.3.8 -->
<!-- vis Version 1.3.9 -->

<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 @@ -274,7 +274,7 @@ if (typeof systemLang !== 'undefined' && typeof cordova === 'undefined') {
}

var vis = {
version: '1.3.8',
version: '1.3.9',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit f318759

Please sign in to comment.