Skip to content

Commit

Permalink
chore: release v1.4.2
Browse files Browse the repository at this point in the history
- fix for devices with object values
  • Loading branch information
TA2k committed Oct 25, 2024
1 parent a32ace6 commit 913e629
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 3,113 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 1.2.1 (2023-12-02)

- bump version

## 1.2.0 (2023-12-02)

- fix login flow
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
[![CodeQL](https://github.com/iobroker-community-adapters/ioBroker.homeconnect/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.homeconnect/actions/workflows/codeql.yml)

## Sentry

**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.

Expand Down Expand Up @@ -71,10 +72,16 @@ Change the value of programs.selected.BSH_Common_Root_SelectedProgram leads to s
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 1.4.2 (2024-10-25)

- fix for devices with object values

### 1.4.1 (2024-07-02)
* (foxriver76) fixed invalid min/max values

- (foxriver76) fixed invalid min/max values

### 1.4.0 (2024-04-18)

- (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
- (mcm1957) Dependencies have been updated

Expand All @@ -86,10 +93,6 @@ Change the value of programs.selected.BSH_Common_Root_SelectedProgram leads to s

- bump version

### 1.2.1 (2023-12-02)

- bump version

## License

The MIT License (MIT)
Expand Down
48 changes: 18 additions & 30 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "homeconnect",
"version": "1.4.1",
"version": "1.4.2",
"news": {
"1.4.2": {
"en": "fix for devices with object values",
"de": "Fix für Geräte mit Objektwerten",
"ru": "для устройств с значениями объектов",
"pt": "correção para dispositivos com valores de objeto",
"nl": "fix voor apparaten met objectwaarden",
"fr": "correction pour les appareils avec valeurs objet",
"it": "fix per dispositivi con valori oggetti",
"es": "fijado para dispositivos con valores de objeto",
"pl": "dla urządzeń o wartościach obiektowych",
"uk": "виправлення для пристроїв з значеннями об'єкта",
"zh-cn": "用于具有对象值的设备的固定"
},
"1.4.1": {
"en": "fixed invalid min/max values",
"de": "ungültige min/max-werte",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodaj automatyczne logowanie dla użytkownika SingleKey",
"uk": "Додайте автоматичний вхід для користувача SingleKey",
"zh-cn": "添加单键用户自动登录"
},
"1.0.3": {
"en": "Add manually login for SingleKey User",
"de": "Manuelle Anmeldung für SingleKey-Benutzer hinzufügen",
"ru": "Добавить ручной вход для пользователя SingleKey",
"pt": "Adicionar login manualmente para usuário SingleKey",
"nl": "Voeg handmatig inloggen toe voor SingleKey User",
"fr": "Ajouter manuellement une connexion pour l'utilisateur SingleKey",
"it": "Aggiungi l'accesso manuale per l'utente SingleKey",
"es": "Agregar inicio de sesión manual para usuario SingleKey",
"pl": "Dodaj ręczne logowanie dla użytkownika SingleKey",
"uk": "Додайте ручний вхід для користувача SingleKey",
"zh-cn": "添加单键用户手动登录"
}
},
"titleLang": {
Expand Down Expand Up @@ -121,16 +121,8 @@
"zh-cn": "Homeconnect 设备的适配器",
"uk": "Адаптер для пристроїв Homeconnect"
},
"authors": [
"TA2k <tombox2020@gmail.com>"
],
"keywords": [
"homeconnect",
"BSH",
"bosch",
"siemens",
"neff"
],
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["homeconnect", "BSH", "bosch", "siemens", "neff"],
"licenseInformation": {
"license": "MIT",
"type": "free"
Expand Down Expand Up @@ -164,12 +156,8 @@
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"clientID": "",
"username": "",
Expand Down
Loading

0 comments on commit 913e629

Please sign in to comment.