Skip to content

Commit

Permalink
chore: release v0.0.17
Browse files Browse the repository at this point in the history
* (BenAhrdt) activation counter implemented to count the enable flags
  • Loading branch information
BenAhrdt committed Sep 29, 2022
1 parent 53e0375 commit 6a4f213
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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": "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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6a4f213

Please sign in to comment.