Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 14, 2019
1 parent eba1fcf commit ea94504
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 173 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## 4.4.0 (2019-05-07)
## 4.4.1 (2019-05-14)

### Notable Changes

* Node.js v12 is now supported ([#277](https://github.com/oznu/homebridge-config-ui-x/issues/277))
* **Plugins:** Added a check before a plugin is installed to test for write access to the target directory if sudo mode is not enabled - this should result in a more helpful message being displayed when a plugin fails to install due to lack of permissions
* **Docker:** Ensure the node_modules directory is present after all plugins are uninstalled

### Notice
### Other Changes

* Updated npm dependencies

Node.js 12 is currently not supported by this plugin due to compatibility issues still being resolved by third party dependencies. You should not upgrade to Node.js 12 until [#277](https://github.com/oznu/homebridge-config-ui-x/issues/277) is resolved.
## 4.4.0 (2019-05-07)

### Notable Changes

Expand Down
Loading

0 comments on commit ea94504

Please sign in to comment.