Skip to content

Commit 53c16c1

Browse files
committed
chore: release v5.0.0
* (bluefox) Packages updated * (bluefox) Minimum node.js version is 18.x * (bluefox) Updated licenses for knx and jarvis
1 parent 6ba8a0f commit 53c16c1

5 files changed

Lines changed: 3338 additions & 664 deletions

File tree

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Older changes
2+
## 4.1.0 (2023-09-25)
3+
* (pdbjjens) Added detection of myvbus and resol
4+
25
## 4.0.0 (2023-09-04)
36
* (pdbjjens) Added: frontier_silicon, sma-em, and speedwire
47
* (bluefox) Dropped node14 support, refactoring

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can execute `sudo setcap cap_net_raw+p /bin/ping` to add missing capabilitie
151151
### **WORK IN PROGRESS**
152152
-->
153153
## Changelog
154-
### **WORK IN PROGRESS**
154+
### 5.0.0 (2024-07-21)
155155
* (bluefox) Packages updated
156156
* (bluefox) Minimum node.js version is 18.x
157157
* (bluefox) Updated licenses for knx and jarvis
@@ -170,9 +170,6 @@ You can execute `sudo setcap cap_net_raw+p /bin/ping` to add missing capabilitie
170170
### 4.2.0 (2023-10-09)
171171
* (pdbjjens) Changed detection of myvbus and resol
172172

173-
### 4.1.0 (2023-09-25)
174-
* (pdbjjens) Added detection of myvbus and resol
175-
176173
## License
177174

178175
The MIT License (MIT)

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "discovery",
4-
"version": "4.5.0",
4+
"version": "5.0.0",
55
"news": {
6+
"5.0.0": {
7+
"en": "Packages updated\nMinimum node.js version is 18.x\nUpdated licenses for knx and jarvis",
8+
"de": "Pakete aktualisiert\nMinimal node.js version is 18.x\nAktualisierte Lizenzen für knx und jarvis",
9+
"ru": "Обновленные пакеты\nМинимальная версия node.js - 18.x\nОбновленные лицензии на knx и jarvis",
10+
"pt": "Pacotes atualizados\nA versão mínima do node.js é 18.x\nLicenças atualizadas para knx e jarvis",
11+
"nl": "Pakketten bijgewerkt\nMinimale node.js versie is 18.x\nBijgewerkte licenties voor knx en jarvis",
12+
"fr": "Mise à jour des paquets\nLa version minimum node.js est 18.x\nMise à jour des licences pour knx et jarvis",
13+
"it": "Pacchetti aggiornati\nVersione minima node.js è 18.x\nLicenze aggiornate per knx e jarvis",
14+
"es": "Paquetes actualizados\nVersión mínima node.js es 18.x\nLicencias actualizadas para knx y jarvis",
15+
"pl": "Aktualizacja pakietów\nMinimalna node.js wersja 18.x\nAktualizacja licencji na knx i jarvis",
16+
"uk": "Пакети оновлені\nМінімальний вузол.js версія 18.x\nОновлені ліцензії на кс і банвіс",
17+
"zh-cn": "更新软件包\n最小节点.js版本为18.x\nKnx 和 jarvis 更新许可证"
18+
},
619
"4.5.0": {
720
"en": "Added Air-Q",
821
"de": "Air-Q hinzugefügt",
@@ -80,19 +93,6 @@
8093
"pl": "Dostęp: frontier_silicon, sma-em i speedwire\nObsługa węzła 14",
8194
"uk": "Доданий: Frontier_silicon, sma-em, і Speedwire\nDropped node14 підтримка, рефакторинг",
8295
"zh-cn": "增加:边界:硅、马西姆和速度\n复员方案"
83-
},
84-
"3.2.0": {
85-
"en": "Added iControl to the suggested adapters",
86-
"de": "IControl zu den vorgeschlagenen Adaptern hinzugefügt",
87-
"ru": "Добавлен iControl в предложенные адаптеры",
88-
"pt": "Adicionado iControl para os adaptadores sugeridos",
89-
"nl": "_",
90-
"fr": "Ajout d'iControl aux adaptateurs proposés",
91-
"it": "Aggiunto iControl agli adattatori consigliati",
92-
"es": "Añadido iControl a los adaptadores sugeridos",
93-
"pl": "Added iControl to the implied adapter adapter",
94-
"uk": "Додано iControl на запропоновані адаптери",
95-
"zh-cn": "加入建议的适应者"
9696
}
9797
},
9898
"title": "Discovery devices",

0 commit comments

Comments
 (0)