Skip to content

Commit

Permalink
Merge pull request #1311 from proddy/dev
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
proddy authored Oct 1, 2023
2 parents f9a53cf + d3b086a commit 20d8b64
Show file tree
Hide file tree
Showing 9 changed files with 331 additions and 194 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Added

- show WiFi rssi in Network Status Page, show quality as color
- Show WiFi rssi in Network Status Page, show quality as color

## Fixed

Expand All @@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed

- mqtt free mem check set to 60 kb
- small cosmetic changes to Searching in Customization web page
- updated to [email protected]
- MQTT free mem check set to 60 kb
- Small cosmetic changes to Searching in Customization web page
- Updated to [email protected]

# [3.6.0] August 13 2023

Expand Down
15 changes: 9 additions & 6 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@

## Added

- power entities
- optional input of BSSID for AP connection
- return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor
- Power entities
- Optional input of BSSID for AP connection
- Return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor

## Fixed

- wifi full scan to get strongest AP
- add missing dhw tags
- Wifi full scan to get strongest AP
- Add missing dhw tags
- Sending a dash/- to the Reset command doesn't return an error [#1308](https://github.com/emsesp/EMS-ESP32/discussions/1308)

## Changed

- mqtt queue max 300 messages, check heap and maxAlloc
- MQTT queue max 300 messages, check heap and maxAlloc
- API call commands are logged as WARN in the log
- Reset Command renamed to 'reset' in lowercase in EN
20 changes: 10 additions & 10 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@alova/adapter-xhr": "^1.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@table-library/react-table-library": "4.1.7",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.6.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/react-router-dom": "^5.3.3",
"alova": "^2.13.1",
"async-validator": "^4.2.5",
Expand All @@ -47,12 +47,12 @@
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@preact/compat": "^17.1.2",
"@preact/preset-vite": "^2.5.0",
"@types/babel__core": "^7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand All @@ -65,12 +65,12 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"preact": "^10.17.1",
"preact": "^10.18.1",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.20.0",
"vite": "^4.4.9",
"vite-plugin-svgr": "^4.0.0",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 20d8b64

Please sign in to comment.