Skip to content

Commit

Permalink
chore: release v4.10.7
Browse files Browse the repository at this point in the history
Prevent crash case (Sentry IOBROKER-JAVASCRIPT-4Q)
Corrected `variables.isDayTime`
  • Loading branch information
GermanBluefox committed Dec 3, 2020
1 parent 1085025 commit 3a6b882
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 57 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG_OLD.md
@@ -1,5 +1,17 @@
The newest change log is in README.md

## 4.10.1 (2020-11-04)
* (AlCalzone) In global TypeScripts, `import` can now be used
* (AlCalzone) Iteration of `$(...)` query results in TypeScript no longer causes compilation to fail
* (AlCalzone) Already-compiled TypeScripts are now recompiled after an update of the adapter to benefit of potential fixes
* (bluefox) Corrected schedule on date object
* (bluefox) Corrected the moving of scripts
* (bluefox) Corrected search tab
* (bluefox) Corrected the calculation of isDayTime variable
* (bluefox) Corrected `trim()` issue by CRON builder
* (bluefox) Corrected functions call in blockly
* (bluefox) Corrected CRON name in blockly

## 4.9.8 (2020-11-01)
* (bluefox) Corrected search in blockly

Expand Down
15 changes: 2 additions & 13 deletions README.md
Expand Up @@ -39,8 +39,9 @@ And then call "npm run build".

## Changelog

### __WORK IN PROGRESS__
### 4.10.7 (2020-12-03)
* (Apollon77) Prevent crash case (Sentry IOBROKER-JAVASCRIPT-4Q)
* (paul53) Corrected `variables.isDayTime`

### 4.10.6 (2020-12-01)
* (AlCalzone) TypeScripts which augment the global scope are now correctly compiled
Expand All @@ -58,18 +59,6 @@ And then call "npm run build".
### 4.10.3 (2020-11-08)
* (bluefox) Corrected search in scripts

### 4.10.1 (2020-11-04)
* (AlCalzone) In global TypeScripts, `import` can now be used
* (AlCalzone) Iteration of `$(...)` query results in TypeScript no longer causes compilation to fail
* (AlCalzone) Already-compiled TypeScripts are now recompiled after an update of the adapter to benefit of potential fixes
* (bluefox) Corrected schedule on date object
* (bluefox) Corrected the moving of scripts
* (bluefox) Corrected search tab
* (bluefox) Corrected the calculation of isDayTime variable
* (bluefox) Corrected `trim()` issue by CRON builder
* (bluefox) Corrected functions call in blockly
* (bluefox) Corrected CRON name in blockly

## License

The MIT License (MIT)
Expand Down
18 changes: 9 additions & 9 deletions admin/asset-manifest.json
@@ -1,26 +1,26 @@
{
"files": {
"main.css": "/static/css/main.ec63fb86.chunk.css",
"main.js": "/static/js/main.3e1b5997.chunk.js",
"main.js.map": "/static/js/main.3e1b5997.chunk.js.map",
"main.js": "/static/js/main.f98f7090.chunk.js",
"main.js.map": "/static/js/main.f98f7090.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.36ac425a.js",
"runtime-main.js.map": "/static/js/runtime-main.36ac425a.js.map",
"static/css/2.a45507c4.chunk.css": "/static/css/2.a45507c4.chunk.css",
"static/js/2.df5a5b09.chunk.js": "/static/js/2.df5a5b09.chunk.js",
"static/js/2.df5a5b09.chunk.js.map": "/static/js/2.df5a5b09.chunk.js.map",
"static/js/2.1a73343e.chunk.js": "/static/js/2.1a73343e.chunk.js",
"static/js/2.1a73343e.chunk.js.map": "/static/js/2.1a73343e.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.6fd540bc37c62d076ba4922705471ebd.js": "/precache-manifest.6fd540bc37c62d076ba4922705471ebd.js",
"precache-manifest.4699eb27e1a54aec32981d2114c0fe0d.js": "/precache-manifest.4699eb27e1a54aec32981d2114c0fe0d.js",
"service-worker.js": "/service-worker.js",
"static/css/2.a45507c4.chunk.css.map": "/static/css/2.a45507c4.chunk.css.map",
"static/css/main.ec63fb86.chunk.css.map": "/static/css/main.ec63fb86.chunk.css.map",
"static/js/2.df5a5b09.chunk.js.LICENSE.txt": "/static/js/2.df5a5b09.chunk.js.LICENSE.txt",
"static/js/main.3e1b5997.chunk.js.LICENSE.txt": "/static/js/main.3e1b5997.chunk.js.LICENSE.txt"
"static/js/2.1a73343e.chunk.js.LICENSE.txt": "/static/js/2.1a73343e.chunk.js.LICENSE.txt",
"static/js/main.f98f7090.chunk.js.LICENSE.txt": "/static/js/main.f98f7090.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.36ac425a.js",
"static/css/2.a45507c4.chunk.css",
"static/js/2.df5a5b09.chunk.js",
"static/js/2.1a73343e.chunk.js",
"static/css/main.ec63fb86.chunk.css",
"static/js/main.3e1b5997.chunk.js"
"static/js/main.f98f7090.chunk.js"
]
}
@@ -1,31 +1,31 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "459576689b84d81ff50cbb17ab3ee074",
"revision": "a759a12c4cab96ec6b4a5e267dbae868",
"url": "/index.html"
},
{
"revision": "f59d7c38f25a63e263d2",
"revision": "057999686fa5756211b5",
"url": "/static/css/2.a45507c4.chunk.css"
},
{
"revision": "d338dc76638420dd7532",
"revision": "6cb3e66a9eb8e30fbbc0",
"url": "/static/css/main.ec63fb86.chunk.css"
},
{
"revision": "f59d7c38f25a63e263d2",
"url": "/static/js/2.df5a5b09.chunk.js"
"revision": "057999686fa5756211b5",
"url": "/static/js/2.1a73343e.chunk.js"
},
{
"revision": "1583bed55b39251c22a7caf96ba1aeac",
"url": "/static/js/2.df5a5b09.chunk.js.LICENSE.txt"
"url": "/static/js/2.1a73343e.chunk.js.LICENSE.txt"
},
{
"revision": "d338dc76638420dd7532",
"url": "/static/js/main.3e1b5997.chunk.js"
"revision": "6cb3e66a9eb8e30fbbc0",
"url": "/static/js/main.f98f7090.chunk.js"
},
{
"revision": "578fa69920ac4a551e6d340a37256bed",
"url": "/static/js/main.3e1b5997.chunk.js.LICENSE.txt"
"url": "/static/js/main.f98f7090.chunk.js.LICENSE.txt"
},
{
"revision": "0bb40a41b8abfdf8d583",
Expand Down
2 changes: 1 addition & 1 deletion admin/service-worker.js
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.6fd540bc37c62d076ba4922705471ebd.js"
"/precache-manifest.4699eb27e1a54aec32981d2114c0fe0d.js"
);

self.addEventListener('message', (event) => {
Expand Down
3 changes: 3 additions & 0 deletions admin/static/js/2.1a73343e.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/static/js/2.1a73343e.chunk.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions admin/static/js/2.df5a5b09.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion admin/static/js/2.df5a5b09.chunk.js.map

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions io-package.json
Expand Up @@ -20,8 +20,20 @@
"Apollon77 <iobroker@fischer-ka.de>",
"AlCalzone"
],
"version": "4.10.6",
"version": "4.10.7",
"news": {
"4.10.7": {
"en": "Prevent crash case (Sentry IOBROKER-JAVASCRIPT-4Q)\nCorrected `variables.isDayTime`",
"de": "Absturz verhindern (Sentry IOBROKER-JAVASCRIPT-4Q)\n`Variables.isDayTime` korrigiert",
"ru": "Случай предотвращения сбоя (Sentry IOBROKER-JAVASCRIPT-4Q)\nИсправленный файл `variables.isDayTime`",
"pt": "Evitar caso de travamento (Sentry IOBROKER-JAVASCRIPT-4Q)\nCorrigido `variables.isDayTime`",
"nl": "Voorkom crash case (Sentry IOBROKER-JAVASCRIPT-4Q)\n`Variables.isDayTime` gecorrigeerd",
"fr": "Prévenir les cas de crash (Sentry IOBROKER-JAVASCRIPT-4Q)\nCorrection de `variables.isDayTime`",
"it": "Prevenire il crash case (Sentry IOBROKER-JAVASCRIPT-4Q)\nCorrezione di \"variables.isDayTime\"",
"es": "Caso de prevención de accidentes (Sentry IOBROKER-JAVASCRIPT-4Q)\nSe corrigió `variables.isDayTime`",
"pl": "Zapobiegaj awariom (Sentry IOBROKER-JAVASCRIPT-4Q)\nPoprawiono plik „variable.isDayTime”",
"zh-cn": "防止发生崩溃情况(Sentry IOBROKER-JAVASCRIPT-4Q)\n更正了`variables.isDayTime`"
},
"4.10.6": {
"en": "TypeScripts which augment the global scope are now correctly compiled\nIf no type declarations are found for an installed package, `require` will no longer show the error \"module not found\"\nRemoved the `--prefix` argument in `npm install`, so package installations on Windows no longer mess up the install directory\nCorrected the set of the binary state",
"de": "TypeScripts, die den globalen Bereich erweitern, werden jetzt korrekt kompiliert\nWenn für ein installiertes Paket keine Typdeklarationen gefunden werden, zeigt `require` nicht mehr den Fehler\" Modul nicht gefunden \"an.\nDas Argument \"--prefix\" in \"npm install\" wurde entfernt, sodass Paketinstallationen unter Windows das Installationsverzeichnis nicht mehr durcheinander bringen\nDie Menge des Binärzustands wurde korrigiert",
Expand Down Expand Up @@ -249,18 +261,6 @@
"es": "Funciones asincrónicas permitidas siempre que se acepta una devolución de llamada\nPermitido `true` como segundo parámetro en getObject\nTypeScript forzado a tratar cada script como un módulo separado\nSe reemplazó el cuadro de diálogo Seleccionar ID.",
"pl": "Dozwolone funkcje asynchroniczne po zaakceptowaniu wywołania zwrotnego\nDozwolone „prawda” jako drugi parametr w getObject\nZmuszono TypeScript do traktowania każdego skryptu jako oddzielnego modułu\nZastąpiono okno dialogowe Select-ID",
"zh-cn": "每当接受回调时允许的异步功能\n允许将“ true”作为getObject中的第二个参数\n强制TypeScript将每个脚本视为一个单独的模块\n替换了“选择ID”对话框"
},
"4.6.26": {
"en": "Catch error case when npm istallation fails (Sentry IOBROKER-JAVASCRIPT-3K)\nPrevent crash case in mirroring (Sentry IOBROKER-JAVASCRIPT-3M)",
"de": "Fehlerfall abfangen, wenn die npm-Installation fehlschlägt (Sentry IOBROKER-JAVASCRIPT-3K)\nAbsturzfall beim Spiegeln verhindern (Sentry IOBROKER-JAVASCRIPT-3M)",
"ru": "Выявление ошибки при сбое установки npm (Sentry IOBROKER-JAVASCRIPT-3K)\nПредотвращение сбоев при зеркалировании (Sentry IOBROKER-JAVASCRIPT-3M)",
"pt": "Capture o caso de erro quando a instalação do npm falhar (Sentry IOBROKER-JAVASCRIPT-3K)\nPrevina caso de travamento no espelhamento (Sentry IOBROKER-JAVASCRIPT-3M)",
"nl": "Foutgeval opvangen wanneer npm istallation mislukt (Sentry IOBROKER-JAVASCRIPT-3K)\nVoorkom crashcase bij mirroring (Sentry IOBROKER-JAVASCRIPT-3M)",
"fr": "Cas d'erreur d'interception lorsque l'installation de npm échoue (Sentry IOBROKER-JAVASCRIPT-3K)\nEmpêcher les cas de crash dans la mise en miroir (Sentry IOBROKER-JAVASCRIPT-3M)",
"it": "Cattura il caso di errore quando l'installazione di npm non riesce (Sentry IOBROKER-JAVASCRIPT-3K)\nPrevenire il crash case nel mirroring (Sentry IOBROKER-JAVASCRIPT-3M)",
"es": "Capturar caso de error cuando falla la instalación de npm (Sentry IOBROKER-JAVASCRIPT-3K)\nEvitar caso de accidente en la duplicación (Sentry IOBROKER-JAVASCRIPT-3M)",
"pl": "Błąd przechwytywania, gdy instalacja npm kończy się niepowodzeniem (Sentry IOBROKER-JAVASCRIPT-3K)\nZapobiegaj awariom podczas tworzenia kopii lustrzanych (Sentry IOBROKER-JAVASCRIPT-3M)",
"zh-cn": "npm istalation失败时捕获错误情况(Sentry IOBROKER-JAVASCRIPT-3K)\n防止在镜像时发生崩溃(Sentry IOBROKER-JAVASCRIPT-3M)"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "4.10.6",
"version": "4.10.7",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "4.10.6",
"version": "4.10.7",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
Expand Down Expand Up @@ -44,4 +44,4 @@
"not op_mini all"
],
"devDependencies": {}
}
}

0 comments on commit 3a6b882

Please sign in to comment.