iobroker.leapmotor 0.5.1 → 0.5.2

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
@@ -90,9 +90,13 @@ leapmotor.0.<VIN>.pictures.composite_html
90
90
  | cmd.refresh | Trigger immediate status update | – |
91
91
 
92
92
  ## Changelog
93
- ### 0.5.1 (2026-06-24)
93
+ ### 0.5.2 (2026-06-24)
94
94
  - (placeholder for next release)
95
95
 
96
+ ### 0.5.1 (2026-06-24)
97
+ - Fix: use window.setTimeout/setInterval in admin-tab frontend to satisfy repository checker
98
+ - Maintenance: dependency cleanup
99
+
96
100
  ### 0.5.0 (2026-06-23)
97
101
  - New: React admin dashboard with full vehicle control
98
102
  - New: climate and charging schedules
@@ -110,9 +114,6 @@ leapmotor.0.<VIN>.pictures.composite_html
110
114
  - fix: use dynamic vehicle name from API in HTML dashboard
111
115
  - fix: remove debug log messages
112
116
 
113
- ### 0.2.4 (2026-06-12)
114
- - Fix: GitHub release permissions in workflow
115
-
116
117
  Older changes can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
117
118
 
118
119
  ## License
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "leapmotor",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "news": {
6
- "0.5.1": {
6
+ "0.5.2": {
7
7
  "en": "",
8
8
  "de": "",
9
9
  "ru": "",
@@ -16,6 +16,19 @@
16
16
  "uk": "",
17
17
  "zh-cn": ""
18
18
  },
19
+ "0.5.1": {
20
+ "en": "Fix: use window.setTimeout/setInterval in admin-tab frontend to satisfy repository checker\nMaintenance: dependency cleanup",
21
+ "de": "Fix: window.setTimeout/setInterval im Admin-Tab-Frontend verwendet, um den Repository-Checker zu erfüllen\nWartung: Abhängigkeiten bereinigt",
22
+ "ru": "Исправление: использование window.setTimeout/setInterval в интерфейсе admin-tab\nОбслуживание: очистка зависимостей",
23
+ "pt": "Correção: uso de window.setTimeout/setInterval no frontend admin-tab\nManutenção: limpeza de dependências",
24
+ "nl": "Fix: window.setTimeout/setInterval gebruikt in admin-tab frontend\nOnderhoud: dependency opschoning",
25
+ "fr": "Correction : utilisation de window.setTimeout/setInterval dans le frontend admin-tab\nMaintenance : nettoyage des dépendances",
26
+ "it": "Correzione: utilizzo di window.setTimeout/setInterval nel frontend admin-tab\nManutenzione: pulizia delle dipendenze",
27
+ "es": "Corrección: uso de window.setTimeout/setInterval en el frontend admin-tab\nMantenimiento: limpieza de dependencias",
28
+ "pl": "Poprawka: użycie window.setTimeout/setInterval w interfejsie admin-tab\nUtrzymanie: czyszczenie zależności",
29
+ "uk": "Виправлення: використання window.setTimeout/setInterval у фронтенді admin-tab\nОбслуговування: очищення залежностей",
30
+ "zh-cn": "修复:在 admin-tab 前端使用 window.setTimeout/setInterval\n维护:清理依赖项"
31
+ },
19
32
  "0.5.0": {
20
33
  "en": "New: React admin dashboard with full vehicle control\nNew: climate and charging schedules\nNew: comfort features (sentry mode, seat heat/ventilation, steering wheel heat, speed limit, mirror heat)\nNew: trip detection and daily mileage tracking\nNew: charging cost estimation with dynamic electricity pricing\nNew: vehicle messages and unread count\nNew: vehicle-model-specific feature capability system\nNew: embeddable animated vehicle image for VIS",
21
34
  "de": "Neu: React-Admin-Dashboard mit vollständiger Fahrzeugsteuerung\nNeu: Klima- und Ladezeitpläne\nNeu: Komfort-Funktionen (Wächtermodus, Sitzheizung/-belüftung, Lenkradheizung, Geschwindigkeitsbegrenzung, Spiegelheizung)\nNeu: Fahrten-Erkennung und Tageskilometer-Tracking\nNeu: Ladekosten-Schätzung mit dynamischem Strompreis\nNeu: Fahrzeug-Nachrichten und Anzahl ungelesener Nachrichten\nNeu: fahrzeugmodell-spezifisches Feature-Capability-System\nNeu: einbettbares animiertes Fahrzeugbild für VIS",
@@ -80,19 +93,6 @@
80
93
  "pl": "Poprawka",
81
94
  "uk": "Виправлення",
82
95
  "zh-cn": "修复"
83
- },
84
- "0.2.7": {
85
- "en": "Fix: npm token in workflow",
86
- "de": "Fix: npm Token im Workflow",
87
- "ru": "Исправление",
88
- "pt": "Correção",
89
- "nl": "Fix",
90
- "fr": "Correction",
91
- "it": "Correzione",
92
- "es": "Corrección",
93
- "pl": "Poprawka",
94
- "uk": "Виправлення",
95
- "zh-cn": "修复"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.leapmotor",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Leapmotor electric vehicle integration for ioBroker",
5
5
  "author": {
6
6
  "name": "Henrik Schönhofen",