Skip to content

Commit

Permalink
chore: release v0.5.9
Browse files Browse the repository at this point in the history
added new state attributes reported by Sentry
added min & max for brightness value to support iOT adapter
  • Loading branch information
DutchmanNL committed Aug 11, 2021
1 parent 6d95fb3 commit 55a963e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ When the adapter crashes or an other Code error happens, this error message that
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 0.5.9 (2021-08-11)
* (DutchmanNL) added new state attributes reported by Sentry
* (DutchmanNL) added min & max for brightness value to support iOT adapter

### 0.5.8 (2021-08-11)
* (DutchmanNL) added new state attributes reported by Sentry
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": "wled",
"version": "0.5.8",
"version": "0.5.9",
"news": {
"0.5.9": {
"en": "added new state attributes reported by Sentry\nadded min & max for brightness value to support iOT adapter",
"de": "neue Statusattribute hinzugefügt, die von Sentry gemeldet wurden\nMin & Max für Helligkeitswert hinzugefügt, um den iOT-Adapter zu unterstützen",
"ru": "добавлены новые атрибуты состояния, сообщаемые Sentry\nдобавлены минимальные и максимальные значения яркости для поддержки адаптера iOT",
"pt": "adicionado novos atributos de estado relatados pelo Sentry\nadicionado mínimo e máximo para valor de brilho para suportar adaptador iOT",
"nl": "nieuwe statusattributen toegevoegd, gerapporteerd door Sentry\nmin & max toegevoegd voor helderheidswaarde om iOT-adapter te ondersteunen",
"fr": "ajout de nouveaux attributs d'état signalés par Sentry\nmin et max ajoutés pour la valeur de luminosité pour prendre en charge l'adaptateur iOT",
"it": "aggiunti nuovi attributi di stato segnalati da Sentry\naggiunto min e max per il valore di luminosità per supportare l'adattatore iOT",
"es": "Se agregaron nuevos atributos de estado informados por Sentry.\nagregado mínimo y máximo para el valor de brillo para admitir el adaptador iOT",
"pl": "dodano nowe atrybuty stanu zgłaszane przez Sentry\ndodano min i max dla wartości jasności do obsługi adaptera iOT",
"zh-cn": "添加了 Sentry 报告的新状态属性\n添加最小和最大亮度值以支持 iOT 适配器"
},
"0.5.8": {
"en": "added new state attributes reported by Sentry\nBugfix Live override datapoint created as read-only #252\nexcluded value \"PIR\" from data write due to current formatting",
"de": "neue Statusattribute hinzugefügt, die von Sentry gemeldet wurden\nBugfix Live-Überschreibungsdatenpunkt als schreibgeschützt erstellt #252\nAusgeschlossener Wert \"PIR\" vom Datenschreiben aufgrund aktueller Formatierung",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Versión beta estable a partir de ahora instalable por la interfaz de administración ioBroker.",
"pl": "Stabilna wersja beta od teraz do zainstalowania przez interfejs administracyjny ioBroker.",
"zh-cn": "现在可以通过ioBroker管理界面安装稳定的beta版本。"
},
"0.1.4": {
"en": "New configuration page + color palettes drop down menu",
"de": "Neue Konfigurationsseite + Dropdown-Menü für Farbpaletten",
"ru": "Новая страница конфигурации + раскрывающееся меню цветовых палитр",
"pt": "Nova página de configuração + paletas de cores no menu suspenso",
"nl": "Nieuwe configuratiepagina + kleurenpaletten vervolgkeuzemenu",
"fr": "Nouvelle page de configuration + menu déroulant de palettes de couleurs",
"it": "Nuova pagina di configurazione + menu a discesa tavolozze colori",
"es": "Nueva página de configuración + menú desplegable de paletas de colores",
"pl": "Nowa strona konfiguracji + rozwijane menu palet kolorów",
"zh-cn": "新的配置页+调色板下拉菜单"
}
},
"title": "WLED",
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.wled",
"version": "0.5.8",
"version": "0.5.9",
"description": "A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs!",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 55a963e

Please sign in to comment.