Skip to content

Commit 4003a1e

Browse files
author
Rafał Drozda
committed
chore: release v0.9.1
* (Copilot) solve auto deployment issues
1 parent 05a6b4b commit 4003a1e

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

CHANGELOG_OLD.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Older changes
2+
## 0.7.1 (2023-10-02)
3+
* several fixes by [HaggardFFM](https://github.com/HaggardFFM) fixes #479, #423
4+
* (DutchmanNL) missing state attribute definitions added
5+
* implement white color channel by [HaggardFFM](https://github.com/HaggardFFM), fixes #306, #306
6+
* (DutchmanNL) Removed error message if definitions are missing, no impact on functionality
7+
28
## 0.6.7 (2022-06-08) - Bugfix [#400](https://github.com/DrozmotiX/ioBroker.wled/issues/400)
39
* (DutchmanNL) Bugfix: Cannot read property 'initialized' of undefined handleStates solved [#400](https://github.com/DrozmotiX/ioBroker.wled/issues/400)
410

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ When the adapter crashes or another Code error happens, this error message that
141141
Placeholder for the next version (at the beginning of the line):
142142
### __WORK IN PROGRESS__
143143
-->
144-
### __WORK IN PROGRESS__
144+
### 0.9.1 (2026-02-15)
145145
* (Copilot) solve auto deployment issues
146146

147147
### 0.9.0 (2026-02-15)
@@ -170,12 +170,6 @@ When the adapter crashes or another Code error happens, this error message that
170170
* (DutchmanNL) Bugfix: Update online state correctly in situation connection is lost, fixes #611
171171
* (DutchmanNL) Reset brightness to 0 and on to false during adapter start and if a device disconnects, fixes #565
172172

173-
### 0.7.1 (2023-10-02)
174-
* several fixes by [HaggardFFM](https://github.com/HaggardFFM) fixes #479, #423
175-
* (DutchmanNL) missing state attribute definitions added
176-
* implement white color channel by [HaggardFFM](https://github.com/HaggardFFM), fixes #306, #306
177-
* (DutchmanNL) Removed error message if definitions are missing, no impact on functionality
178-
179173
## For Developers
180174

181175
### Automated Deployment

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "wled",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"news": {
6+
"0.9.1": {
7+
"en": "solve auto deployment issues",
8+
"de": "probleme bei der automatischen bereitstellung",
9+
"ru": "решение проблем с развертыванием авто",
10+
"pt": "resolver problemas de implantação automática",
11+
"nl": "problemen met automatische implementatie oplossen",
12+
"fr": "résoudre les problèmes de déploiement automatique",
13+
"it": "risolvere problemi di implementazione automatica",
14+
"es": "resolver problemas de implementación de automóviles",
15+
"pl": "rozwiązać problemy z automatycznym wdrażaniem",
16+
"uk": "вирішувати питання автоматичного розгортання",
17+
"zh-cn": "解决自动部署问题"
18+
},
619
"0.9.0": {
720
"en": "**NEW**: Added segment management via sendTo commands - dynamically add and delete WLED segments\n**NEW**: Added Hue Sync control - synchronize WLED colors with Philips Hue lights (hp state: 0-99, 0=off)\n**NEW**: Added Reboot control - restart WLED device remotely (rb state: boolean button)\n**NEW**: Added Realtime UDP control - toggle reception of realtime UDP data (rd state: boolean switch)\n**NEW**: Added support for sending raw HTTP API commands via `rawCommand` state (fixes #677)\n**FIXED**: Corrected online/offline state detection - `_online` state now properly contains boolean values resolves #654\n**FIXED**: Ensure backend processes and stop when device is deleted in ioBroker object tree (fixes #615)\n**ENHANCED**: Reduced code complexity by extracting validation helpers to separate module (lib/validation.js) #777\n**TESTING**: Added comprehensive unit tests for validation helpers (49 test cases covering edge cases and error handling)\n**CI/CD**: Fixed automated deployment failure by removing unused build step for JavaScript-only adapter",
821
"de": "**NEW**: Segmentverwaltung per Absenden hinzugefügt Zu Befehlen - dynamisch hinzufügen und löschen WLED-Segmente\n**NEW**: Hinzugefügt Hue Sync-Steuerung - synchronisieren WLED-Farben mit Philips Hue lights (hp state: 0-99, 0=off)\n**NEW**: Reboot-Steuerung hinzugefügt - WLED-Gerät remote neu starten (rb-Zustand: boolean-Taste)\n**NEW**: Hinzugefügt Echtzeit-UDP-Steuerung - toggle Empfang von Echtzeit-UDP-Daten (rd state: boolean switch)\n**NEW**: Unterstützung für das Senden von rohen HTTP-API-Befehlen über `rawCommand` Zustand hinzugefügt (fixes #677)\n**FIXED**: Korrigierte online/offline Zustandserkennung - `_online` Zustand enthält jetzt korrekt boolean Werte löst #654\n**FIXED**: Sichern Sie Backend-Prozesse und stoppen Sie, wenn das Gerät in ioBroker Objektbaum gelöscht wird (fixes #615)\n**ENHANCED**: Verringerte Code-Komplexität durch Extraktion von Validierungshelfern zum separaten Modul (lib/validation.js) #777\n**TESTING**: Ergänzende Einheitstests für Validierungshelfer (49 Testfälle mit Randfällen und Fehlerbehandlung)\n**CI/CD*: Fehler beim automatisierten Einsatz behoben, indem ungenutzter Build-Schritt für JavaScript-only Adapter entfernt wird",
@@ -80,19 +93,6 @@
8093
"pl": "Bugfix: Cannot odczytuje własność nieokreśloną Państwa rozwiązane są na #400 (https:/github.com/DrozmotiX/ioBroker.wled/400)",
8194
"zh-cn": "Bugfix: 未确定处理的财产 国家解决[第400号](http://github.com/DrozmotiX/ioBroker.wled/issues/400)",
8295
"uk": "Виправлення: неможливо прочитати властивість «initialized» невизначеного handleStates [#400](https://github.com/DrozmotiX/ioBroker.wled/issues/400)"
83-
},
84-
"0.6.6": {
85-
"en": "Log messages and error reporting improved\nDon't send missing attribute definitions to Sentry",
86-
"de": "Protokollmeldungen und Fehlermeldungen verbessert\nSendet keine fehlenden Attributdefinitionen an Sentry",
87-
"ru": "Улучшены сообщения журнала и отчеты об ошибках.\n",
88-
"pt": "Mensagens de log e relatórios de erros aprimorados\n",
89-
"nl": "Logberichten en foutrapportage verbeterd\nStuur ontbrekende attribuutdefinities niet naar Sentry",
90-
"fr": "Messages du journal et rapports d'erreurs améliorés\n",
91-
"it": "Messaggi di registro e segnalazione degli errori migliorati\n",
92-
"es": "Mensajes de registro e informes de errores mejorados\n",
93-
"pl": "Poprawiono komunikaty dziennika i raportowanie błędów\n",
94-
"zh-cn": "改进了日志消息和错误报告\n",
95-
"uk": "Покращено журнал повідомлень і звіт про помилки\nНе надсилайте визначення відсутніх атрибутів до Sentry"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.wled",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs!",
55
"author": {
66
"name": "DutchmanNL",

0 commit comments

Comments
 (0)