From bff75e4d3330b9d3313b1b9cd7c1cb0ac4855e84 Mon Sep 17 00:00:00 2001 From: DutchmanNL Date: Sat, 16 Jan 2021 15:31:16 +0100 Subject: [PATCH] chore: release v0.4.8-alpha.15 Bugfix : Issue in array load at first calculation handiling Bugfix : Do not cumulative value to object --- README.md | 8 +++++--- io-package.json | 14 +++++++++++++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c1e4058..126ca1ec 100644 --- a/README.md +++ b/README.md @@ -233,15 +233,17 @@ If you like my work, please consider a personal donation ## What is Sentry.io and what is reported to the servers of that company? Sentry.io is a service for developers to get an overview about errors from their applications. And exactly this is implemented in this adapter. -When the adapter crashes or an other Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you allowed iobroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error free adapters that basically never crashs. - - +When the adapter crashes or an other Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you allowed iobroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error free adapters that basically never crashs. +### 0.4.8-alpha.15 (2021-01-16) +* (Dutchman) Bugfix : Issue in array load at first calculation handiling +* (Dutchman) Bugfix : Do not cumulative value to object + ### 0.4.8-alpha.14 (2021-01-16) * (Dutchman) change default log-level to info * (Dutchman) Bugfix : quarters.1 has no existing object diff --git a/io-package.json b/io-package.json index 39506386..3bc128d3 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "sourceanalytix", - "version": "0.4.8-alpha.14", + "version": "0.4.8-alpha.15", "news": { + "0.4.8-alpha.15": { + "en": "Bugfix : Issue in array load at first calculation handiling\nBugfix : Do not cumulative value to object", + "de": "Bugfix: Problem beim Laden des Arrays beim ersten Handling der Berechnung\nBugfix: Nicht kumulativen Wert zum Objekt", + "ru": "Исправление: проблема с загрузкой массива при первом вычислении.\nИсправление: не кумулятивная стоимость объекта", + "pt": "Correção de bug: Problema na carga da matriz na manipulação do primeiro cálculo\nCorreção de bug: não atribuir valor cumulativo ao objeto", + "nl": "Bugfix: probleem bij het laden van de array bij de eerste verwerking van de berekening\nBugfix: geen cumulatieve waarde om bezwaar te maken", + "fr": "Correctif: problème de chargement du tableau lors du premier calcul\nCorrectif: ne pas cumuler la valeur d'objet", + "it": "Bugfix: problema nel caricamento dell'array alla prima gestione del calcolo\nBugfix: non cumulativo valore per obiettare", + "es": "Corrección de error: problema en la carga de la matriz en el primer manejo del cálculo\nCorrección de error: no valor acumulativo para objetar", + "pl": "Poprawka: Problem z ładowaniem tablicy przy pierwszej obsłudze obliczeń\nBugfix: Nie kumuluj wartości obiektu", + "zh-cn": "错误修正:第一次计算处理时数组加载出现问题\n错误修正:不累积值到对象" + }, "0.4.8-alpha.14": { "en": "change default log-level to info\nBugfix : quarters.1 has no existing object\nBugfix : 05_currentYear has no existing object\nBugfix : Caught sentry error : Alias xxxxx has no target\nBugfix : Incorrect warn message if configuration for objects is changed", "de": "Ändern Sie die Standardprotokollstufe in \"Info\"\nBugfix: Vierteln.1 hat kein vorhandenes Objekt\nBugfix: 05_currentYear hat kein vorhandenes Objekt\nBugfix: Wachpostenfehler: Alias xxxxx hat kein Ziel\nBugfix: Falsche Warnmeldung, wenn die Konfiguration für Objekte geändert wird", diff --git a/package-lock.json b/package-lock.json index 05cd7bda..2640faab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.sourceanalytix", - "version": "0.4.8-alpha.14", + "version": "0.4.8-alpha.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8ccda97..9353c51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.sourceanalytix", - "version": "0.4.8-alpha.14", + "version": "0.4.8-alpha.15", "description": "SourceAnalytix", "author": { "name": "DutchmanNL",