Skip to content

Commit

Permalink
chore: release v2.5.0
Browse files Browse the repository at this point in the history
Replace nuki2 with nuki-extended
Suggest jarvis for discovery as advice
Add checks on broadlink2 discovery to prevent crash case (Sentry IOBROKER-DISCOVERY-2H)
  • Loading branch information
Apollon77 committed Jan 11, 2021
1 parent 8575b12 commit 6567873
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 @@ -131,7 +131,7 @@ Just now it can detect via ping, UPnP (serial planned).
-->
## Changelog

### __WORK IN PROGRESS__
### 2.5.0 (2021-01-11)
* (Zefau) Replace nuki2 with nuki-extended
* (Zefau) Suggest jarvis for discovery as advice
* (Apollon77) Add checks on broadlink2 discovery to prevent crash case (Sentry IOBROKER-DISCOVERY-2H)
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": "discovery",
"version": "2.4.1",
"version": "2.5.0",
"news": {
"2.5.0": {
"en": "Replace nuki2 with nuki-extended\nSuggest jarvis for discovery as advice\nAdd checks on broadlink2 discovery to prevent crash case (Sentry IOBROKER-DISCOVERY-2H)",
"de": "Ersetzen Sie nuki2 durch nuki-erweitert\nSchlagen Sie jarvis zur Entdeckung als Rat vor\nFügen Sie Überprüfungen der Broadlink2-Erkennung hinzu, um einen Absturz zu verhindern (Sentry IOBROKER-DISCOVERY-2H).",
"ru": "Заменить nuki2 на nuki-extended\nПредложите Джарвиса для открытия в качестве совета\nДобавлены проверки обнаружения Broadlink2 для предотвращения сбоя (Sentry IOBROKER-DISCOVERY-2H)",
"pt": "Substitua nuki2 por nuki estendido\nSugira jarvis para descoberta como conselho\nAdicionar verificações na descoberta do broadlink2 para evitar caso de falha (Sentry IOBROKER-DISCOVERY-2H)",
"nl": "Vervang nuki2 door nuki-extended\nStel jarvis voor voor ontdekking als advies\nVoeg controles toe voor broadlink2-detectie om een crashcase te voorkomen (Sentry IOBROKER-DISCOVERY-2H)",
"fr": "Remplacer nuki2 par nuki-extended\nSuggérer des Jarvis pour la découverte comme conseil\nAjouter des vérifications sur la découverte Broadlink2 pour éviter les cas de crash (Sentry IOBROKER-DISCOVERY-2H)",
"it": "Sostituisci nuki2 con nuki-extended\nSuggerisci jarvis per la scoperta come consiglio\nAggiungi controlli sul rilevamento broadlink2 per prevenire casi di crash (Sentry IOBROKER-DISCOVERY-2H)",
"es": "Reemplazar nuki2 con nuki-extended\nSugerir jarvis para el descubrimiento como consejo\nAgregue comprobaciones en el descubrimiento de broadlink2 para evitar un caso de bloqueo (Sentry IOBROKER-DISCOVERY-2H)",
"pl": "Wymień nuki2 na nuki-extended\nZaproponuj jarvis jako radę do odkrycia\nDodaj testy wykrywania broadlink2, aby zapobiec awariom (Sentry IOBROKER-DISCOVERY-2H)",
"zh-cn": "将nuki2替换为nuki-extended\n推荐jarvis作为发现建议\n添加对Broadlink2发现的检查以防止发生崩溃情况(Sentry IOBROKER-DISCOVERY-2H)"
},
"2.4.1": {
"en": "Fix potential crash case in lightify (Sentry IOBROKER-DISCOVERY-2D)\nFix potential crash case (Sentry IOBROKER-DISCOVERY-2C)",
"de": "Behebung eines möglichen Absturzfalls in lightify (Sentry IOBROKER-DISCOVERY-2D)\nBehebung eines möglichen Absturzfalls (Sentry IOBROKER-DISCOVERY-2C)",
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": "2.4.1",
"version": "2.5.0",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
Expand Down

0 comments on commit 6567873

Please sign in to comment.