Skip to content

Commit

Permalink
* changelog and prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jun 7, 2021
1 parent 1cb2890 commit c70e92d
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 42 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
* (foxriver76) Make sure getStates uses write attribute of aliases instead of read
* (bluefox) Add messages to read logs
* (Apollon77) prevent crash in disconnect cases on startup
* (foxriver76) allow defaultNewAcl updates on the fly

## 3.3.11 (2021-05-23)
* (Apollon77) initialize new default ACLs in any case, only controller sets it for all objects
* (foxriver76) do not send null as diag info in error cases or if user has selected none
Expand Down
100 changes: 64 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"dependencies": {
"@alcalzone/esbuild-register": "^2.5.1-1",
"@iobroker/db-objects-file": "~1.2.6",
"@iobroker/db-objects-jsonl": "~1.2.6",
"@iobroker/db-objects-redis": "~1.2.6",
"@iobroker/db-states-file": "~1.2.6",
"@iobroker/db-states-jsonl": "~1.2.6",
"@iobroker/db-states-redis": "~1.2.6",
"@iobroker/db-objects-file": "~1.2.7",
"@iobroker/db-objects-jsonl": "~1.2.7",
"@iobroker/db-objects-redis": "~1.2.7",
"@iobroker/db-states-file": "~1.2.7",
"@iobroker/db-states-jsonl": "~1.2.7",
"@iobroker/db-states-redis": "~1.2.7",
"@iobroker/plugin-base": "~1.2.1",
"@iobroker/plugin-sentry": "~1.1.10",
"chokidar": "^3.5.1",
Expand Down

0 comments on commit c70e92d

Please sign in to comment.