-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (Apollon77) Update node-red to 3.1.9 to fix execution on windows - (Apollon77) Restore log behavior as it was in till 5.0.x
- Loading branch information
Showing
5 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,10 @@ Instantiate the server with Node-RED | |
### **WORK IN PROGRESS** | ||
--> | ||
## Changelog | ||
|
||
### __WORK IN PROGRESS__ | ||
### 5.2.1 (2024-04-27) | ||
|
||
- (Apollon77) Update node-red to 3.1.9 to fix execution on windows | ||
- (Apollon77) Restore log behavior as it was in till 5.0.x | ||
- (Apollon77) Restore log behavior as it was in till 5.0.x | ||
|
||
### 5.2.0 (2024-02-17) | ||
- (klein0r) Added persistence of context data (filesystem) | ||
|
@@ -55,17 +54,6 @@ Instantiate the server with Node-RED | |
- (klein0r) Fixed credentials decrypt | ||
- (klein0r) Added connection state (process is running) | ||
|
||
### 5.0.0 (2023-11-26) | ||
**NodeJS 16.4.x+ is required** | ||
**Please check instance configuration and re-enter your passwords (encryption has changed).** | ||
|
||
- (klein0r) Updated Node-RED to 3.1.0. Please check your nodes for compatibility! | ||
- (klein0r) Admin 5/6 JSON config for instance configuration | ||
- (klein0r) Added sendTo node with callback | ||
- (klein0r) Allow custom attribute name for "ioBroker in" node | ||
- (klein0r) Added option to select editor (monaco, ace) | ||
- (klein0r) Added table for custom env vars to instance configuration | ||
|
||
## License | ||
|
||
Copyright 2014-2024 bluefox <[email protected]>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "iobroker.node-red", | ||
"description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "[email protected]" | ||
|