-
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.
- (klein0r) Fixed credentials decrypt - (klein0r) Added connection state (process is running)
- Loading branch information
Showing
5 changed files
with
24 additions
and
24 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,7 +35,7 @@ Instantiate the server with Node-RED | |
### **WORK IN PROGRESS** | ||
--> | ||
## Changelog | ||
### **WORK IN PROGRESS** | ||
### 5.0.1 (2023-12-05) | ||
|
||
- (klein0r) Fixed credentials decrypt | ||
- (klein0r) Added connection state (process is running) | ||
|
@@ -64,12 +64,6 @@ Instantiate the server with Node-RED | |
|
||
- (Apollon77) Prepare for js-controller 5.0 | ||
|
||
### 4.0.0 (2022-08-14) | ||
|
||
- IMPORTANT: Node.js 14.x now needed at least | ||
- (Apollon77) Upgrade to node-red 3.0.2, enable runtime-state features and switch editor to monaco-editor | ||
- (Apollon77) Correctly escape backslashes when writing setting file on Windows | ||
|
||
## License | ||
|
||
Copyright 2014-2023 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.0.0", | ||
"version": "5.0.1", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "[email protected]" | ||
|