Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waldbaer committed Feb 2, 2023
1 parent b932499 commit 1684daf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [1.1.0] - 2023-02-02

### Features
- Support override of the configured command (read or write) by `msg.command` property.

### Improvements
- Add configuration name to default node name.
- Node status color indicates 'Block further flow processing' state.
- New example flows for 'Collect Multiple Values' and 'Dynamic Command Override'

### Fixes
- Selected Value Drop-Down menu in the editor sporadically empty.


## [1.0.0] - 2023-01-25

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Changes can be followed [here](/CHANGELOG.md).


## Examples
See folder [/examples](/examples) or via NodeRED 🠖 Import 🠖 Examples.
See folder [/examples](/examples) or via NodeRED -> Import -> Examples.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldbaer/node-red-persistent-values",
"version": "1.0.0",
"version": "1.1.0",
"description": "Persistent values for Node-RED",
"author": "waldbaer",
"license": "MIT",
Expand Down

0 comments on commit 1684daf

Please sign in to comment.