Skip to content

Commit

Permalink
chore: release v1.4.3
Browse files Browse the repository at this point in the history
* (Bettman66) Fix REAL number parsing error
  • Loading branch information
Apollon77 committed Feb 17, 2024
1 parent bb01598 commit fd2ca51
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 35 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
-->

## Changelog

### __WORK IN PROGRESS__
### 1.4.3 (2024-02-17)
* (Bettman66) Fix REAL number parsing error

### 1.4.2 (2023-12-04)
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.4fb08967.js",
"main.js": "./static/js/main.d325f513.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.4fb08967.js.map": "./static/js/main.4fb08967.js.map"
"main.d325f513.js.map": "./static/js/main.d325f513.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.4fb08967.js"
"static/js/main.d325f513.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>s7</title><script defer="defer" src="./static/js/main.4fb08967.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>s7</title><script defer="defer" src="./static/js/main.d325f513.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>
2 changes: 1 addition & 1 deletion admin/static/css/main.96b3c861.css.map

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* see: http://github.com/jrburke/requirejs for details
*/

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
localForage -- Offline Storage, Improved
Version 1.10.0
Expand Down Expand Up @@ -99,14 +105,6 @@
* LICENSE file in the root directory of this source tree.
*/

/**
* @mui/x-date-pickers v6.18.2
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* A better abstraction over CSS.
*
Expand All @@ -123,3 +121,12 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

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": "s7",
"version": "1.4.2",
"version": "1.4.3",
"news": {
"1.4.3": {
"en": "Fix REAL number parsing error",
"de": "Fehler bei REAL-Nummernkorrektur behoben",
"ru": "Исправление ошибки",
"pt": "Corrigir erro de análise de número real",
"nl": "Fix REAL number ontleden fout",
"fr": "Correction de l'erreur d'analyse du numéro REAL",
"it": "Risolvere l'errore di parsing del numero REAL",
"es": "Corrección número REAL pareando error",
"pl": "Naprawiono błąd przetwarzania numeru REAL",
"uk": "Виправлення помилки пароля",
"zh-cn": "修正真实数字解析错误"
},
"1.4.2": {
"en": "IMPORTANT: Node.js 16+ is required to run this version!\nUpdate dependencies to make adapter work with Node.js 20+",
"de": "WICHTIG: Node.js 16+ muss diese Version ausführen!\nAktualisieren Sie Abhängigkeiten, um Adapter mit Node.js 20+ zu arbeiten",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "Liberador actualizado",
"pl": "Zaktualizowany wydawca",
"zh-cn": "更新的发布者"
},
"1.3.10": {
"en": "Better handle invalid entries with empty Address",
"de": "Bessere Handhabung ungültiger Einträge mit leerer Adresse",
"ru": "Лучше обрабатывать недопустимые записи с пустым адресом",
"pt": "Melhor lidar com entradas inválidas com endereço vazio",
"nl": "Beter omgaan met ongeldige invoer met een leeg adres",
"fr": "Mieux gérer les entrées invalides avec une adresse vide",
"it": "Gestire meglio le voci non valide con l'indirizzo vuoto",
"es": "Maneje mejor las entradas inválidas con la dirección vacía",
"pl": "Lepiej obsługuj nieprawidłowe wpisy z pustym adresem",
"zh-cn": "更好地处理空地址的无效条目"
}
},
"title": "Siemens Simatic S7",
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.s7",
"version": "1.4.2",
"version": "1.4.3",
"description": "Siemens S7 over Snap7",
"author": {
"name": "smiling_Jack",
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": "1.4.2",
"version": "1.4.3",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.9.9",
Expand Down Expand Up @@ -34,4 +34,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit fd2ca51

Please sign in to comment.