Skip to content

Commit

Permalink
chore: release v1.1.17
Browse files Browse the repository at this point in the history
* (afuerhoff) issue [#126](#126) bugfix undefined historyAlive object
* (afuerhoff) log optimized
  • Loading branch information
afuerhoff committed Jun 15, 2022
1 parent c117a45 commit b3633d5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 1.1.12 (2022-01-13)
* (afuerhoff) issue #74: bugfix
* (afuerhoff) dependencies updated

## 1.1.11 (2021-12-22)
* (afuerhoff) dependencies updated
* (afuerhoff) bugfix blacklist
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Here you will find information about the history of the current day.
* Did some changes
* Did some more changes
-->
### **WORK IN PROGRESS**
### 1.1.17 (2022-06-15)
* (afuerhoff) issue [#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix undefined historyAlive object
* (afuerhoff) log optimized

Expand All @@ -222,10 +222,6 @@ Here you will find information about the history of the current day.
### 1.1.13 (2022-01-18)
* (afuerhoff) issue #73: bugfix

### 1.1.12 (2022-01-13)
* (afuerhoff) issue #74: bugfix
* (afuerhoff) dependencies updated

## License
MIT License

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": "fb-checkpresence",
"version": "1.1.16",
"version": "1.1.17",
"news": {
"1.1.17": {
"en": "issue [#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix undefined historyAlive object\nlog optimized",
"de": "ausgabe [#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix undefinierte Geschichte Al-Objekt\nlog optimiert",
"ru": "выпуск [#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix неопределенная история Живой объект\nлог оптимизирован",
"pt": "[#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix undefinida history Objeto Alive\nlog otimizado",
"nl": "quality over Quantity (QoQ) Releases Vertaling: Levend object\nquality over quantity (qoq) releases vertaling:",
"fr": "issue [#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix undefined history Objet passif\nlog optimisé",
"it": "numero [#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix cronologia non definita Oggetto vivo\nlog ottimizzato",
"es": "[#126](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bugfix undefinited history Objeto vivo\nlog optimizado",
"pl": "(#126(https:/github.com/afuerhoff/ioBroker.fb-checkpresence/issues/126) bug (ang.). Alive object\ndziennik optymistyczny",
"zh-cn": "问题[第126号](http://github.com/afuerhoff/ioBroker.fb-idpresence/issues/126) 活性目标\na. 优化逻辑"
},
"1.1.16": {
"en": "issue [#111](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/111) Main interval changed from minutes to seconds\nissue [#123](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/123) States set only if they changed\nissue [#124](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/124) guestinfos decoupled from fbdevices\nbug in v1.1.15 fixed: info.extip was set without existing object",
"de": "ausgabe [#111](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/111) Hauptintervall von Minuten in Sekunden geändert\nausgabe [#123](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/123) Nur wenn sie sich geändert haben\nausgabe [#124](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/124) guestinfos from fbdevices\nfehler in v1.1.15 behoben: info.extip wurde ohne vorhandenes objekt eingestellt",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "dependencias actualizadas\nlista negra de corrección de errores",
"pl": "zaktualizowano zależności\nczarna lista naprawianych błędów",
"zh-cn": "更新依赖\n修正黑名单"
},
"1.1.10": {
"en": "dependencies updated",
"de": "Abhängigkeiten aktualisiert",
"ru": "зависимости обновлены",
"pt": "dependências atualizadas",
"nl": "afhankelijkheden bijgewerkt",
"fr": "dépendances mises à jour",
"it": "dipendenze aggiornate",
"es": "dependencias actualizadas",
"pl": "zaktualizowano zależności",
"zh-cn": "依赖项已更新"
}
},
"title": "Fritzbox CheckPresence",
Expand Down
2 changes: 1 addition & 1 deletion 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.fb-checkpresence",
"version": "1.1.16",
"version": "1.1.17",
"description": "The adapter checks the presence of family members over the fritzbox. You must fill in the name of the family member and the mac-address of the used device. The comment is optional and you can enable or disable the family member. The datapoint based on the member name.",
"author": {
"name": "Achim Fürhoff",
Expand Down

0 comments on commit b3633d5

Please sign in to comment.