Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
* add feature to define ports they should be scanned
 * fix crash if no MAC address can be found by the adapter
  • Loading branch information
Jey-Cee committed May 16, 2022
1 parent e4a3968 commit 6e2a025
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Remark: This feature is limited to the subnet of the ioBroker host.
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.

## Changelog
### **WORK IN PROGRESS**
### 0.2.0 (2022-05-16)
* add feature to define ports they should be scanned
* fix crash if no MAC address can be found by the adapter

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "net-tools",
"version": "0.1.7",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "add feature to define ports they should be scanned\nfix crash if no MAC address can be found by the adapter",
"de": "Funktion hinzufügen, um Ports zu definieren, die gescannt werden sollen\nAbsturz behoben, wenn keine MAC-Adresse vom Adapter gefunden werden kann",
"ru": "добавить функцию для определения портов, которые они должны сканировать\nисправить сбой, если адаптер не может найти MAC-адрес",
"pt": "adicionar recurso para definir portas que devem ser verificadas\ncorrija a falha se nenhum endereço MAC puder ser encontrado pelo adaptador",
"nl": "functie toevoegen om poorten te definiëren die moeten worden gescand\ncrash repareren als de adapter geen MAC-adres kan vinden",
"fr": "ajouter une fonctionnalité pour définir les ports qu'ils doivent analyser\ncorrection d'un crash si aucune adresse MAC ne peut être trouvée par l'adaptateur",
"it": "aggiungi funzionalità per definire le porte da scansionare\ncorreggere l'arresto anomalo se non è possibile trovare un indirizzo MAC dall'adattatore",
"es": "agregue la función para definir los puertos que deben escanearse\ncorrige el bloqueo si el adaptador no puede encontrar una dirección MAC",
"pl": "dodaj funkcję, aby zdefiniować porty, które powinny być skanowane\nnapraw awarię, jeśli adapter nie może znaleźć adresu MAC",
"zh-cn": "添加功能以定义应扫描的端口\n如果适配器找不到 MAC 地址,则修复崩溃"
},
"0.1.7": {
"en": "fix device settings in adapter configuration",
"de": "Geräteeinstellungen in der Adapterkonfiguration korrigieren",
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.net-tools",
"description": "This adapter cyclic polls configured IPs.",
"version": "0.1.7",
"version": "0.2.0",
"author": "Jey Cee <jey-cee@live.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 6e2a025

Please sign in to comment.