Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
new Temperature widget with ONLY an icon from blue to red depending on temperature setting
  • Loading branch information
EdgarM73 committed Apr 1, 2021
1 parent 0a8e84e commit fe22885
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.5 (2021-03-26)
* update internal test-and-release script

## 1.4.4 (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.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)
Expand All @@ -107,9 +107,6 @@ thanks to @sigi234
### 1.4.6 (2021-03-26)
* removed lint

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

## 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.5.1",
"version": "1.6.0",
"news": {
"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",
"ru": "новый виджет температуры с ТОЛЬКО значком от синего до красного в зависимости от настройки температуры",
"pt": "novo widget de temperatura com APENAS um ícone de azul a vermelho, dependendo da configuração de temperatura",
"nl": "nieuwe temperatuurwidget met ALLEEN een pictogram van blauw naar rood, afhankelijk van de temperatuurinstelling",
"fr": "nouveau widget de température avec UNIQUEMENT une icône du bleu au rouge en fonction du réglage de la température",
"it": "nuovo widget della temperatura con SOLO un'icona dal blu al rosso a seconda dell'impostazione della temperatura",
"es": "nuevo widget de temperatura con SÓLO un icono de azul a rojo según la configuración de temperatura",
"pl": "nowy Widżet temperatury z TYLKO ikoną od niebieskiej do czerwonej, w zależności od ustawienia temperatury",
"zh-cn": "新的温度小部件,仅取决于温度设置的图标从蓝色到红色"
},
"1.5.1": {
"en": "replaced presence images with smaller ones",
"de": "Anwesenheitsbilder durch kleinere ersetzt",
Expand Down Expand Up @@ -230,18 +242,6 @@
"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,图标的错误修正永远不应该显示"
},
"0.8.15": {
"en": "position of Elements and min - height finally? fixed :)",
"de": "Position der Elemente und Mindesthöhe endlich? Fest :)",
"ru": "положение элементов и min - высота наконец? фиксированный :)",
"pt": "posição dos elementos e min - altura finalmente? corrigido :)",
"nl": "positie van elementen en min - hoogte eindelijk? gemaakt :)",
"fr": "position des éléments et min - hauteur enfin? corrigé :)",
"it": "posizione degli elementi e min - altezza finalmente? risolto :)",
"es": "posición de los elementos y altura mínima finalmente? arreglado :)",
"pl": "pozycja elementów i wreszcie min - wysokość? naprawiony :)",
"zh-cn": "元素的位置和最小-高度最终是多少?固定的:)"
}
},
"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.5.1",
"version": "1.6.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 fe22885

Please sign in to comment.