You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.2 KiB

6 years ago
{
"common": {
"name": "vis-history",
"version": "0.2.7",
"title": "yunkong2 Visualisation - history Widgets",
"news": {
"0.2.7": {
"en": "small fixes",
"de": "Kleine Fixes",
"ru": "small fixes"
},
"0.2.6": {
"en": "small fix for empty values",
"de": "Kleines Fix für null Werte",
"ru": "Патч для null значений"
},
"0.2.5": {
"en": "make http links clickable in the list",
"de": "Erlaube http links als Werte",
"ru": "Возможность иметь HTTP линки, как значения"
},
"0.2.4": {
"en": "support of new custom schema",
"de": "Unterstützung von Custom-Schema",
"ru": "Поддержка новой Custom-cхемы"
},
"0.2.3": {
"en": "fix JS error",
"de": "JS Fehler korrigiert",
"ru": "Исправлена JS ошибка"
},
"0.2.2": {
"en": "add units and suffix",
"de": "add units and suffix",
"ru": "add units and suffix"
},
"0.2.1": {
"en": "fix typo",
"de": "fix typo",
"ru": "fix typo"
},
"0.2.0": {
"en": "fix max line settings\nadd 'none' time selector",
"de": "fix max line settings\nadd 'none' time selector",
"ru": "fix max line settings\nadd 'none' time selector"
},
"0.1.1": {
"en": "change default style to vis-style-green-gray",
"de": "change default style to vis-style-green-gray",
"ru": "change default style to vis-style-green-gray"
},
"0.1.0": {
"en": "initial commit",
"de": "initial commit",
"ru": "initial commit"
}
},
"desc": {
"en": "history Widgets for yunkong2.vis",
"de": "history Widgets für yunkong2.vis",
"ru": "history Widgets для yunkong2.vis"
},
"platform": "Javascript/Node.js",
"icon": "vis-history.png",
"enabled": true,
"mode": "once",
"extIcon": "https://raw.githubusercontent.com/yunkong2/yunkong2.vis-history/master/admin/vis-history.png",
"keywords": [
"history",
"vis",
"GUI",
"graphical",
"scada"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.vis-history/blob/master/README.md",
"authors": [
"Pmant <patrickmo@gmx.de>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "BSD-3-Clause",
"dependencies": [
"vis"
],
"onlyWWW": true,
"singleton": true,
"type": "visualization-widgets",
"noConfig": true,
"restartAdapters": [
"vis"
]
},
"native": {
"dependencies": []
},
"instanceObjects": []
}