Skip to content

Commit

Permalink
chore: release v1.7.1
Browse files Browse the repository at this point in the history
bugfix for Temp Humidity
  • Loading branch information
EdgarM73 committed Jul 2, 2021
1 parent f39d2c8 commit 078e643
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 1.4.7 (2021-03-26)
* removed unit test


## 1.4.6 (2021-03-26)
* removed lint

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ thanks to @sigi234
*
-->

### __WORK IN PROGRESS__
### 1.7.1 (2021-07-02)
* bugfix for Temp Humidity

### 1.7.0 (2021-04-19)
Expand All @@ -106,10 +106,6 @@ thanks to @sigi234
### 1.5.0 (2021-03-26)
* new widget Presence

### 1.4.7 (2021-03-26)
* removed unit test


## License
MIT License

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "vis-material-advanced",
"version": "1.7.0",
"version": "1.7.1",
"news": {
"1.7.1": {
"en": "bugfix for Temp Humidity",
"de": "Bugfix für Temp. Luftfeuchtigkeit",
"ru": "исправление для Temp Humidity",
"pt": "correção de bug para umidade da temperatura",
"nl": "bugfix voor Temp Vochtigheid",
"fr": "correction de bugs pour l'humidité temporaire",
"it": "bugfix per l'umidità della temperatura",
"es": "corrección de errores para la humedad de temperatura",
"pl": "poprawka błędu dla Wilgotności Temp",
"zh-cn": "温度湿度的错误修正"
},
"1.7.0": {
"en": "added new Widget Window3 for possibility showing open/tilted/closed [0/1/2] windows",
"de": "Neues Widget-Fenster3 hinzugefügt für die Möglichkeit, offene / geneigte / geschlossene [0/1/2] Fenster anzuzeigen",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "sin cambios, actualizando a 1.0",
"pl": "bez zmian, aktualizacja do 1.0",
"zh-cn": "无变化,升级到1.0"
},
"0.9.1": {
"en": "some colorizeByValue options did not work",
"de": "Einige colorizeByValue-Optionen funktionierten nicht",
"ru": "некоторые параметры colorizeByValue не работали",
"pt": "algumas opções colorizeByValue não funcionaram",
"nl": "sommige colorizeByValue-opties werkten niet",
"fr": "certaines options colorizeByValue ne fonctionnaient pas",
"it": "alcune opzioni colorizeByValue non funzionavano",
"es": "algunas opciones de colorizeByValue no funcionaron",
"pl": "niektóre opcje colorizeByValue nie działały",
"zh-cn": "一些colorizeByValue选项不起作用"
}
},
"title": "Material Advanced",
Expand Down
2 changes: 1 addition & 1 deletion 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.vis-material-advanced",
"version": "1.7.0",
"version": "1.7.1",
"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 Down

0 comments on commit 078e643

Please sign in to comment.