Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
* (bluefox) Make it compatible with ioBroker.vis 2.0
  • Loading branch information
GermanBluefox committed Jan 16, 2024
1 parent 313cce6 commit fa626d4
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 135 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jqui-mfd widget sets for ioBroker.vis. Widgets are styled as Windows jQuery UI i
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.1.1 (2024-01-16)
* (bluefox) Make it compatible with ioBroker.vis 2.0

### 1.0.12 (2018-06-27)
Expand Down
254 changes: 121 additions & 133 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,137 +1,125 @@
{
"common": {
"name": "vis-jqui-mfd",
"version": "1.1.0",
"news": {
"1.0.12": {
"en": "Custom10-Widget and Light-Widget are repaired if the icon color used",
"de": "Custom10-Widget und Light-Widget werden repariert, wenn die Symbolfarbe verwendet wird",
"ru": "Custom10-Widget и Light-Widget восстанавливаются, если используется цвет значка",
"pt": "Custom10-Widget e Light-Widget são reparados se a cor do ícone for usada",
"nl": "Custom10-Widget en Light-Widget worden gerepareerd als de gebruikte pictogramkleur",
"fr": "Custom10-Widget et Light-Widget sont réparés si la couleur de l'icône utilisée",
"it": "Custom10-Widget e Light-Widget vengono riparati se si utilizza il colore dell'icona",
"es": "Custom10-Widget y Light-Widget se reparan si el color del icono utilizado",
"pl": "Custom10-Widget i Light-Widget są naprawiane, jeśli używany jest kolor ikony"
},
"1.0.11": {
"en": "The heating widget was extended",
"de": "Das Heizungs-Widget wurde erweitert",
"ru": "Виджет отопления был расширен",
"pt": "O widget de aquecimento foi estendido",
"nl": "De verwarmingswidget is uitgebreid",
"fr": "Le widget de chauffage a été étendu",
"it": "Il widget di riscaldamento è stato esteso",
"es": "El widget de calentamiento se extendió",
"pl": "Widżet grzewczy został przedłużony"
},
"1.0.9": {
"en": "Fix iframes",
"de": "Korrigiere iframes",
"ru": "Поправлены iframes"
},
"1.0.8": {
"en": "Fix of ShutterDialog Labels",
"de": "Fix of ShutterDialog Labels",
"ru": "Fix of ShutterDialog Labels"
},
"1.0.7": {
"en": "Fix size of lamp-off-svg",
"de": "Größe der Lampe-Aus-SVG-Grafik korrigiert",
"ru": "Fix size of lamp-off-svg"
},
"1.0.6": {
"en": "Add to all dialogs autoclose",
"de": "Autoclose für alle Dialogen hinzugefügt",
"ru": "Добавлено автозакрытие для всех диалоговых окон"
},
"1.0.5": {
"en": "add blind widget",
"de": "Markisen-Widget hinzugefügt",
"ru": "Добавлен виджет для маркизы"
},
"1.0.4": {
"en": "fix custom 10 dialog",
"de": "fix custom 10 dialog",
"ru": "fix custom 10 dialog"
},
"1.0.3": {
"en": "removed left over debugger statement",
"de": "removed left over debugger statement",
"ru": "removed left over debugger statement"
},
"1.0.2": {
"en": "implemented color support for each separate state of the jqui-mfd wigets",
"de": "implemented color support for each separate state of the jqui-mfd wigets",
"ru": "implemented color support for each separate state of the jqui-mfd wigets"
},
"1.0.0": {
"en": "increase default width of popup windows",
"de": "increase default width of popup windows",
"ru": "increase default width of popup windows"
}
},
"title": "jQuery-UI style Widgets",
"titleLang": {
"en": "jQuery-UI style Widgets",
"de": "jQuery-UI-Stil Widgets",
"ru": "Виджеты в стиле jQuery-UI",
"pt": "Widgets estilo jQuery-UI",
"nl": "jQuery-UI-stijl Widgets",
"fr": "Widgets de style jQuery-UI",
"it": "Widget di stile jQuery-UI",
"es": "Widgets de estilo jQuery-UI",
"pl": "Widżety w stylu jQuery-UI"
},
"desc": {
"en": "jQuery-UI Widgets for ioBroker.vis with OpenAutomationProject icons",
"de": "jQuery-UI Widgets für ioBroker.vis mit OpenAutomationProject Bilder",
"ru": "jQuery-UI Widgets для ioBroker.vis с иконками OpenAutomationProject",
"pt": "Widgets jQuery-UI para ioBroker.vis com ícones OpenAutomationProject",
"nl": "jQuery-UI Widgets voor ioBroker.vis met OpenAutomationProject-pictogrammen",
"fr": "Widgets jQuery-UI pour ioBroker.vis avec des icônes OpenAutomationProject",
"it": "jQuery-UI Widget per ioBroker.vis con icone OpenAutomationProject",
"es": "jQuery-UI Widgets para ioBroker.vis con iconos de OpenAutomationProject",
"pl": "Widgety jQuery-UI dla ioBroker.vis z ikonami OpenAutomationProject"
},
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "jqui-mfd.png",
"enabled": true,
"mode": "once",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-jqui-mfd/master/admin/jqui-mfd.png",
"keywords": [
"jqui-mfd",
"vis",
"GUI",
"IoT",
"graphical",
"scada"
],
"readme": "https://github.com/ioBroker/ioBroker.vis-jqui-mfd/blob/master/README.md",
"authors": [
"hobbyquaker <[email protected]>",
"bluefox <[email protected]>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "MIT",
"dependencies": [
"vis"
],
"onlyWWW": true,
"singleton": true,
"type": "visualization-widgets",
"noConfig": true,
"restartAdapters": [
"vis"
],
"tier": 3
"common": {
"name": "vis-jqui-mfd",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "Make it compatible with ioBroker.vis 2.0",
"de": "Kompatibel mit ioBroker.vis 2.0",
"ru": "Сделайте его совместимым с ioBroker.vis 2.0",
"pt": "Tornar compatível com ioBroker.vis 2.0",
"nl": "Maak het compatibel met ioBroker.vis 2.0",
"fr": "La rendre compatible avec ioBroker.vis 2.0",
"it": "Renderlo compatibile con ioBroker.vis 2.0",
"es": "Hazlo compatible con ioBroker.vis 2.0",
"pl": "Sprawdzić zgodność z joBroker.vis 2.0",
"uk": "Зробіть сумісність з ioBroker.vis 2.0",
"zh-cn": "使其与ioBroker.vis 2.0兼容"
},
"1.0.12": {
"en": "Custom10-Widget and Light-Widget are repaired if the icon color used",
"de": "Custom10-Widget und Light-Widget werden repariert, wenn die Symbolfarbe verwendet wird",
"ru": "Custom10-Widget и Light-Widget восстанавливаются, если используется цвет значка",
"pt": "Custom10-Widget e Light-Widget são reparados se a cor do ícone for usada",
"nl": "Custom10-Widget en Light-Widget worden gerepareerd als de gebruikte pictogramkleur",
"fr": "Custom10-Widget et Light-Widget sont réparés si la couleur de l'icône utilisée",
"it": "Custom10-Widget e Light-Widget vengono riparati se si utilizza il colore dell'icona",
"es": "Custom10-Widget y Light-Widget se reparan si el color del icono utilizado",
"pl": "Custom10-Widget i Light-Widget są naprawiane, jeśli używany jest kolor ikony"
},
"1.0.11": {
"en": "The heating widget was extended",
"de": "Das Heizungs-Widget wurde erweitert",
"ru": "Виджет отопления был расширен",
"pt": "O widget de aquecimento foi estendido",
"nl": "De verwarmingswidget is uitgebreid",
"fr": "Le widget de chauffage a été étendu",
"it": "Il widget di riscaldamento è stato esteso",
"es": "El widget de calentamiento se extendió",
"pl": "Widżet grzewczy został przedłużony"
},
"1.0.9": {
"en": "Fix iframes",
"de": "Korrigiere iframes",
"ru": "Поправлены iframes"
},
"1.0.8": {
"en": "Fix of ShutterDialog Labels",
"de": "Fix of ShutterDialog Labels",
"ru": "Fix of ShutterDialog Labels"
},
"1.0.7": {
"en": "Fix size of lamp-off-svg",
"de": "Größe der Lampe-Aus-SVG-Grafik korrigiert",
"ru": "Fix size of lamp-off-svg"
},
"1.0.6": {
"en": "Add to all dialogs autoclose",
"de": "Autoclose für alle Dialogen hinzugefügt",
"ru": "Добавлено автозакрытие для всех диалоговых окон"
}
},
"native": {
"dependencies": [
"basic",
"jqui"
]
"title": "jQuery-UI style Widgets",
"titleLang": {
"en": "jQuery-UI style Widgets",
"de": "jQuery-UI-Stil Widgets",
"ru": "Виджеты в стиле jQuery-UI",
"pt": "Widgets estilo jQuery-UI",
"nl": "jQuery-UI-stijl Widgets",
"fr": "Widgets de style jQuery-UI",
"it": "Widget di stile jQuery-UI",
"es": "Widgets de estilo jQuery-UI",
"pl": "Widżety w stylu jQuery-UI"
},
"instanceObjects": []
"desc": {
"en": "jQuery-UI Widgets for ioBroker.vis with OpenAutomationProject icons",
"de": "jQuery-UI Widgets für ioBroker.vis mit OpenAutomationProject Bilder",
"ru": "jQuery-UI Widgets для ioBroker.vis с иконками OpenAutomationProject",
"pt": "Widgets jQuery-UI para ioBroker.vis com ícones OpenAutomationProject",
"nl": "jQuery-UI Widgets voor ioBroker.vis met OpenAutomationProject-pictogrammen",
"fr": "Widgets jQuery-UI pour ioBroker.vis avec des icônes OpenAutomationProject",
"it": "jQuery-UI Widget per ioBroker.vis con icone OpenAutomationProject",
"es": "jQuery-UI Widgets para ioBroker.vis con iconos de OpenAutomationProject",
"pl": "Widgety jQuery-UI dla ioBroker.vis z ikonami OpenAutomationProject"
},
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "jqui-mfd.png",
"enabled": true,
"mode": "once",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-jqui-mfd/master/admin/jqui-mfd.png",
"keywords": [
"jqui-mfd",
"vis",
"GUI",
"IoT",
"graphical",
"scada"
],
"readme": "https://github.com/ioBroker/ioBroker.vis-jqui-mfd/blob/master/README.md",
"authors": [
"hobbyquaker <[email protected]>",
"bluefox <[email protected]>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "MIT",
"dependencies": [
"vis"
],
"onlyWWW": true,
"singleton": true,
"type": "visualization-widgets",
"noConfig": true,
"restartAdapters": [
"vis"
],
"tier": 3
},
"native": {
"dependencies": [
"basic",
"jqui"
]
},
"instanceObjects": []
}
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-jqui-mfd",
"description": "jqui-mfd Widgets for ioBroker.vis",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "hobbyquaker",
"email": "[email protected]"
Expand Down

0 comments on commit fa626d4

Please sign in to comment.