Skip to content

Commit

Permalink
chore: release v6.4.0
Browse files Browse the repository at this point in the history
* (bluefox) Moved GUI compilation to vite
* (bluefox) Added error message if the response length is invalid
  • Loading branch information
GermanBluefox committed Nov 22, 2024
1 parent 43bedeb commit 1acbb59
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 271 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ There are some programs in folder `test` to test the TCP communication:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 6.4.0 (2024-11-22)
* (bluefox) Moved GUI compilation to vite
* (bluefox) Added error message if the response length is invalid

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="manifest" href="manifest.json" />
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
<title>Modbus</title>
<script type="module" crossorigin src="./assets/index-CpB_NMR3.js"></script>
<script type="module" crossorigin src="./assets/index-IjDYuufQ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Bd3GtHgn.css">
</head>
<body>
Expand Down
530 changes: 270 additions & 260 deletions io-package.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.modbus",
"version": "6.3.2",
"version": "6.4.0",
"description": "Connect devices oder Modbus protocol to ioBroker",
"author": {
"name": "bluefox",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modebus-admin",
"version": "6.3.2",
"version": "6.4.0",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^7.4.1",
Expand Down Expand Up @@ -29,4 +29,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 1acbb59

Please sign in to comment.