Skip to content

Commit

Permalink
chore: release v4.0.0
Browse files Browse the repository at this point in the history
* (pdbjjens) Added: frontier_silicon, sma-em, and speedwire
* (bluefox) Dropped node14 support, refactoring
  • Loading branch information
GermanBluefox committed Sep 4, 2023
1 parent 4e65633 commit 6c8a378
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ You can execute `sudo setcap cap_net_raw+p /bin/ping` to add missing capabilitie
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 4.0.0 (2023-09-04)
* (pdbjjens) Added: frontier_silicon, sma-em, and speedwire
* (bluefox) Dropped node14 support, refactoring

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "discovery",
"version": "3.2.0",
"version": "4.0.0",
"news": {
"4.0.0": {
"en": "Added: frontier_silicon, sma-em, and speedwire\nDropped node14 support, refactoring",
"de": "Hinzugefügt: frontier_silicon, sma-em, and speedwire\nDropped node14 Unterstützung, Refactoring",
"ru": "Добавлена: frontier_silicon, sma-em и speedwire\nDropped node14 поддержка, рефакторинг",
"pt": "Adicionado: border_silicon, sma-em, e speedwire\nSuporte node14 dropped, refactoring",
"nl": "Vertaling:\nLaat Node14 steun vallen, refactoren",
"fr": "Ajouté: frontier_silicon, sma-em, and speedwire\nSoutien node14 abandonné, refactoring",
"it": "Aggiunto: frontiera_silicon, sma-em, and speedwire\nSupporto goccia node14, refactoring",
"es": "Añadido: border_silicon, sma-em, and speedwire\nSoporte de nodo 14, refactorización",
"pl": "Dostęp: frontier_silicon, sma-em i speedwire\nObsługa węzła 14",
"uk": "Доданий: Frontier_silicon, sma-em, і Speedwire\nDropped node14 підтримка, рефакторинг",
"zh-cn": "增加:边界:硅、马西姆和速度\n复员方案"
},
"3.2.0": {
"en": "Added iControl to the suggested adapters",
"de": "IControl zu den vorgeschlagenen Adaptern hinzugefügt",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "Solucionar casos de fallas informados por Sentry",
"pl": "Napraw przypadki awarii zgłoszone przez Sentry",
"zh-cn": "修复 Sentry 报告的崩溃案例"
},
"3.0.2": {
"en": "Updated serialport package",
"de": "Serialport-Paket aktualisiert",
"ru": "Обновленный пакет последовательного порта",
"pt": "Pacote de porta serial atualizado",
"nl": "Bijgewerkt serialport-pakket",
"fr": "Paquet de port série mis à jour",
"it": "Pacchetto porta seriale aggiornato",
"es": "Paquete de puerto serie actualizado",
"pl": "Zaktualizowany pakiet portu szeregowego",
"zh-cn": "更新了串口包"
}
},
"title": "Discovery devices",
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.discovery",
"description": "This adapter tries to detect devices in local network.",
"version": "3.2.0",
"version": "4.0.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 6c8a378

Please sign in to comment.