From 19253d25110eb3f548df9427c1116802d92ce46e Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Thu, 16 Jun 2022 15:50:16 +0200 Subject: [PATCH] chore: release v2.1.0 * (klein0r) Added support for translated object names * (klein0r) Fixed sum calculation * (klein0r) Increased precision to 5 digits * (klein0r) Translated all objects --- CHANGELOG_OLD.md | 68 +++++++++++++++++++++++++++++++++++++++++++++- README.md | 69 +---------------------------------------------- io-package.json | 26 +++++++++--------- package-lock.json | 4 +-- package.json | 2 +- 5 files changed, 84 insertions(+), 85 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index ff5d100..74cdba7 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1 +1,67 @@ -# Older changes \ No newline at end of file +# Older changes +## 1.0.9 (2021-07-29) +* (bluefox) Removed the warnings for js-controller 3.x + +## 1.0.6 (2021-05-27) +* (Apollon77) prepare for js-controller 3.3 +* (Apollon77) make sure all tasks are processed to prevent missing objects +* (bluefox) added the support of Admin5 + +## 1.0.4 +* (foxthefox) changed the state change to BOTH positive and negative edges, hence it causes a lot of log entries + +## 1.0.3 (2021-02-08) +* (Apollon77) fix from sentry crash reports + +## 1.0.2 (2021-01-06) +* (foxthefox) try catch around the cronjobs + +## 1.0.1 (2020-12-22) +* (Black-Thunder) Precision in rounding set to 4 + +## 1.0.0 (2020-05-01) +* (bluefox) Caught error if structure is invalid +* (bluefox) Added sentry +* adapter.getObjectView -> controller > 2.0 + +## 0.2.3 (2020-01-02) +* (HIRSCH-DE) bugfix main.js +* (foxthefox) delete messagehandler + +## 0.2.2 (2019-06-29) +* (foxthefox) adapter logs a warning when invalid values arrive and cancels further processing + +## 0.2.1 (2019-06-15) +* (foxthefox) correction, timecount value was milliseconds instead seconds +* (foxthefox) other calculations with 2 decimal places after comma +* (foxthefox) min/max for day/week/month/quarter/year +* (foxthefox) set of daily min/max starting point from actual value +* (foxthefox) fixing the PR with dayMin 0 at 00:00 +* (foxthefox) improvement for timecount when receiving status updates and no real status change + +## 0.2.0 (2019-01-08) +* (foxthefox) compact mode + +## 0.1.4 (2019-01-07) +* (foxthefox) license added in io-package.json +* (foxthefox) ReadMe updated +* (foxthefox) type = misc-data + +## 0.1.3 (2019-01-06) +* first npm release +* (foxthefox) german doc added +* (foxthefox) error corrections +* (foxthefox) travis testing corrections + +## 0.1.2 (2018-09-08) +* (bluefox) total refactoring + +## 0.0.3 +* admin3 implemented +* complete rewrite to have configuration through the settings of the individual states instead in admin page + +## 0.0.2 +* setup running + +## 0.0.1 +* initial release \ No newline at end of file diff --git a/README.md b/README.md index 6257bec..6e29426 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ iobroker add statistics Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 2.1.0 (2022-06-16) * (klein0r) Added support for translated object names * (klein0r) Fixed sum calculation * (klein0r) Increased precision to 5 digits @@ -72,73 +72,6 @@ iobroker add statistics ### 1.0.10 (2021-11-14) * (Apollon77) prevent some crash cases -### 1.0.9 (2021-07-29) -* (bluefox) Removed the warnings for js-controller 3.x - -### 1.0.6 (2021-05-27) -* (Apollon77) prepare for js-controller 3.3 -* (Apollon77) make sure all tasks are processed to prevent missing objects -* (bluefox) added the support of Admin5 - -### 1.0.4 -* (foxthefox) changed the state change to BOTH positive and negative edges, hence it causes a lot of log entries - -### 1.0.3 (2021-02-08) -* (Apollon77) fix from sentry crash reports - -### 1.0.2 (2021-01-06) -* (foxthefox) try catch around the cronjobs - -### 1.0.1 (2020-12-22) -* (Black-Thunder) Precision in rounding set to 4 - -### 1.0.0 (2020-05-01) -* (bluefox) Caught error if structure is invalid -* (bluefox) Added sentry -* adapter.getObjectView -> controller > 2.0 - -### 0.2.3 (2020-01-02) -* (HIRSCH-DE) bugfix main.js -* (foxthefox) delete messagehandler - -### 0.2.2 (2019-06-29) -* (foxthefox) adapter logs a warning when invalid values arrive and cancels further processing - -### 0.2.1 (2019-06-15) -* (foxthefox) correction, timecount value was milliseconds instead seconds -* (foxthefox) other calculations with 2 decimal places after comma -* (foxthefox) min/max for day/week/month/quarter/year -* (foxthefox) set of daily min/max starting point from actual value -* (foxthefox) fixing the PR with dayMin 0 at 00:00 -* (foxthefox) improvement for timecount when receiving status updates and no real status change - -### 0.2.0 (2019-01-08) -* (foxthefox) compact mode - -### 0.1.4 (2019-01-07) -* (foxthefox) license added in io-package.json -* (foxthefox) ReadMe updated -* (foxthefox) type = misc-data - -### 0.1.3 (2019-01-06) -* first npm release -* (foxthefox) german doc added -* (foxthefox) error corrections -* (foxthefox) travis testing corrections - -### 0.1.2 (2018-09-08) -* (bluefox) total refactoring - -### 0.0.3 -* admin3 implemented -* complete rewrite to have configuration through the settings of the individual states instead in admin page - -### 0.0.2 -* setup running - -### 0.0.1 -* initial release - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index b291a0e..ceef5b0 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "statistics", - "version": "2.0.0", + "version": "2.1.0", "news": { + "2.1.0": { + "en": "Added support for translated object names\nFixed sum calculation\nIncreased precision to 5 digits\nTranslated all objects", + "de": "Unterstützung für übersetzte Objektnamen hinzugefügt\nBereinigte Summenberechnung\nErhöhte Präzision auf 5 Stellen\nÜbersetzt alle Objekte", + "ru": "Добавлена поддержка переведенных объектов\nФиксированный расчет суммы\nПовышенная точность до 5 цифр\nПереведено все объекты", + "pt": "Adicionado suporte para nomes de objetos traduzidos\nCálculo fixo da soma\nAumento da precisão para 5 dígitos\nTraduzido todos os objetos", + "nl": "Vertaling:\nVertaling:\nVerhoogde precisie naar 5 cijfers\nVertaald alle objecten", + "fr": "Ajout du support pour les noms d'objets traduits\nCalcul forfaitaire\nPrécision accrue à 5 chiffres\nTraduit tous les objets", + "it": "Aggiunto supporto per i nomi degli oggetti tradotti\nCalcolo della somma fissa\nAumento della precisione a 5 cifre\nTradotto tutti gli oggetti", + "es": "Apoyo adicional para los nombres de objetos traducidos\nCálculo de la suma fija\nMayor precisión a 5 dígitos\nTraducidos todos los objetos", + "pl": "Wsparcie dla tłumaczonych nazw obiektów\nObliczenia sumowania Fixa\nDokładność do 5 cyfr\nWszystkie obiekty translacyjne", + "zh-cn": "增加对翻译目标名称的支持\n固定的计算\n精 度增加5个数\n适用于所有物体" + }, "2.0.0": { "en": "Added Admin 5 configuration\nUpdated translations", "de": "Admin 5 Konfiguration hinzugefügt\nAktualisierte Übersetzungen", @@ -74,18 +86,6 @@ "es": "Se eliminaron las advertencias para js-controller 3.x", "pl": "Usunięto ostrzeżenia dla js-controller 3.x", "zh-cn": "删除了 js-controller 3.x 的警告" - }, - "1.0.7": { - "en": "Removed the warnings for js-controller 3.x", - "de": "Die Warnungen für js-controller 3.x wurden entfernt", - "ru": "Убраны предупреждения для js-controller 3.x", - "pt": "Removidos os avisos do js-controller 3.x", - "nl": "De waarschuwingen voor js-controller 3.x verwijderd", - "fr": "Suppression des avertissements pour js-controller 3.x", - "it": "Rimossi gli avvisi per js-controller 3.x", - "es": "Se eliminaron las advertencias para js-controller 3.x", - "pl": "Usunięto ostrzeżenia dla js-controller 3.x", - "zh-cn": "删除了 js-controller 3.x 的警告" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index a1c6ae5..121b870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.statistics", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.statistics", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index ef31c5c..e2102ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.statistics", - "version": "2.0.0", + "version": "2.1.0", "description": "ioBroker statistics Adapter", "author": { "name": "foxthefox",