From f4711da802cdfc8ae3ca13f6652557d3338fa75e Mon Sep 17 00:00:00 2001 From: afuerhoff <50245893+afuerhoff@users.noreply.github.com> Date: Fri, 8 Jul 2022 18:41:02 +0200 Subject: [PATCH] chore: release v1.1.19 * (afuerhoff) issue [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) guest device listed twice --- CHANGELOG_OLD.md | 7 +++++++ README.md | 9 +-------- io-package.json | 26 +++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index c4dde02..6159e4c 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,11 @@ # Older changes +## 1.1.14 (2022-03-31) +* (afuerhoff) dependencies updated +* (afuerhoff) issue [#85](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/85) bugfix +* (afuerhoff) issue [[#91](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/91)] bugfix +* (afuerhoff) whitelist.html bug fixed +* (afuerhoff) issue [#92](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/92) bugfix + ## 1.1.13 (2022-01-18) * (afuerhoff) issue #73: bugfix diff --git a/README.md b/README.md index 77adf08..5b97a55 100755 --- a/README.md +++ b/README.md @@ -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.19 (2022-07-08) * (afuerhoff) issue [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) guest device listed twice ### 1.1.18 (2022-07-04) @@ -219,13 +219,6 @@ Here you will find information about the history of the current day. * (afuerhoff) dependency updated * (afuerhoff) issue [#115] (https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/115) configuration switch for external ip address added -### 1.1.14 (2022-03-31) -* (afuerhoff) dependencies updated -* (afuerhoff) issue [#85](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/85) bugfix -* (afuerhoff) issue [[#91](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/91)] bugfix -* (afuerhoff) whitelist.html bug fixed -* (afuerhoff) issue [#92](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/92) bugfix - ## License MIT License diff --git a/io-package.json b/io-package.json index 7d7cb9c..6331b54 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "fb-checkpresence", - "version": "1.1.18", + "version": "1.1.19", "news": { + "1.1.19": { + "en": "issue [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) guest device listed twice", + "de": "ausgabe [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) Gästegerät zweimal aufgeführt", + "ru": "выпуск [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) гостевой аппарат, перечисленный дважды", + "pt": "[#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137)) dispositivo de convidado listado duas vezes", + "nl": "quality over Quantity (QoQ) Releases Vertaling: Gast apparaat twee keer geregistreerd", + "fr": "issue [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) dispositif invité classé deux fois", + "it": "emissione [#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) dispositivo ospite elencato due volte", + "es": "[#137](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) dispositivo invitado lista dos veces", + "pl": "(#137(https:/github.com/afuerhoff/ioBroker.fb-checkpresence/issues/137) (ang.). urządzenie gościnne dwukrotnie", + "zh-cn": "问题[第137条](http://github.com/afuerhoff/ioBroker.fb- 检查/issues/137) 目 录" + }, "1.1.18": { "en": "issue [#67](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/67) fbdevices states for vpn connection added\nissue [#128](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/128) Restart adapter after cycle error", "de": "ausgabe #[67](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/67) fbdevices Zustände für vpn-Verbindung hinzugefügt\nausgabe #[128](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/128) Neustart Adapter nach Zyklusfehler", @@ -74,18 +86,6 @@ "es": "problema #73: corrección de errores", "pl": "problem #73: naprawienie błędu", "zh-cn": "问题 #73:错误修复" - }, - "1.1.12": { - "en": "issue #74: bugfix\ndependencies updated", - "de": "Ausgabe #74: Bugfix\nAbhängigkeiten aktualisiert", - "ru": "проблема № 74: исправление\nзависимости обновлены", - "pt": "problema nº 74: correção de bug\ndependências atualizadas", - "nl": "probleem #74: bugfix\nafhankelijkheden bijgewerkt", - "fr": "problème n°74 : correction de bugs\ndépendances mises à jour", - "it": "problema #74: correzione di bug\ndipendenze aggiornate", - "es": "problema #74: corrección de errores\ndependencias actualizadas", - "pl": "problem #74: naprawa błędu\nzaktualizowano zależności", - "zh-cn": "问题 #74:错误修复\n已更新依赖项" } }, "title": "Fritzbox CheckPresence", diff --git a/package-lock.json b/package-lock.json index e14be91..47404db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.fb-checkpresence", - "version": "1.1.18", + "version": "1.1.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.fb-checkpresence", - "version": "1.1.18", + "version": "1.1.19", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.5.1", diff --git a/package.json b/package.json index 146a282..6d293ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fb-checkpresence", - "version": "1.1.18", + "version": "1.1.19", "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",