Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
-   Settings page have been changed from materialize to jsonConfig
-   Dependencies have been updated
  • Loading branch information
sebilm committed Dec 28, 2023
1 parent 3bedaff commit 8a8ba9b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In this version changing heat pump settings is not supported.

## Changelog

### **WORK IN PROGRESS**
### 0.2.0 (2023-12-28)

- Settings page have been changed from materialize to jsonConfig
- Dependencies have been updated
Expand Down
44 changes: 18 additions & 26 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "myuplink",
"version": "0.1.0",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "Settings page have been changed from materialize to jsonConfig\nDependencies have been updated",
"de": "Einstellungsseite wurden von materialize zu jsonConfig geändert\nAbhängigkeiten wurden aktualisiert",
"ru": "Страница настроек была изменена с материализации на jsonConfig\nВ зависимости были обновлены",
"pt": "A página de configurações foi alterada de materializar para jsonConfig\nAs dependências foram atualizadas",
"nl": "Pagina's van JsonConfig\nAfhankelijkheid",
"fr": "Les paramètres de la page ont été changés de matérialisation à jsonConfig\nLes dépendances ont été mises à jour",
"it": "La pagina delle impostazioni è stata modificata da materialize a jsonConfig\nLe dipendenze sono state aggiornate",
"es": "Página de configuración se han cambiado de materializar a jsonConfig\nSe han actualizado las dependencias",
"pl": "Strona domowa została zmieniona na jsonConfigg\nZależności zostały zaktualizowane",
"uk": "Настроювання сторінки були змінені з матеріалів, які використовують jsonConfig\nОновлено залежність",
"zh-cn": "定页从物质上改为 json Configg\n已更新了属地"
},
"0.1.0": {
"en": "Initial release",
"de": "Erstveröffentlichung",
Expand Down Expand Up @@ -43,21 +56,8 @@
"uk": "myUplink.com для теплових насосів Nibe",
"zh-cn": "myUplink.com 适用于 Nibe 热泵"
},
"authors": [
"Sebastian Haesselbarth <[email protected]>"
],
"keywords": [
"myuplink",
"heat pump",
"NIBE",
"AIT",
"Cetetherm",
"ClimateMaster",
"Contura",
"CTA",
"CTC",
"Enertech Global"
],
"authors": ["Sebastian Haesselbarth <[email protected]>"],
"keywords": ["myuplink", "heat pump", "NIBE", "AIT", "Cetetherm", "ClimateMaster", "Contura", "CTA", "CTC", "Enertech Global"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
Expand Down Expand Up @@ -85,16 +85,8 @@
}
]
},
"encryptedNative": [
"Identifier",
"Secret",
"AuthCode"
],
"protectedNative": [
"Identifier",
"Secret",
"AuthCode"
],
"encryptedNative": ["Identifier", "Secret", "AuthCode"],
"protectedNative": ["Identifier", "Secret", "AuthCode"],
"native": {
"Identifier": "",
"Secret": "",
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
@@ -1,6 +1,6 @@
{
"name": "iobroker.myuplink",
"version": "0.1.0",
"version": "0.2.0",
"description": "Get data of heat pumps from myUplink.com",
"author": {
"name": "Sebastian Haesselbarth",
Expand Down

0 comments on commit 8a8ba9b

Please sign in to comment.