Skip to content

Commit

Permalink
chore: release v0.8.2
Browse files Browse the repository at this point in the history
-   Changes due to API changes -> #60
-   Dependencies have been updated
  • Loading branch information
sebilm committed Sep 14, 2024
1 parent 6792c79 commit 7fba16e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This ioBroker adapter receives data from myUplink.com. Settings that have been e

## Changelog

### **WORK IN PROGRESS**
### 0.8.2 (2024-09-14)

- Changes due to API changes -> #60
- Dependencies have been updated
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "myuplink",
"version": "0.8.1",
"version": "0.8.2",
"news": {
"0.8.2": {
"en": "Changes due to API changes -> #60\nDependencies have been updated",
"de": "Änderungen aufgrund von API-Änderungen -> #60\nAbhängigkeiten wurden aktualisiert",
"ru": "Изменения из-за изменений API -> #60\nЗависимость обновлена",
"pt": "Mudanças devido a alterações de API -> #60 #\nAs dependências foram atualizadas",
"nl": "Wijzigingen als gevolg van API-wijzigingen -> #60\nAfhankelijkheden zijn bijgewerkt",
"fr": "Modifications dues aux modifications de l'API -> #60\nLes dépendances ont été actualisées",
"it": "Modifiche dovute a modifiche API -> # 60 #\nLe dipendenze sono state aggiornate",
"es": "Cambios debido a cambios de API - título #60\nSe han actualizado las dependencias",
"pl": "Zmiany wynikające ze zmian API - > # 60\nZaktualizowano zależności",
"uk": "Зміни за допомогою змін API -> #60\nЗалежність було оновлено",
"zh-cn": "由 API 变化引起的变化 - > 60号\n依赖关系已更新"
},
"0.8.1": {
"en": "Existing incorrect minimum and maximum values are now deleted #39\nMinimum and maximum values of the API are not adopted if the current value is outside minimum and maximum #39\nInstructions for German and English have been moved to separate files #47\nDependencies have been updated",
"de": "Vorhandene falsche Mindest- und Maximalwerte werden nun gelöscht #39\nMindest- und Maximalwerte der API werden nicht übernommen, wenn der aktuelle Wert nicht zwischen Minimum und Maximum liegt #39\nAnleitungen für Deutsch und Englisch wurden in separate Dateien verschoben #47\nAbhängigkeiten wurden aktualisiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano obiekt setData",
"uk": "Додано об'єкт setData",
"zh-cn": "添加了设定的数据对象"
},
"0.5.0": {
"en": "Parameter IDs and categories have been added for a few heat pumps",
"de": "Parameter-IDs und Kategorien wurden für einige Wärmepumpen hinzugefügt",
"ru": "Параметры и категории были добавлены для нескольких тепловых насосов",
"pt": "IDs de parâmetros e categorias foram adicionados para algumas bombas de calor",
"nl": "Parameter ID's en categorieën zijn toegevoegd voor een paar warmtepompen",
"fr": "Des ID et des catégories de paramètres ont été ajoutés pour quelques pompes à chaleur",
"it": "Per alcune pompe di calore sono stati aggiunti ID e categorie del parametro",
"es": "Parameter IDs and categories have been added for a few heat pumps",
"pl": "Dla kilku pomp ciepła dodano identyfikatory parametrów i kategorie",
"uk": "Для декількох теплових насосів додано параметрові ідентифікатори та категорії",
"zh-cn": "为几个热泵增加了参数标识和类别"
}
},
"titleLang": {
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.8.1",
"version": "0.8.2",
"description": "Get data of heat pumps from myUplink.com",
"author": {
"name": "Sebastian Haesselbarth",
Expand Down

0 comments on commit 7fba16e

Please sign in to comment.