Skip to content

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
added new Widget Window3 for possibility showing open/tilted/closed [0/1/2] windows
  • Loading branch information
EdgarM73 committed Apr 19, 2021
1 parent b2a1fb4 commit 537a702
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

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

## 1.4.5 (2021-03-26)
* update internal test-and-release script

Expand Down
5 changes: 1 addition & 4 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.0 (2021-04-19)
* added new Widget Window3 for possibility showing open/tilted/closed [0/1/2] windows

### 1.6.0 (2021-04-01)
Expand All @@ -107,9 +107,6 @@ thanks to @sigi234
* removed unit test


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

## 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.6.0",
"version": "1.7.0",
"news": {
"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",
"ru": "добавлен новый виджет Window3 для возможности показа открытых / наклоненных / закрытых [0/1/2] окон",
"pt": "adicionou uma nova janela de widget 3 para a possibilidade de mostrar janelas abertas / inclinadas / fechadas [0/1/2]",
"nl": "nieuwe Widget Window3 toegevoegd voor het tonen van open / gekantelde / gesloten [0/1/2] vensters",
"fr": "Ajout d'une nouvelle fenêtre Widget3 pour la possibilité d'afficher des fenêtres ouvertes / inclinées / fermées [0/1/2]",
"it": "aggiunto il nuovo Widget Window3 per la possibilità di mostrare finestre aperte / inclinate / chiuse [0/1/2]",
"es": "Se agregó un nuevo widget Window3 para la posibilidad de mostrar ventanas abiertas / inclinadas / cerradas [0/1/2]",
"pl": "dodano nowe Widget Window3 z możliwością pokazywania otwartych / pochylonych / zamkniętych [0/1/2] okien",
"zh-cn": "添加了新的窗口小部件Window3以显示打开/倾斜/关闭的[0/1/2]窗口"
},
"1.6.0": {
"en": "new Temperature widget with ONLY an icon from blue to red depending on temperature setting",
"de": "neues Temperatur-Widget mit NUR einem Symbol von blau bis rot, abhängig von der Temperatureinstellung",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "algunas opciones de colorizeByValue no funcionaron",
"pl": "niektóre opcje colorizeByValue nie działały",
"zh-cn": "一些colorizeByValue选项不起作用"
},
"0.9.0": {
"en": "bugfix for ListNumber and ListText, Icon should never been shown",
"de": "Bugfix für ListNumber und ListText, Icon sollte niemals angezeigt werden",
"ru": "исправление для ListNumber и ListText, значок никогда не должен отображаться",
"pt": "correção de bug para ListNumber e ListText, o ícone nunca deve ser mostrado",
"nl": "bugfix voor ListNumber en ListText, Icon mag nooit getoond worden",
"fr": "correction de bogue pour ListNumber et ListText, l'icône ne devrait jamais être affichée",
"it": "bugfix per ListNumber e ListText, Icon non dovrebbe mai essere mostrato",
"es": "corrección de errores para ListNumber y ListText, el icono nunca debería mostrarse",
"pl": "poprawka dla ListNumber i ListText, ikona nigdy nie powinna być pokazywana",
"zh-cn": "ListNumber和ListText,图标的错误修正永远不应该显示"
}
},
"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.6.0",
"version": "1.7.0",
"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 537a702

Please sign in to comment.