Skip to content

Commit

Permalink
chore: release v6.0.1
Browse files Browse the repository at this point in the history
* (bluefox) Better tooltips in settings
  • Loading branch information
GermanBluefox committed Oct 30, 2023
1 parent 0bcc659 commit c71c37f
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ There are some programs in folder `test` to test the TCP communication:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 6.0.1 (2023-10-30)
* (bluefox) Better tooltips in settings

### 6.0.0 (2023-10-27)
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.9da45620.js",
"main.js": "./static/js/main.e657afca.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 @@ -123,10 +123,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.9da45620.js.map": "./static/js/main.9da45620.js.map"
"main.e657afca.js.map": "./static/js/main.e657afca.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.9da45620.js"
"static/js/main.e657afca.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.9da45620.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.e657afca.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.

27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "modbus",
"version": "6.0.0",
"version": "6.0.1",
"news": {
"6.0.1": {
"en": "Better tooltips in settings",
"de": "Bessere Tooltips in Einstellungen",
"ru": "Лучшие инструменты в настройках",
"pt": "Melhores dicas de ferramentas nas configurações",
"nl": "Beter teltips in setting",
"fr": "Meilleurs outils dans les paramètres",
"it": "Migliori tooltips nelle impostazioni",
"es": "Mejores puntas de herramientas en la configuración",
"pl": "Lepsze opłaki w ustawie",
"uk": "Краще налаштування інструментів",
"zh-cn": "B. 环境中更好的工具ti"
},
"6.0.0": {
"en": "GUI packages updated\nAdded help for settings\nMinimal supported node.js version is 16",
"de": "GUI-Pakete aktualisiert\nHilfe für Einstellungen hinzugefügt\nMinimal unterstützt node.js version is 16",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "ÚLTIMA HORA: Todos los caracteres de espacio serán reemplazados con guiones bajos ahora en las ID de objetos, no solo el primero.\nError de captura informado por centinela cuando se ingresa un puerto maestro no válido\nGUI migrada a mui-v5",
"pl": "ŁAMANIE: Wszystkie znaki spacji zostaną teraz zastąpione podkreśleniami w identyfikatorach obiektów, nie tylko pierwszy.\nBłąd wyłapania zgłoszony przez wartę po wprowadzeniu nieprawidłowego portu głównego\nGUI migrowane do mui-v5",
"zh-cn": "BREAKING:现在,对象 ID 中的所有空格字符都将替换为下划线,而不仅仅是第一个。\n输入无效的主端口时,哨兵报告的捕获错误\nGUI 迁移到 mui-v5"
},
"4.0.4": {
"en": "Prevent invalid state log",
"de": "Ungültiges Zustandsprotokoll verhindern",
"ru": "Предотвратить неверный журнал состояний",
"pt": "Impedir registro de estado inválido",
"nl": "Voorkom ongeldig statuslogboek",
"fr": "Empêcher le journal d'état invalide",
"it": "Impedisci registro di stato non valido",
"es": "Evitar registro de estado no válido",
"pl": "Zapobiegaj nieprawidłowemu dziennikowi stanu",
"zh-cn": "防止无效状态日志"
}
},
"title": "ModBus",
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": "6.0.0",
"version": "6.0.1",
"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.0.0",
"version": "6.0.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "4.6.7",
Expand Down

0 comments on commit c71c37f

Please sign in to comment.