Skip to content

Commit

Permalink
chore: release v6.3.2
Browse files Browse the repository at this point in the history
* (bluefox) Corrected the error with alignment of addresses
  • Loading branch information
GermanBluefox committed Aug 29, 2024
1 parent 9421027 commit 33826e4
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 14 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.3.2 (2024-08-29)
* (bluefox) Corrected the error with alignment of addresses

### 6.3.0 (2024-08-28)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.08f18120.js",
"main.js": "./static/js/main.6a71b34c.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -122,10 +122,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.08f18120.js.map": "./static/js/main.08f18120.js.map"
"main.6a71b34c.js.map": "./static/js/main.6a71b34c.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.08f18120.js"
"static/js/main.6a71b34c.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.08f18120.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.6a71b34c.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": "6.3.1",
"version": "6.3.2",
"news": {
"6.3.2": {
"en": "Corrected the error with alignment of addresses",
"de": "Korrektur des Fehlers bei der Ausrichtung von Adressen",
"ru": "Исправлена ошибка с выравниванием адресов",
"pt": "Corrigido o erro com o alinhamento de endereços",
"nl": "De fout gecorrigeerd met het uitlijnen van adressen",
"fr": "Correction de l'erreur avec l'alignement des adresses",
"it": "Corretto l'errore con allineamento degli indirizzi",
"es": "Corregido el error con la alineación de direcciones",
"pl": "Poprawiono błąd z ustawieniem adresów",
"uk": "Виправлено помилку з вирівнюванням адрес",
"zh-cn": "在地址对齐时纠正了错误"
},
"6.3.0": {
"en": "Fix Timeout management to prevent leaking memory\nAdded information about connected clients in the server mode\nTried to fix error with aligning addresses\nGUI was migrated to admin 7",
"de": "Fix Timeout-Management, um zu verhindern, dass Leckspeicher\nWeitere Informationen zu verbundenen Clients im Servermodus\nVersuche, Fehler mit Ausrichtadressen zu beheben\nGUI wurde zu admin 7 migriert",
Expand Down
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.1",
"version": "6.3.2",
"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": "6.3.1",
"version": "6.3.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^6.1.9",
Expand Down

0 comments on commit 33826e4

Please sign in to comment.