diff --git a/README.md b/README.md index da57e11..4fc3c43 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To reset the counted operating hours just write one numeric state to 0. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** count the activation +### 0.0.17 (2022-09-29) count the activation * (BenAhrdt) activation counter implemented to count the enable flags ### 0.0.16 (2022-09-26) automatic reset timestamp improoved diff --git a/io-package.json b/io-package.json index 3d12bcf..1ab96ae 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "operating-hours", - "version": "0.0.16", + "version": "0.0.17", "news": { + "0.0.17": { + "en": "activation counter implemented to count the enable flags", + "de": "aktivierungszähler implementiert, um die freigabe-flags zu zählen", + "ru": "счетчик активации реализован для подсчета разрешительных флагов", + "pt": "contador de ativação implementado para contar as bandeiras de habilitação", + "nl": "activatie tegenhanger gevoerd om de bekwame vlaggen te tellen", + "fr": "compteur d'activation mis en œuvre pour compter les drapeaux", + "it": "contatore di attivazione implementato per contare le bandiere abilitanti", + "es": "contador de activación implementado para contar las banderas habilitantes", + "pl": "kontrowersja aktywacyjna zaimplementowała wyliczanie flag pozwalających na przeliczanie flag", + "zh-cn": "a. 实施的反击,以计算可能的船旗国" + }, "0.0.16": { "en": "all states with the same resetCronjob became the same timestamp", "de": "alle Staaten mit dem gleichen resetCronjob wurde der gleiche zeitstempel", @@ -74,18 +86,6 @@ "es": "id no puede terminar con \"", "pl": "atak: id nie może zakończyć się „”", "zh-cn": "b ugfix:不用“......”二字。" - }, - "0.0.10": { - "en": "deleting a require bugfix", - "de": "löschen von bugfix", - "ru": "удаление необходимого багфикса", - "pt": "exclusão de um bugfix requerer", - "nl": "een vereiste afluisterapparatuur", - "fr": "supprimer un bugfix", - "it": "eliminare un bugfix richiesto", - "es": "eliminar un bugfix", - "pl": "wyrzucając wymagający bugfix", - "zh-cn": "删除要求的软禁" } }, "title": "Operating-Hours", diff --git a/package-lock.json b/package-lock.json index 9839201..82db128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.operating-hours", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.operating-hours", - "version": "0.0.16", + "version": "0.0.17", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index 3aee673..65fe098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.operating-hours", - "version": "0.0.16", + "version": "0.0.17", "description": "counting the operationg hours of own created states", "author": { "name": "BenAhrdt",