Skip to content

Commit f42f63b

Browse files
committed
chore: release v0.8.0
- fix for seat cupra
1 parent 3194dd5 commit f42f63b

4 files changed

Lines changed: 20 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ You can set climatisaton temperature in
3939
```
4040
4141
```
42+
### 0.8.0 (2026-04-13)
43+
- fix for seat cupra
44+
4245
### 0.7.16 (2026-03-18)
4346
- fix myskoda mqtt connection
4447

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.7.16",
4+
"version": "0.8.0",
55
"news": {
6+
"0.8.0": {
7+
"en": "fix for seat cupra",
8+
"de": "halterung für sitzbecher",
9+
"ru": "крепление для сиденья cupra",
10+
"pt": "fixação para o assento cupra",
11+
"nl": "fix voor stoel cupra",
12+
"fr": "fixation pour le siège cupra",
13+
"it": "fissaggio per sedile cupra",
14+
"es": "fijación para la taza de asiento",
15+
"pl": "fixed for seat cupra",
16+
"uk": "кріплення для чашки для сидіння",
17+
"zh-cn": "固定座位杯"
18+
},
619
"0.7.16": {
720
"en": "fix myskoda mqtt connection",
821
"de": "myskoda mqtt verbindung gefixt",
@@ -80,19 +93,6 @@
8093
"pl": "fix for id wall charger",
8194
"uk": "фіксатор для зарядного пристрою для стін",
8295
"zh-cn": "id 墙壁充电器的修复"
83-
},
84-
"0.7.7": {
85-
"en": "fix for skoda auxiliaryheating and duration\nfix for skoda lock/unlock",
86-
"de": "Fix für Skoda Standheizung und Dauer\nFix für Skoda Verriegeln/Entriegeln",
87-
"ru": "фиксация для skoda вспомогательного нагрева и продолжительности\nобсуждение skoda lock/unlock",
88-
"pt": "correção para auxiliar de skoda e duração\ncorreção para skoda bloqueio / desbloqueio",
89-
"nl": "fix voor skoda hulpverwarming en duur\nfix voor skoda slot/ontgrendeling",
90-
"fr": "fix pour le chauffage auxiliaire de skoda et la durée\ncorrection pour verrouillage/déverrouillage skoda",
91-
"it": "fissaggio per skoda ausiliare riscaldamento e durata\nfissaggio per blocco skoda / sbloccaggio",
92-
"es": "fijación para skoda auxiliar y duración\nskoda lock/unlock",
93-
"pl": "fix for skoda expliliaryheration and timing\nfix for skoda lock / odblokuj",
94-
"uk": "фіксація для допоміжного підігріву та тривалості\nфіксація для замка скода/розблокування",
95-
"zh-cn": "斯柯达辅助加热和持续时间\nskoda 锁/ 解锁的固定"
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@iobroker/testing": "^5.2.2",
4444
"@types/node": "^25.6.0",
4545
"eslint": "^10.2.0",
46-
4746
"globals": "^17.5.0",
4847
"typescript": "~5.9.3"
4948
},
@@ -88,5 +87,5 @@
8887
"translate": "translate-adapter",
8988
"release": "release-script --all"
9089
},
91-
"version": "0.7.16"
90+
"version": "0.8.0"
9291
}

0 commit comments

Comments
 (0)