From 69cff71e313fbb373e4489168b09ed3af7942b51 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 25 Aug 2024 15:10:47 +0800 Subject: [PATCH] chore: release v1.7.1 * (bluefox) Added resolution of IP addresses to MAC addresses --- README.md | 2 +- io-package.json | 15 ++++++++++++++- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 552b417..b486912 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You must install `setcap` with `sudo apt-get install libcap2-bin` before if `set - [ ] Implement the possibility to monitor TCP ports ## Changelog -### **WORK IN PROGRESS** +### 1.7.1 (2024-08-25) * (bluefox) Added resolution of IP addresses to MAC addresses ### 1.7.0 (2024-08-17) diff --git a/io-package.json b/io-package.json index c0158cb..d9dc01c 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "ping", - "version": "1.7.0", + "version": "1.7.1", "news": { + "1.7.1": { + "en": "Added resolution of IP addresses to MAC addresses", + "de": "Zusätzliche Auflösung von IP-Adressen an MAC-Adressen", + "ru": "Добавлено разрешение IP-адресов на MAC-адреса", + "pt": "Resolução adicional de endereços IP para endereços MAC", + "nl": "Resolutie van IP-adressen toegevoegd aan MAC-adressen", + "fr": "Ajout de la résolution des adresses IP aux adresses MAC", + "it": "Risoluzione aggiuntiva degli indirizzi IP agli indirizzi MAC", + "es": "Resolución agregada de direcciones IP a direcciones MAC", + "pl": "Dodano rozdzielczość adresów IP do adresów MAC", + "uk": "Додано дозвіл IP-адрес в адрес MAC", + "zh-cn": "添加IP地址到 MAC 地址的分辨率" + }, "1.7.0": { "en": "Added possibility to browse the IP ranges", "de": "Zusätzliche Möglichkeit, die IP-Bereiche zu durchsuchen", diff --git a/package.json b/package.json index 515bacd..6cec53a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.ping", "description": "This adapter cyclic polls configured IPs.", - "version": "1.7.0", + "version": "1.7.1", "author": "bluefox ", "contributors": [ "bluefox ",