Skip to content

Commit

Permalink
chore: release v1.7.4
Browse files Browse the repository at this point in the history
* (DEV2DEV-DE) Subscribe to updates of both values (temperature, humidity)
  • Loading branch information
GermanBluefox committed Sep 7, 2023
1 parent 8e049d7 commit c58eabe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.1 (2021-03-28)
* replaced presence images with smaller ones
## 1.6.0 (2021-04-01)
* new Temperature widget with ONLY an icon from blue to red depending on temperature setting

## 1.5.1 (2021-03-28)
* replaced presence images with smaller ones

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ thanks to @sigi234
Placeholder
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.7.4 (2023-09-07)
* (DEV2DEV-DE) Subscribe to updates of both values (temperature, humidity)

### 1.7.3 (2022-04-11)
Expand All @@ -97,9 +97,6 @@ thanks to @sigi234
### 1.7.0 (2021-04-19)
* added new Widget Window3 for possibility showing open/tilted/closed [0/1/2] windows

### 1.6.0 (2021-04-01)
* new Temperature widget with ONLY an icon from blue to red depending on temperature setting

## License
MIT License

Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vis-material-advanced",
"version": "1.7.3",
"version": "1.7.4",
"news": {
"1.7.4": {
"en": "Subscribe to updates of both values (temperature, humidity)",
"de": "Abonnieren von Aktualisierungen beider Werte (Temperatur, Feuchtigkeit)",
"ru": "Подписаться на обновления обеих ценностей (температура, влажность)",
"pt": "Assinar atualizações de ambos os valores (temperatura, umidade)",
"nl": "Vertaling:",
"fr": "Abonnez-vous aux mises à jour des deux valeurs (température, humidité)",
"it": "Iscriviti agli aggiornamenti di entrambi i valori (temperatura, umidità)",
"es": "Suscríbete a las actualizaciones de ambos valores (temperatura, humedad)",
"pl": "Podpisany do aktualizacji obu wartości (temperatura, wilgotność)",
"uk": "Підпишіться на оновлення як значень (температура, вологість)",
"zh-cn": "禁止更新这两个价值观(预测、湿度)"
},
"1.7.3": {
"en": "Removed erroneous chars from HTML",
"de": "Fehlerhafte Zeichen aus HTML entfernt",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "reemplazó las imágenes de presencia con otras más pequeñas",
"pl": "zastąpiono obrazy obecności mniejszymi",
"zh-cn": "用较小的图像替换状态图像"
},
"1.5.0": {
"en": "new widget Presence",
"de": "neues Widget Präsenz",
"ru": "присутствие нового виджета",
"pt": "nova presença de widget",
"nl": "nieuwe widget Aanwezigheid",
"fr": "nouveau widget Présence",
"it": "nuovo widget Presence",
"es": "Presencia de nuevo widget",
"pl": "nowy widżet Obecność",
"zh-cn": "新的小部件状态"
}
},
"title": "Material Advanced",
Expand Down Expand Up @@ -147,8 +148,7 @@
"icons-mfd-svg"
]
},
"native": {
},
"native": {},
"objects": [],
"instanceObjects": []
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.vis-material-advanced",
"version": "1.7.3",
"version": "1.7.4",
"description": "This Adapter provides standardized Widgets for vis in ioBroker. Lots of different predifined widgets",
"author": "EdgarM73 <edgar.miller@gmail.com>",
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced",
Expand All @@ -18,8 +18,7 @@
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced.git"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
Expand Down

0 comments on commit c58eabe

Please sign in to comment.