iobroker.flowers 0.3.4 → 0.3.5

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
@@ -83,6 +83,9 @@ 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.5 (2026-03-31)
87
+ - (sadam6752-tech) Fix .releaseconfig.json plugins format (array instead of object)
88
+
86
89
  ### 0.3.4 (2026-03-31)
87
90
  - (sadam6752-tech) Add unit tests for MonitorService, NotificationManager and messages (106 tests total)
88
91
  - (sadam6752-tech) Update README with links to compatible devices and Telegram adapter
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "flowers",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "news": {
6
+ "0.3.5": {
7
+ "en": "Fix .releaseconfig.json plugins format (array instead of object)",
8
+ "de": ".releaseconfig.json plugins Format korrigiert (Array statt Objekt)",
9
+ "ru": "Исправлен формат plugins в .releaseconfig.json (массив вместо объекта)",
10
+ "fr": "Correction du format plugins dans .releaseconfig.json (tableau au lieu d'objet)",
11
+ "it": "Corretto formato plugins in .releaseconfig.json (array invece di oggetto)",
12
+ "es": "Corregido formato plugins en .releaseconfig.json (array en lugar de objeto)",
13
+ "pl": "Poprawiono format plugins w .releaseconfig.json (tablica zamiast obiektu)",
14
+ "pt": "Corrigido formato plugins em .releaseconfig.json (array em vez de objeto)",
15
+ "nl": "Plugins formaat gecorrigeerd in .releaseconfig.json (array in plaats van object)",
16
+ "uk": "Виправлено формат plugins у .releaseconfig.json (масив замість об'єкту)",
17
+ "zh-cn": "修复.releaseconfig.json中plugins格式(数组而非对象)"
18
+ },
6
19
  "0.3.4": {
7
20
  "en": "Add unit tests for MonitorService, NotificationManager and messages; update README with device links; remove mocha from devDependencies",
8
21
  "de": "Unit-Tests für MonitorService, NotificationManager und messages hinzugefügt; README mit Gerätelinks aktualisiert; mocha aus devDependencies entfernt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.flowers",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "ioBroker adapter for monitoring indoor plants via soil moisture, temperature and battery sensors with Telegram notifications",
5
5
  "author": {
6
6
  "name": "sadam6752-tech",