Skip to content

Commit

Permalink
chore: release v5.0.11
Browse files Browse the repository at this point in the history
* (clausmuus) fixed reconnect of serial communication
  • Loading branch information
GermanBluefox committed Dec 1, 2022
1 parent ddfe419 commit bcdf731
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ There are some programs in folder *test' to test the TCP communication:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 5.0.11 (2022-12-01)
* (clausmuus) fixed reconnect of serial communication

### 5.0.8 (2022-09-27)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.bc42a51a.js",
"main.js": "./static/js/main.9151ba43.js",
"index.html": "./index.html",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.bc42a51a.js.map": "./static/js/main.bc42a51a.js.map"
"main.9151ba43.js.map": "./static/js/main.9151ba43.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.bc42a51a.js"
"static/js/main.9151ba43.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Modbus</title><script defer="defer" src="./static/js/main.bc42a51a.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Modbus</title><script defer="defer" src="./static/js/main.9151ba43.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "modbus",
"version": "5.0.10",
"version": "5.0.11",
"news": {
"5.0.11": {
"en": "fixed reconnect of serial communication",
"de": "feste wiederverbindung der seriellen kommunikation",
"ru": "фиксированное переподключение серийного общения",
"pt": "reconexão fixa da comunicação serial",
"nl": "vertaling:",
"fr": "reconnecté fixe de la communication série",
"it": "ricollegamento fisso della comunicazione seriale",
"es": "reconexión fija de la comunicación en serie",
"pl": "związany z rekonstytucją szeregową",
"uk": "фіксоване відключення послідовного зв'язку",
"zh-cn": "定期重新联络"
},
"5.0.8": {
"en": "GUI packages updated",
"de": "GUI-Pakete aktualisiert",
Expand Down
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": "5.0.10",
"version": "5.0.11",
"description": "Connect devices oder Modbus protocol to ioBroker",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modebus-admin",
"version": "5.0.10",
"version": "5.0.11",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.0.1",
Expand Down

0 comments on commit bcdf731

Please sign in to comment.