iobroker.flowers 0.3.5 → 0.3.6
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 +4 -0
- package/io-package.json +14 -27
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,6 +83,10 @@ Only one watering cycle runs at a time per plant. Configure the duration in Sett
|
|
|
83
83
|
|
|
84
84
|
## Changelog
|
|
85
85
|
|
|
86
|
+
### 0.3.6 (2026-03-31)
|
|
87
|
+
- (sadam6752-tech) Fix dependabot config to track all package.json in subdirectories (W8905)
|
|
88
|
+
- (sadam6752-tech) Add .github/auto-merge.yml for dependabot automerge configuration (S8914)
|
|
89
|
+
|
|
86
90
|
### 0.3.5 (2026-03-31)
|
|
87
91
|
- (sadam6752-tech) Fix .releaseconfig.json plugins format (array instead of object)
|
|
88
92
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "flowers",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.3.6": {
|
|
7
|
+
"en": "Fix dependabot config for subdirectories (W8905); add auto-merge.yml for dependabot (S8914)",
|
|
8
|
+
"de": "Dependabot-Konfiguration für Unterverzeichnisse korrigiert; auto-merge.yml hinzugefügt",
|
|
9
|
+
"ru": "Исправлена конфигурация dependabot для подкаталогов; добавлен auto-merge.yml",
|
|
10
|
+
"fr": "Correction config dependabot pour sous-répertoires; ajout auto-merge.yml",
|
|
11
|
+
"it": "Corretta configurazione dependabot per sottodirectory; aggiunto auto-merge.yml",
|
|
12
|
+
"es": "Corregida configuración dependabot para subdirectorios; añadido auto-merge.yml",
|
|
13
|
+
"pl": "Poprawiono konfigurację dependabot dla podkatalogów; dodano auto-merge.yml",
|
|
14
|
+
"pt": "Corrigida configuração dependabot para subdiretórios; adicionado auto-merge.yml",
|
|
15
|
+
"nl": "Dependabot configuratie gecorrigeerd voor subdirectories; auto-merge.yml toegevoegd",
|
|
16
|
+
"uk": "Виправлено конфігурацію dependabot для підкаталогів; додано auto-merge.yml",
|
|
17
|
+
"zh-cn": "修复dependabot子目录配置;添加auto-merge.yml"
|
|
18
|
+
},
|
|
6
19
|
"0.3.5": {
|
|
7
20
|
"en": "Fix .releaseconfig.json plugins format (array instead of object)",
|
|
8
21
|
"de": ".releaseconfig.json plugins Format korrigiert (Array statt Objekt)",
|
|
@@ -54,32 +67,6 @@
|
|
|
54
67
|
"nl": "Aangepaste profielen: eigen plantenprofielen aanmaken in het tabblad Profiles",
|
|
55
68
|
"uk": "Користувацькі профілі: створення власних профілів рослин у вкладці Profiles",
|
|
56
69
|
"zh-cn": "自定义配置文件:在配置文件选项卡中创建自己的植物配置文件"
|
|
57
|
-
},
|
|
58
|
-
"0.2.9": {
|
|
59
|
-
"en": "Automatic watering support; UI column width fixes",
|
|
60
|
-
"de": "Automatische Bewässerung; UI-Spaltenbreiten korrigiert",
|
|
61
|
-
"ru": "Автополив; исправлены ширины колонок UI",
|
|
62
|
-
"fr": "Arrosage automatique; corrections largeurs colonnes UI",
|
|
63
|
-
"it": "Irrigazione automatica; correzioni larghezze colonne UI",
|
|
64
|
-
"es": "Riego automático; correcciones anchos columnas UI",
|
|
65
|
-
"pl": "Automatyczne podlewanie; poprawki szerokości kolumn UI",
|
|
66
|
-
"pt": "Rega automática; correções larguras colunas UI",
|
|
67
|
-
"nl": "Automatisch bewateren; UI kolombreedtes gecorrigeerd",
|
|
68
|
-
"uk": "Автополив; виправлено ширини колонок UI",
|
|
69
|
-
"zh-cn": "自动浇水支持;修复UI列宽"
|
|
70
|
-
},
|
|
71
|
-
"0.2.8": {
|
|
72
|
-
"en": "Added sendWeeklyReport button; fixed repochecker issues",
|
|
73
|
-
"de": "Schaltflaeche sendWeeklyReport hinzugefuegt; Repochecker-Fehler behoben",
|
|
74
|
-
"ru": "Добавлена кнопка sendWeeklyReport; исправлены ошибки repochecker",
|
|
75
|
-
"fr": "Bouton sendWeeklyReport ajoute; erreurs repochecker corrigees",
|
|
76
|
-
"it": "Aggiunto pulsante sendWeeklyReport; corretti errori repochecker",
|
|
77
|
-
"es": "Boton sendWeeklyReport anadido; errores repochecker corregidos",
|
|
78
|
-
"pl": "Dodano przycisk sendWeeklyReport; naprawiono bledy repochecker",
|
|
79
|
-
"pt": "Botao sendWeeklyReport adicionado; erros repochecker corrigidos",
|
|
80
|
-
"nl": "Knop sendWeeklyReport toegevoegd; repochecker fouten opgelost",
|
|
81
|
-
"uk": "Додано кнопку sendWeeklyReport; виправлено помилки repochecker",
|
|
82
|
-
"zh-cn": "添加sendWeeklyReport按钮;修复repochecker问题"
|
|
83
70
|
}
|
|
84
71
|
},
|
|
85
72
|
"titleLang": {
|
package/package.json
CHANGED