Skip to content

Commit

Permalink
4.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Nov 30, 2020
1 parent 55f03e3 commit 86cb26d
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 65 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

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

## 4.34.1 (2020-11-26)
## 4.35.0 (2020-11-30)

### Notable Changes

* **i18n:** Korean (ko) language added by [@thankee](https://github.com/thankee) ([#976](https://github.com/oznu/homebridge-config-ui-x/pull/976))
* The Homebridge UI is now available in 23 different languages!

### Other Changes

* **i18n:** Improvements to Japanese language translations ([#978](https://github.com/oznu/homebridge-config-ui-x/pull/978))

### Bug Fixes

* **Plugins:** (BETA) [Custom plugin user interfaces](https://github.com/homebridge/plugin-ui-utils) now work correctly in older browsers that do not support the `EventTarget` constructor
* **Plugins:** [Custom plugin user interfaces](https://github.com/homebridge/plugin-ui-utils) now work correctly in older browsers that do not support the `EventTarget` constructor
* **Plugins:** Ensure `@eaDir` folders are removed from the `/homebridge/node_modules` folder when running with Docker on Synology DSM ([#970](https://github.com/oznu/homebridge-config-ui-x/issues/970))
* **Plugins:** Attempt to automatically clear the npm cache if a UI update fails ([#923](https://github.com/oznu/homebridge-config-ui-x/issues/923))
* **System:** Lockdown the systeminformation dependency version ([#969](https://github.com/oznu/homebridge-config-ui-x/issues/969))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.34.1-test.4",
"version": "4.35.0",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <dev@oz.nu>",
Expand Down Expand Up @@ -135,4 +135,4 @@
"smart home",
"hb-service"
]
}
}
90 changes: 45 additions & 45 deletions ui/package-lock.json

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

30 changes: 15 additions & 15 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^10.2.2",
"@angular/common": "^10.2.2",
"@angular/compiler": "^10.2.2",
"@angular/core": "^10.2.2",
"@angular/forms": "^10.2.2",
"@angular/platform-browser": "^10.2.2",
"@angular/platform-browser-dynamic": "^10.2.2",
"@angular/router": "^10.2.2",
"@auth0/angular-jwt": "^5.0.1",
"@angular/animations": "^10.2.3",
"@angular/common": "^10.2.3",
"@angular/compiler": "^10.2.3",
"@angular/core": "^10.2.3",
"@angular/forms": "^10.2.3",
"@angular/platform-browser": "^10.2.3",
"@angular/platform-browser-dynamic": "^10.2.3",
"@angular/router": "^10.2.3",
"@auth0/angular-jwt": "^5.0.2",
"@homebridge/plugin-ui-utils": "0.0.17",
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
"@ngx-translate/core": "^13.0.0",
Expand All @@ -29,8 +29,8 @@
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"classlist.js": "^1.1.20150312",
"dayjs": "^1.9.5",
"file-saver": "^2.0.2",
"dayjs": "^1.9.6",
"file-saver": "^2.0.5",
"jquery": "^3.5.1",
"json5": "^2.1.3",
"lodash-es": "^4.17.15",
Expand All @@ -45,7 +45,7 @@
"ngx-monaco-editor": "^8.1.1",
"ngx-toastr": "^13.1.0",
"node-sass": "^4.14.1",
"nouislider": "^14.6.2",
"nouislider": "^14.6.3",
"popper.js": "^1.16.1",
"qrcode": "^1.4.4",
"rxjs": "^6.6.3",
Expand All @@ -60,10 +60,10 @@
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/cli": "^10.2.0",
"@angular/compiler-cli": "^10.2.2",
"@angular/language-service": "^10.2.2",
"@angular/compiler-cli": "^10.2.3",
"@angular/language-service": "^10.2.3",
"@fortawesome/fontawesome-free": "^5.15.1",
"@types/node": "^14.14.6",
"@types/node": "^14.14.10",
"@types/qrcode": "^1.3.5",
"@types/semver": "^7.3.4",
"@types/socket.io-client": "^1.4.34",
Expand Down

0 comments on commit 86cb26d

Please sign in to comment.