Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
* (mcm1957) Adapter requires nodejs >= 18 and js-controller >= 5 now.
* (mcm1957) Dependencies have been updated.
* (Sneak-L8) fix url for download page at Keba website
* (Sneak-L8) fix lint problems by replacing double by single quotes
  • Loading branch information
Sneak-L8 committed Jun 23, 2024
1 parent d34f332 commit 93e0c7c
Show file tree
Hide file tree
Showing 5 changed files with 1,740 additions and 3,061 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Older changes
## 2.0.0 (2023-06-26)
* (Sneak-L8) support for 1p/3p-charging (start charging with 1 phase and switch to 3 phases when enough surplus available) including Keba KeContact S10
* (Sneak-L8) minimum amperage allowed to 5A because some vehicles and KeContact (undocumented) allow this value
* (Sneak-L8) new switch to limit battery storage support only to hold minimum charging power
* (Sneak-L8) catch error when requesting firmware page (sentry IOBROKER-KECONTACT-1H)
* (Sneak-L8) RFID tag and class where not updated in channel "statitics" when no charging sessions were obtained
* (Sneak-L8) added new Keba model Company Car Wall Box MID (sentry IOBROKER-KECONTACT-1K)

## 1.5.2 (2022-11-02)
* (Sneak-L8) fix error in release script

Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.2.0 (2024-06-23)
* (mcm1957) Adapter requires nodejs >= 18 and js-controller >= 5 now.
* (mcm1957) Dependencies have been updated.
* (Sneak-L8) fix url for download page at Keba website
Expand All @@ -131,14 +131,6 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
### 2.0.1 (2023-07-10)
* (Sneak-L8) support for Company Car Wall Box MID - GREEN EDITION (sentry IOBROKER-KECONTACT-1K & IOBROKER-KECONTACT-1N) and PV-Edition (sentry IOBROKER-KECONTACT-1M)

### 2.0.0 (2023-06-26)
* (Sneak-L8) support for 1p/3p-charging (start charging with 1 phase and switch to 3 phases when enough surplus available) including Keba KeContact S10
* (Sneak-L8) minimum amperage allowed to 5A because some vehicles and KeContact (undocumented) allow this value
* (Sneak-L8) new switch to limit battery storage support only to hold minimum charging power
* (Sneak-L8) catch error when requesting firmware page (sentry IOBROKER-KECONTACT-1H)
* (Sneak-L8) RFID tag and class where not updated in channel "statitics" when no charging sessions were obtained
* (Sneak-L8) added new Keba model Company Car Wall Box MID (sentry IOBROKER-KECONTACT-1K)

## Legal

This project is not affiliated directly or indirectly with the company KEBA AG.
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "kecontact",
"version": "2.1.1",
"version": "2.2.0",
"news": {
"2.2.0": {
"en": "Adapter requires nodejs >= 18 and js-controller >= 5 now.\nDependencies have been updated.\nfix url for download page at Keba website\nfix lint problems by replacing double by single quotes",
"de": "Adapter benötigt Knoten >= 18 und js-Controller >= 5 jetzt.\nAbhängigkeiten wurden aktualisiert.\nurl für Download-Seite auf Keba Website\nlint-probleme beheben, indem doppel durch einzelne zitate ersetzt werden",
"ru": "Адаптер требует узлов >= 18 и js-контроллер >= Сейчас 5.\nЗависимость была обновлена.\nисправить URL для загрузки страницы на сайте Keba\nисправить проблемы линта, заменив двойную на одиночные цитаты",
"pt": "Adapter requer nodejs >= 18 e js-controller >= 5 agora.\nAs dependências foram atualizadas.\ncorrigir url para página de download no site da Keba\ncorrigir problemas lint substituindo o dobro por citações únicas",
"nl": "Voor adapters zijn nodejs (m.u.v. 18 en js-controller) vereist Vijf nu.\nAfhankelijkheden zijn bijgewerkt.\nfix url voor download pagina op Keba website\nfix pluis problemen door het vervangen van dubbele door enkele citaten",
"fr": "Adaptateur nécessite nodejs >= 18 et js-controller >= 5 maintenant.\nLes dépendances ont été actualisées.\nfixer url pour télécharger la page sur le site de Keba\nrésoudre les problèmes de linte en remplaçant le double par des guillemets simples",
"it": "Adattatore richiede nodejs >= 18 e js-controller >= 5 ora.\nLe dipendenze sono state aggiornate.\ncorrezione url per la pagina di download su Keba sito\nrisolvere i problemi legati sostituendo il doppio da singole citazioni",
"es": "Adaptador requiere nodejs н= 18 y js-controller √= 5 ahora.\nSe han actualizado las dependencias.\nfijar url para la página de descarga en el sitio web de Keba\nsolucionar problemas de lint reemplazando el doble por citas individuales",
"pl": "Adapter wymaga nodejs > = 18 i kontroler js- > = 5 teraz.\nZaktualizowano zależność.\nfix url do pobrania strony na stronie internetowej Keba\nrozwiązać problemy z kłami poprzez zastąpienie podwójnego przez pojedyncze cudzysłów",
"uk": "Адаптер вимагає nodejs >= 18 і js-controller >= 5 тепер.\nОновлено залежність.\nвиправити URL-адресу для завантаження сторінок на сайті Keba\nвиправити проблеми розфарбовування за допомогою заміни подвійних лапок",
"zh-cn": "适配器需要节点QQ18和js控制器QQ 5点了.\n附属关系已经更新.\nkeba 网站下载网页的校正url\n通过用单引号取代双引号来修正问题"
},
"2.1.1": {
"en": "fix error when chanigig dynamic SoC parameter",
"de": "fehler beheben, wenn chanigig dynamischer SoC Parameter",
Expand Down
Loading

0 comments on commit 93e0c7c

Please sign in to comment.