iobroker.vis-icontwo 0.97.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,6 +60,14 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
60
60
 
61
61
  ## Changelog / Änderungsprotokoll
62
62
 
63
+ ### 1.0.0
64
+
65
+ • VIS-2 kompatibel
66
+
67
+ ### 0.98.0
68
+
69
+ • Neue Icons hinzugefügt (Devices - printer AMS)
70
+
63
71
  ### 0.97.3
64
72
 
65
73
  • Bugfix
package/io-package.json CHANGED
@@ -1,32 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "0.97.3",
4
+ "version": "1.0.0",
5
5
  "news": {
6
- "0.97.3": {
7
- "en": "Bugfix",
8
- "de": "Bug-Fix",
9
- "ru": "Исправлена ошибка",
10
- "pt": "Correção de bug",
11
- "nl": "Bugfix",
12
- "fr": "Correction d'un bug",
13
- "it": "Risoluzione del problema",
14
- "es": "Arreglo del fallo",
15
- "pl": "Naprawa błędów",
16
- "zh-cn": "错误修复"
17
- },"0.97.2": {
18
- "en": "Bugfix",
19
- "de": "Bug-Fix",
20
- "ru": "Исправлена ошибка",
21
- "pt": "Correção de bug",
22
- "nl": "Bugfix",
23
- "fr": "Correction d'un bug",
24
- "it": "Risoluzione del problema",
25
- "es": "Arreglo del fallo",
26
- "pl": "Naprawa błędów",
27
- "zh-cn": "错误修复"
6
+ "1.0.0":{
7
+ "en": "VIS-2 compatible",
8
+ "de": "VIS-2 kompatibel",
9
+ "ru": "VIS-2 совместимый",
10
+ "pt": "VIS-2 compatível",
11
+ "nl": "VIS-2 compatible",
12
+ "fr": "VIS-2 compatible",
13
+ "it": "VIS-2 compatibile",
14
+ "es": "VIS-2 compatible",
15
+ "pl": "VIS-2 kompatybilny",
16
+ "uk": "VIS-2 сумісний",
17
+ "zh-cn": "六S-2"
18
+ },
19
+ "0.98.0": {
20
+ "en": "new icons added",
21
+ "de": "Neue Symbole hinzugefügt",
22
+ "ru": "добавлены новые иконки",
23
+ "pt": "novos ícones adicionados",
24
+ "nl": "nieuwe pictogrammen toegevoegd",
25
+ "fr": "nouvelles icônes ajoutées",
26
+ "it": "nuove icone aggiunte",
27
+ "es": "nuevos iconos agregados",
28
+ "pl": "dodano nowe ikony",
29
+ "zh-cn": "添加了新图标"
28
30
  },
29
- "0.97.1": {
31
+ "0.97.3": {
30
32
  "en": "Bugfix",
31
33
  "de": "Bug-Fix",
32
34
  "ru": "Исправлена ошибка",
@@ -96,7 +98,8 @@
96
98
  "readme": "https://github.com/inventwo/ioBroker.vis-icontwo/blob/master/README.md",
97
99
  "loglevel": "info",
98
100
  "restartAdapters": [
99
- "vis"
101
+ "vis",
102
+ "vis-2"
100
103
  ],
101
104
  "singleton": true,
102
105
  "localLink": "http://icontwo.inventwo.com/",
@@ -119,9 +122,7 @@
119
122
  "dependencies": [
120
123
  {
121
124
  "js-controller": ">=3.1.0"
122
- },
123
- "vis"
124
- ]
125
+ } ]
125
126
  },
126
127
  "native": {},
127
128
  "objects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "0.97.3",
3
+ "version": "1.0.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [