Skip to content

Commit

Permalink
chore: release v1.7.1
Browse files Browse the repository at this point in the history
* (bluefox) Added resolution of IP addresses to MAC addresses
  • Loading branch information
GermanBluefox committed Aug 25, 2024
1 parent 9b2fcb8 commit 69cff71
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.ping",
"description": "This adapter cyclic polls configured IPs.",
"version": "1.7.0",
"version": "1.7.1",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 69cff71

Please sign in to comment.