iobroker.acinfinity 0.9.0 → 0.9.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 laurent Standard raspi@laurent-vite.de
3
+ Copyright (c) 2026 laurent Standard <raspi@laurent-vite.de>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -205,6 +205,10 @@ Der Adapter erkennt automatisch alle verbundenen Controller und legt den State-B
205
205
 
206
206
  ## Changelog
207
207
 
208
+ ### 0.9.5 (2026-03-02)
209
+ - Fix: LICENSE Copyright-Format korrigiert (ioBroker Checker E7001)
210
+ - CI: Node.js 18.x aus Test-Matrix entfernt (Adapter erfordert Node ≥ 20)
211
+
208
212
  ### 0.9.0 (2026-03-02)
209
213
  - Sicherheit: Auth-Token wird nicht mehr in Logs geschrieben
210
214
  - Stabilität: Race Condition bei parallelen Re-Login-Versuchen behoben
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "acinfinity",
4
- "version": "0.9.0",
4
+ "version": "0.9.5",
5
5
  "news": {
6
+ "0.9.5": {
7
+ "en": "Fix: LICENSE copyright format (ioBroker checker E7001); CI: drop Node.js 18.x (requires Node >=20)",
8
+ "de": "Fix: LICENSE Copyright-Format korrigiert (E7001); CI: Node.js 18.x entfernt (erfordert Node ≥20)",
9
+ "ru": "Исправление: формат авторских прав в LICENSE (E7001); CI: удалена Node.js 18.x (требуется Node >=20)",
10
+ "pt": "Fix: formato de copyright do LICENSE corrigido (E7001); CI: Node.js 18.x removido (requer Node >=20)",
11
+ "nl": "Fix: LICENSE copyright-formaat gecorrigeerd (E7001); CI: Node.js 18.x verwijderd (vereist Node >=20)",
12
+ "fr": "Fix: format du copyright LICENSE corrigé (E7001); CI: Node.js 18.x supprimé (requiert Node >=20)",
13
+ "it": "Fix: formato copyright LICENSE corretto (E7001); CI: Node.js 18.x rimosso (richiede Node >=20)",
14
+ "es": "Fix: formato de copyright de LICENSE corregido (E7001); CI: Node.js 18.x eliminado (requiere Node >=20)",
15
+ "pl": "Poprawka: format praw autorskich LICENSE (E7001); CI: usunięto Node.js 18.x (wymagane Node >=20)",
16
+ "uk": "Виправлення: формат авторських прав LICENSE (E7001); CI: видалено Node.js 18.x (потрібно Node >=20)",
17
+ "zh-cn": "修复:LICENSE版权格式(E7001);CI:删除Node.js 18.x(需要Node >=20)"
18
+ },
6
19
  "0.9.0": {
7
20
  "en": "Security: token no longer logged; fix re-login race condition; null-safe sensor values; HTTP API documented",
8
21
  "de": "Sicherheit: Token nicht mehr in Logs; Race Condition bei Re-Login behoben; Null-sichere Sensorwerte; HTTP-API dokumentiert",
@@ -80,19 +93,6 @@
80
93
  "pl": "Admin UI: usunięto pole ostrzeżenia, poprawiono układ ustawień, naprawiono link pomocy",
81
94
  "uk": "Admin UI: видалено блок попередження, покращено макет налаштувань, виправлено посилання на довідку",
82
95
  "zh-cn": "管理界面:移除警告框,优化设置布局,修复帮助链接"
83
- },
84
- "0.7.2": {
85
- "en": "Code quality: migrate to ESLint 9 with @iobroker/eslint-config",
86
- "de": "Codequalität: Migration auf ESLint 9 mit @iobroker/eslint-config",
87
- "ru": "Качество кода: миграция на ESLint 9 с @iobroker/eslint-config",
88
- "pt": "Qualidade do código: migração para ESLint 9 com @iobroker/eslint-config",
89
- "nl": "Codekwaliteit: migratie naar ESLint 9 met @iobroker/eslint-config",
90
- "fr": "Qualité du code: migration vers ESLint 9 avec @iobroker/eslint-config",
91
- "it": "Qualità del codice: migrazione a ESLint 9 con @iobroker/eslint-config",
92
- "es": "Calidad del código: migración a ESLint 9 con @iobroker/eslint-config",
93
- "pl": "Jakość kodu: migracja do ESLint 9 z @iobroker/eslint-config",
94
- "uk": "Якість коду: міграція на ESLint 9 з @iobroker/eslint-config",
95
- "zh-cn": "代码质量:迁移到 ESLint 9 并使用 @iobroker/eslint-config"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.acinfinity",
3
- "version": "0.9.0",
3
+ "version": "0.9.5",
4
4
  "description": "Monitor and control AC Infinity devices",
5
5
  "author": {
6
6
  "name": "laurent Standard",