Skip to content

Commit

Permalink
chore: release v0.5.4
Browse files Browse the repository at this point in the history
- fix door window states
  • Loading branch information
TA2k committed Mar 17, 2024
1 parent b102d8e commit 4fed4e7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 49 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 ta2k <[email protected]>
Copyright (c) 2019-2030 ta2k <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ You can set climatisaton temperature in
```

## Changelog

### **WORK IN PROGRESS**
### 0.5.4 (2024-03-17)

- fix door window states

Expand Down
57 changes: 14 additions & 43 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vw-connect",
"version": "0.5.3",
"version": "0.5.4",
"news": {
"0.5.4": {
"en": "fix door window states",
"de": "Fix für door und window States",
"ru": "положение окна двери",
"pt": "corrigir os estados da janela da porta",
"nl": "fix deur venster statussen",
"fr": "fixer les états de la fenêtre de porte",
"it": "fissare gli stati della finestra della porta",
"es": "fijar puerta ventana estados",
"pl": "stan okna drzwi",
"uk": "виправити дверні стани",
"zh-cn": "修复门窗状态"
},
"0.5.3": {
"en": "Fix for SkodaE update",
"de": "Fix für SkodaE Update"
Expand All @@ -26,48 +39,6 @@
"0.2.5": {
"en": "removed deactivated we-connect type",
"de": "Deaktivierter We-Connect Typ entfernt"
},
"0.2.2": {
"en": "hide error when no trip information are available",
"de": "Fehlermeldung abgefangen wenn keine Trips Information für ID Fahrzeug verfügbar sind"
},
"0.2.1": {
"en": "fix skoda parking position",
"de": "Fix für skoda parking position"
},
"0.2.0": {
"en": "Improve Volkswagen App support (aux heating, lock and trips)",
"de": "Verbesserung der Volkswagen App Unterstützung (Standheizung, Verriegelung und Trips)"
},
"0.1.9": {
"en": "fix skoda parking position",
"de": "Fix für skoda parking position"
},
"0.1.8": {
"en": "fix skoda parking position and climatisationv2",
"de": "Fix für Skoda Parkposition und Climatisationv2"
},
"0.1.7": {
"en": "improve climatisationv2"
},
"0.1.6": {
"en": "Fix climatisationv2 error"
},
"0.1.5": {
"en": "Change wecharge endpoint"
},
"0.1.3": {
"en": "Remove destination endpoint"
},
"0.1.2": {
"en": "Fix Type Error"
},
"0.1.1": {
"en": "Fix Seat Login"
},
"0.1.0": {
"en": "Fix VW Login",
"de": "Fix VW Login"
}
},
"title": "VW Connect",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"translate": "translate-adapter",
"release": "release-script"
},
"version": "0.5.3"
"version": "0.5.4"
}

0 comments on commit 4fed4e7

Please sign in to comment.