Skip to content

Commit

Permalink
chore: release v1.12.0
Browse files Browse the repository at this point in the history
* (Apollon77) Do not control saturation with a percentage request via alexa
* (bluefox) Migrated GUI to v5
  • Loading branch information
GermanBluefox committed Sep 27, 2022
1 parent 3955436 commit 4d6512a
Show file tree
Hide file tree
Showing 13 changed files with 140 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Following types are supported:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.12.0 (2022-09-27)
* (Apollon77) Do not control saturation with a percentage request via alexa
* (bluefox) Migrated GUI to v5

Expand Down
13 changes: 13 additions & 0 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.596decac.js",
"index.html": "./index.html",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.596decac.js.map": "./static/js/main.596decac.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.596decac.js"
]
}
Binary file added admin/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions admin/index_m.html
Original file line number Diff line number Diff line change
@@ -0,0 +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>IoT Settings</title><script defer="defer" src="./static/js/main.596decac.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>
15 changes: 15 additions & 0 deletions admin/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
2 changes: 2 additions & 0 deletions admin/static/css/main.96b3c861.css

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

1 change: 1 addition & 0 deletions admin/static/css/main.96b3c861.css.map

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

3 changes: 3 additions & 0 deletions admin/static/js/main.596decac.js

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions admin/static/js/main.596decac.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
/*!
localForage -- Offline Storage, Improved
Version 1.10.0
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/

/*!
Copyright (c) 2015 Jed Watson.
Based on code that is Copyright 2013-2015, Facebook, Inc.
All rights reserved.
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.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.
*/

/**
* @license React
* react-is.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.
*/

/**
* @license React
* react-jsx-runtime.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.
*/

/**
* @license React
* 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.
*/

/**
* @license React
* scheduler.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.
*/

/**
* A better abstraction over CSS.
*
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
* @website https://github.com/cssinjs/jss
* @license MIT
*/

/** @license MUI v5.10.7
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.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.
*/
1 change: 1 addition & 0 deletions admin/static/js/main.596decac.js.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "iot",
"version": "1.11.9",
"version": "1.12.0",
"news": {
"1.12.0": {
"en": "Do not control saturation with a percentage request via alexa\nMigrated GUI to v5",
"de": "Kontrollieren Sie keine Sättigung mit einer prozentualen Anfrage über alexa\nMigrated GUI to v5",
"ru": "Не контролируйте насыщение с процентным запросом через alexa\nMigrated GUI для v5",
"pt": "Não controle a saturação com um pedido percentual via alexa\nGUI migrado para v5",
"nl": "Controleer geen saturatie met een percentage verzoek via Alexa\nGemigreerde GUI",
"fr": "Ne contrôlez pas la saturation avec une demande de pourcentage via alexa\nMigrated GUI to v5",
"it": "Non controllare la saturazione con una richiesta percentuale via alexa\nGUI emigrata a v5",
"es": "No controle la saturación con una solicitud porcentual vía alexa\nGUI migrado al v5",
"pl": "Nie kontroluje nasycenia z odsetkiem żądanym przez alexa\nMigrated GUI (ang.)",
"zh-cn": "未通过法警控制饱和百分比要求\n第5条"
},
"1.11.9": {
"en": "Fix temperature controlling for thermostats via alexa",
"de": "Temperaturregelung für Thermostate über alexa festsetzen",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Se agregó la generación de clave de URL para servicios.",
"pl": "Dodano generowanie klucza URL dla usług",
"zh-cn": "为服务添加了 URL 密钥的生成"
},
"1.11.2": {
"en": "Fix crash case reported by Sentry (IOBROKER-IOT-3P)",
"de": "Von Sentry gemeldeter Absturzfall behoben (IOBROKER-IOT-3P)",
"ru": "Исправить случай сбоя, о котором сообщил Sentry (IOBROKER-IOT-3P)",
"pt": "Corrigir caso de falha relatado pelo Sentry (IOBROKER-IOT-3P)",
"nl": "Herstel crashgeval gemeld door Sentry (IOBROKER-IOT-3P)",
"fr": "Correction d'un cas de plantage signalé par Sentry (IOBROKER-IOT-3P)",
"it": "Risolto il caso di crash segnalato da Sentry (IOBROKER-IOT-3P)",
"es": "Solucionar caso de bloqueo informado por Sentry (IOBROKER-IOT-3P)",
"pl": "Napraw przypadek awarii zgłoszony przez Sentry (IOBROKER-IOT-3P)",
"zh-cn": "修复 Sentry 报告的崩溃案例 (IOBROKER-IOT-3P)"
}
},
"title": "IoT Assistants",
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.iot",
"version": "1.11.9",
"version": "1.12.0",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with 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": "iot-admin",
"version": "1.11.9",
"version": "1.12.0",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^3.1.34",
Expand Down Expand Up @@ -33,4 +33,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 4d6512a

Please sign in to comment.