iobroker.vis-2-widgets-collection 2.0.10 → 2.0.11
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 +6 -0
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
<h2 align="center">Widgets for ioBroker.vis 2.0</h2>
|
|
11
11
|
|
|
12
|
+
📖 **[Ausführliche Dokumentation im GitHub Wiki](https://github.com/Steiger04/ioBroker.vis-2-widgets-collection/wiki)**
|
|
13
|
+
|
|
12
14
|
## Widgets
|
|
13
15
|
|
|
14
16
|
### State
|
|
@@ -59,6 +61,10 @@
|
|
|
59
61
|
-->
|
|
60
62
|
|
|
61
63
|
## Changelog
|
|
64
|
+
### 2.0.11 (2025-12-24)
|
|
65
|
+
|
|
66
|
+
- (steiger04) sync-wiki.yml for en and de optimized
|
|
67
|
+
|
|
62
68
|
### 2.0.10 (2025-12-24)
|
|
63
69
|
|
|
64
70
|
- (steiger04) sync-wiki.yml optimized
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "vis-2-widgets-collection",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.11",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.0.11": {
|
|
7
|
+
"en": "sync-wiki.yml for en and de optimized",
|
|
8
|
+
"de": "sync-wiki.yml für en und de optimiert",
|
|
9
|
+
"ru": "sync-wiki.yml для en и de оптимизирован",
|
|
10
|
+
"pt": "sync-wiki.yml para en e de otimizado",
|
|
11
|
+
"nl": "sync-wiki.yml voor en en de geoptimaliseerd",
|
|
12
|
+
"fr": "sync-wiki.yml pour en et de optimisé",
|
|
13
|
+
"it": "sync-wiki.yml per en e de ottimizzato",
|
|
14
|
+
"es": "sync-wiki.yml para en y de optimizado",
|
|
15
|
+
"pl": "sync- wiki.yml dla en i de zoptymalizowane",
|
|
16
|
+
"uk": "sync-wiki.yml для en і de оптимізований",
|
|
17
|
+
"zh-cn": "en和de 优化的同步- wiki. yml"
|
|
18
|
+
},
|
|
6
19
|
"2.0.10": {
|
|
7
20
|
"en": "sync-wiki.yml optimized",
|
|
8
21
|
"de": "sync-wiki.yml optimiert",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "gitignore zmienione",
|
|
81
94
|
"uk": "gitignore змінив",
|
|
82
95
|
"zh-cn": "吉提格诺尔变了"
|
|
83
|
-
},
|
|
84
|
-
"2.0.4": {
|
|
85
|
-
"en": "gitignore changed",
|
|
86
|
-
"de": "gitignore geändert",
|
|
87
|
-
"ru": "гитиньор изменился",
|
|
88
|
-
"pt": "gitignore alterado",
|
|
89
|
-
"nl": "gitignore gewijzigd",
|
|
90
|
-
"fr": "gitignore modifié",
|
|
91
|
-
"it": "gitignore cambiato",
|
|
92
|
-
"es": "gitignore changed",
|
|
93
|
-
"pl": "gitignore zmienione",
|
|
94
|
-
"uk": "gitignore змінив",
|
|
95
|
-
"zh-cn": "吉提格诺尔变了"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|