Skip to content

Commit

Permalink
chore: release v4.5.0
Browse files Browse the repository at this point in the history
* (pr0crstntr) Added Air-Q
  • Loading branch information
Apollon77 committed Apr 21, 2024
1 parent bb50e27 commit 3c7d07a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 4.0.0 (2023-09-04)
* (pdbjjens) Added: frontier_silicon, sma-em, and speedwire
* (bluefox) Dropped node14 support, refactoring

## 3.2.0 (2023-06-15)
* (sbormann) Added iControl to the suggested adapters

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ You can execute `sudo setcap cap_net_raw+p /bin/ping` to add missing capabilitie
### **WORK IN PROGRESS**
-->
## Changelog

### __WORK IN PROGRESS__
### 4.5.0 (2024-04-21)
* (pr0crstntr) Added Air-Q

### 4.4.0 (2024-02-23)
Expand All @@ -169,10 +168,6 @@ You can execute `sudo setcap cap_net_raw+p /bin/ping` to add missing capabilitie
### 4.1.0 (2023-09-25)
* (pdbjjens) Added detection of myvbus and resol

### 4.0.0 (2023-09-04)
* (pdbjjens) Added: frontier_silicon, sma-em, and speedwire
* (bluefox) Dropped node14 support, refactoring

## License

The MIT License (MIT)
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": "4.4.0",
"version": "4.5.0",
"news": {
"4.5.0": {
"en": "Added Air-Q",
"de": "Air-Q hinzugefügt",
"ru": "Добавлено Air-Q",
"pt": "Adicionado Air-Q",
"nl": "Toegevoegde lucht-Q",
"fr": "Ajouté Air-Q",
"it": "Aggiunto Air-Q",
"es": "Añadido Air-Q",
"pl": "Dodano Air- Q",
"uk": "Додано Air-Q",
"zh-cn": "添加空气Q"
},
"4.4.0": {
"en": "Added WLED\nAdded LaMetric\nRemoved net-tools from proposals",
"de": "Hinzugefügt WLED\nHinzugefügt LaMetric\nNet-Tools von Vorschlägen entfernt",
Expand Down Expand Up @@ -80,18 +93,6 @@
"pl": "Added iControl to the implied adapter adapter",
"uk": "Додано iControl на запропоновані адаптери",
"zh-cn": "加入建议的适应者"
},
"3.1.0": {
"en": "Corrected syntax error in the german translation",
"de": "Korrigierter Syntaxfehler in der deutschen Übersetzung",
"ru": "Исправлена ошибка синтаксиса в немецком переводе",
"pt": "Erro de sintaxe corrigido na tradução alemã",
"nl": "Vertaling:",
"fr": "Erreur de syntaxe corrigée dans la traduction allemande",
"it": "Errore sintassi corretto nella traduzione tedesca",
"es": "Error de sintaxis corregido en la traducción alemana",
"pl": "Poprawiony błąd składniowy w tłumaczeniu języka niemieckiego",
"zh-cn": "传票机票错误"
}
},
"title": "Discovery devices",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.4.0",
"version": "4.5.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
Expand Down

0 comments on commit 3c7d07a

Please sign in to comment.