iobroker.leapmotor 0.5.0 → 0.5.1
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 +1 -10
- package/admin/tab/tab.js +98 -98
- package/io-package.json +205 -192
- package/package.json +4 -9
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ leapmotor.0.<VIN>.pictures.composite_html
|
|
|
90
90
|
| cmd.refresh | Trigger immediate status update | – |
|
|
91
91
|
|
|
92
92
|
## Changelog
|
|
93
|
-
###
|
|
93
|
+
### 0.5.1 (2026-06-24)
|
|
94
94
|
- (placeholder for next release)
|
|
95
95
|
|
|
96
96
|
### 0.5.0 (2026-06-23)
|
|
@@ -113,15 +113,6 @@ leapmotor.0.<VIN>.pictures.composite_html
|
|
|
113
113
|
### 0.2.4 (2026-06-12)
|
|
114
114
|
- Fix: GitHub release permissions in workflow
|
|
115
115
|
|
|
116
|
-
### 0.2.3 (2026-06-12)
|
|
117
|
-
- Fix: add missing news entries
|
|
118
|
-
|
|
119
|
-
### 0.2.2 (2026-06-11)
|
|
120
|
-
- Fix: workflow, test scripts
|
|
121
|
-
|
|
122
|
-
### 0.2.1 (2026-06-10)
|
|
123
|
-
- Fix: release script, logo size, workflow improvements
|
|
124
|
-
|
|
125
116
|
Older changes can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
126
117
|
|
|
127
118
|
## License
|