Skip to content

Commit

Permalink
fix #690
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 18, 2020
1 parent 80c4b69 commit 65394f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 28 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. This projec

## Next

### Bug Fixes
### Other Changes

* **hb-service:** Fix a bug that caused strange behaviour on boot for users running macOS with home folders mounted on a remote network share ([#680](https://github.com/oznu/homebridge-config-ui-x/issues/680))
* **i18n:** Improvements to English language translation ([#689](https://github.com/oznu/homebridge-config-ui-x/issues/689))
* **i18n:** Improvements to Czech language translation ([#691](https://github.com/oznu/homebridge-config-ui-x/issues/691))

### Bug Fixes

* **hb-service:** Fix a bug that caused strange behaviour on boot for users running macOS with home folders mounted on a remote network share ([#680](https://github.com/oznu/homebridge-config-ui-x/issues/680))
* **Accessory Control:** Fixed an issue where the accessory name would sometimes not be displayed correctly ([#690](https://github.com/oznu/homebridge-config-ui-x/issues/690))

## 4.19.0 (2020-05-14)

### Notable Changes
Expand Down
30 changes: 7 additions & 23 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge Config UI X",
"version": "4.19.1-test.3",
"version": "4.19.1-test.4",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down Expand Up @@ -86,7 +86,7 @@
"devDependencies": {
"@nestjs/jwt": "^7.0.0",
"@nestjs/passport": "^7.0.0",
"@oznu/hap-client": "^1.4.0",
"@oznu/hap-client": "^1.5.0",
"@types/fs-extra": "^8.1.0",
"@types/node": "^13.13.4",
"@types/semver": "^7.1.0",
Expand Down Expand Up @@ -142,4 +142,4 @@
"smart home",
"hb-service"
]
}
}

0 comments on commit 65394f3

Please sign in to comment.