iobroker.al-ko 0.2.6 → 0.2.7
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 +12 -0
- package/io-package.json +15 -2
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -54,6 +54,18 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
|
|
|
54
54
|
|
|
55
55
|
## Changelog
|
|
56
56
|
|
|
57
|
+
### 0.2.7 (2025-10-26)
|
|
58
|
+
|
|
59
|
+
**Deutsch:**
|
|
60
|
+
- Adapter-Check-Konformität: Icon-Verweise vereinheitlicht (icon/extIcon nutzen jetzt beide `al-ko-128.png` von GitHub) und Bildgröße ≤ 512 px sichergestellt
|
|
61
|
+
- Unnötiges `publishConfig` aus `package.json` entfernt
|
|
62
|
+
- Keine funktionalen Änderungen
|
|
63
|
+
|
|
64
|
+
**English:**
|
|
65
|
+
- Adapter-check compliance: unified icon references (icon/extIcon now both use `al-ko-128.png` from GitHub) and ensured image size ≤ 512 px
|
|
66
|
+
- Removed unnecessary `publishConfig` from `package.json`
|
|
67
|
+
- No functional changes
|
|
68
|
+
|
|
57
69
|
### 0.2.6 (2025-10-26)
|
|
58
70
|
|
|
59
71
|
**Deutsch:**
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "al-ko",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.7",
|
|
5
5
|
"tier": 3,
|
|
6
6
|
"titleLang": {
|
|
7
7
|
"en": "AL-KO",
|
|
@@ -33,6 +33,19 @@
|
|
|
33
33
|
"Hubert Zechner <hubertiob@posteo.at>"
|
|
34
34
|
],
|
|
35
35
|
"news": {
|
|
36
|
+
"0.2.7": {
|
|
37
|
+
"en": "Adapter-check compliance: made icon references consistent (icon/extIcon now both use al-ko-128.png from GitHub) and ensured image size ≤ 512 px. Removed unnecessary publishConfig from package.json. No functional changes.",
|
|
38
|
+
"de": "Adapter-Check-Konformität: Icon-Verweise vereinheitlicht (icon/extIcon nutzen jetzt beide al-ko-128.png von GitHub) und Bildgröße ≤ 512 px sichergestellt. Unnötiges publishConfig aus package.json entfernt. Keine funktionalen Änderungen.",
|
|
39
|
+
"ru": "Соответствие проверке адаптера: унифицированы ссылки на иконку (icon/extIcon теперь используют al-ko-128.png с GitHub) и обеспечен размер изображения ≤ 512 px. Удалён лишний publishConfig из package.json. Без функциональных изменений.",
|
|
40
|
+
"pt": "Conformidade do adapter-check: referências de ícone unificadas (icon/extIcon agora usam al-ko-128.png do GitHub) e tamanho da imagem ≤ 512 px garantido. Removido publishConfig desnecessário do package.json. Sem alterações funcionais.",
|
|
41
|
+
"nl": "Adapter-check conformiteit: pictogramverwijzingen geharmoniseerd (icon/extIcon gebruiken nu beide al-ko-128.png van GitHub) en beeldgrootte ≤ 512 px geborgd. Onnodige publishConfig uit package.json verwijderd. Geen functionele wijzigingen.",
|
|
42
|
+
"fr": "Conformité au contrôle de l’adaptateur : unification des références d’icône (icon/extIcon utilisent désormais al-ko-128.png depuis GitHub) et taille d’image ≤ 512 px garantie. Suppression de publishConfig inutile dans package.json. Aucun changement fonctionnel.",
|
|
43
|
+
"it": "Conformità all’adapter-check: rese coerenti le referenze dell’icona (icon/extIcon ora usano entrambe al-ko-128.png da GitHub) e garantita dimensione immagine ≤ 512 px. Rimosso publishConfig non necessario da package.json. Nessuna modifica funzionale.",
|
|
44
|
+
"es": "Conformidad con el adapter-check: referencias de icono unificadas (icon/extIcon ahora usan ambos al-ko-128.png desde GitHub) y tamaño de imagen ≤ 512 px garantizado. Eliminado publishConfig innecesario de package.json. Sin cambios funcionales.",
|
|
45
|
+
"pl": "Zgodność z adapter-check: ujednolicono odwołania do ikony (icon/extIcon używają teraz al-ko-128.png z GitHub) i zapewniono rozmiar obrazu ≤ 512 px. Usunięto zbędny publishConfig z package.json. Brak zmian funkcjonalnych.",
|
|
46
|
+
"uk": "Відповідність adapter-check: уніфіковано посилання на значок (icon/extIcon тепер обидва використовують al-ko-128.png з GitHub) і гарантовано розмір зображення ≤ 512 px. Видалено непотрібний publishConfig з package.json. Без функціональних змін.",
|
|
47
|
+
"zh-cn": "通过适配器检查:统一图标引用(icon/extIcon 现均使用 GitHub 上的 al-ko-128.png),并确保图像大小 ≤ 512 像素。移除了 package.json 中不必要的 publishConfig。无功能性变更。"
|
|
48
|
+
},
|
|
36
49
|
"0.2.6": {
|
|
37
50
|
"en": "Fixed external icon URL (`extIcon`) to point to the correct `master` branch instead of `main`. The adapter icon now displays properly in ioBroker Admin and on npm. No functional changes.",
|
|
38
51
|
"de": "Externe Icon-URL (`extIcon`) korrigiert: Verweist nun auf den richtigen `master`-Branch statt `main`. Das Adapter-Icon wird wieder korrekt im ioBroker Admin und auf npm angezeigt. Keine funktionalen Änderungen.",
|
|
@@ -122,7 +135,7 @@
|
|
|
122
135
|
"dataSource": "push",
|
|
123
136
|
"mode": "daemon",
|
|
124
137
|
"compact": true,
|
|
125
|
-
"icon": "al-ko.png",
|
|
138
|
+
"icon": "al-ko-128.png",
|
|
126
139
|
"dependencies": [
|
|
127
140
|
{
|
|
128
141
|
"js-controller": ">=5.0.19"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.al-ko",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Adapter for communication with Al-Ko garden tools",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Hubert Zechner",
|
|
@@ -87,8 +87,5 @@
|
|
|
87
87
|
"typescript": "~5.0.4",
|
|
88
88
|
"typescript-eslint": "^8.8.0"
|
|
89
89
|
},
|
|
90
|
-
|
|
91
|
-
"access": "public"
|
|
92
|
-
},
|
|
93
|
-
"readmeFilename": "README.md"
|
|
90
|
+
"readmeFilename": "README.md"
|
|
94
91
|
}
|