Skip to content

Commit 0f8ca76

Browse files
committed
chore: release v0.9.3
- improve eudata fetching
1 parent d4c034c commit 0f8ca76

4 files changed

Lines changed: 20 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ You can set climatisaton temperature in
9797
```
9898
9999
```
100+
### 0.9.3 (2026-05-31)
101+
- improve eudata fetching
102+
100103
### 0.9.2 (2026-05-31)
101104

102105
- add eudata fetching support for seat, skoda and audi

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "vw-connect",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"news": {
6+
"0.9.3": {
7+
"en": "improve eudata fetching",
8+
"de": "eudata datenabruf verbessert",
9+
"ru": "улучшение eudata fetching",
10+
"pt": "melhorar a obtenção de eudata",
11+
"nl": "eudata ophalen verbeteren",
12+
"fr": "améliorer la récupération des données eudonnées",
13+
"it": "migliorare eudata fetching",
14+
"es": "mejorar la eudata",
15+
"pl": "poprawić pobieranie eudata",
16+
"uk": "поліпшення евdata fetching",
17+
"zh-cn": "改进eudata获取"
18+
},
619
"0.9.2": {
720
"en": "add eudata fetching support for seat, skoda and audi\nimprove eudata fetching",
821
"de": "eudata support für seat, skoda und audi\n eudata fetching verbessert",
@@ -80,19 +93,6 @@
8093
"pl": "fix id logowanie",
8194
"uk": "виправити логін",
8295
"zh-cn": "修补 id 登录"
83-
},
84-
"0.8.5": {
85-
"en": "fix cupra",
86-
"de": "fix für cupra",
87-
"ru": "исправить купру",
88-
"pt": "corrigir cupra",
89-
"nl": "fix cupra",
90-
"fr": "fixer cupra",
91-
"it": "fix cupra",
92-
"es": "arregla el cupra",
93-
"pl": "fix cupra",
94-
"uk": "кріплення стакан",
95-
"zh-cn": "修补 cupra"
9696
}
9797
},
9898
"title": "VW Connect",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@
8888
"translate": "translate-adapter",
8989
"release": "release-script --all"
9090
},
91-
"version": "0.9.2"
91+
"version": "0.9.3"
9292
}

0 commit comments

Comments
 (0)