iobroker.leapmotor 0.2.3 → 0.2.4

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ioBroker.leapmotor
4
4
 
5
- [![Version](https://img.shields.io/badge/version-0.2.2-blue.svg)](https://github.com/backfisch88/ioBroker.leapmotor)
5
+ [![Version](https://img.shields.io/badge/version-0.2.3-blue.svg)](https://github.com/backfisch88/ioBroker.leapmotor)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  Unofficial Leapmotor electric vehicle integration for ioBroker. Tested on T03.
@@ -91,6 +91,9 @@ leapmotor.0.<VIN>.pictures.composite_html
91
91
 
92
92
  ## Changelog
93
93
 
94
+ ### 0.2.3 (2026-06-12)
95
+ - Fix: add missing news entries
96
+
94
97
  ### 0.2.2 (2026-06-11)
95
98
  - Fix: workflow, test scripts
96
99
 
@@ -111,6 +114,9 @@ Use at your own risk. The authors accept no liability for any damage caused by t
111
114
 
112
115
  ## Changelog
113
116
 
117
+ ### 0.2.3 (2026-06-12)
118
+ - Fix: add missing news entries
119
+
114
120
  ### 0.2.2 (2026-06-11)
115
121
  - Fix: workflow, test scripts
116
122
 
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "leapmotor",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "news": {
6
6
  "0.2.1": {
7
7
  "en": "Fix: release script, logo size, workflow improvements",
@@ -54,6 +54,19 @@
54
54
  "pl": "Poprawka",
55
55
  "uk": "\u0412\u0438\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f",
56
56
  "zh-cn": "\u4fee\u590d"
57
+ },
58
+ "0.2.4": {
59
+ "en": "Fix: GitHub release permissions in workflow",
60
+ "de": "Fix: GitHub Release Berechtigungen im Workflow",
61
+ "ru": "\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
62
+ "pt": "Corre\u00e7\u00e3o",
63
+ "nl": "Fix",
64
+ "fr": "Correction",
65
+ "it": "Correzione",
66
+ "es": "Correcci\u00f3n",
67
+ "pl": "Poprawka",
68
+ "uk": "\u0412\u0438\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f",
69
+ "zh-cn": "\u4fee\u590d"
57
70
  }
58
71
  },
59
72
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.leapmotor",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Leapmotor electric vehicle integration for ioBroker",
5
5
  "author": {
6
6
  "name": "Henrik Sch\u00f6nhofen",