Skip to content

Commit

Permalink
chore: release v2.6.1
Browse files Browse the repository at this point in the history
* (Apollon77) Fix Bridge functionality
* (simatec) Fix Admin display in dark mode
  • Loading branch information
Apollon77 committed Jun 9, 2022
1 parent d0da1c1 commit 22d29a2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ on({id: 'nuki-extended.0.openers.opener.state.ringStateUpdate', change: "any", a
Please see [release page](https://github.com/Zefau/ioBroker.nuki-extended/releases) for changelog and detailed information.

<!-- ### __WORK IN PROGRESS__ -->

### __WORK IN PROGRESS__
### 2.6.1 (2022-06-09)
* (Apollon77) Fix Bridge functionality
* (simatec) Fix Admin display in dark mode

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "nuki-extended",
"version": "2.6.0",
"version": "2.6.1",
"title": "Nuki Smartlock & Opener",
"titleLang": {
"en": "Nuki Smartlock & Opener",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "控制和监视你的Nuki Smartlock和Nuki开与ioBroker"
},
"news": {
"2.6.1": {
"en": "Fix Bridge functionality\nFix Admin display in dark mode",
"de": "Fix Bridge Funktionalität\nAdmin-Display im Dunkelmodus reparieren",
"ru": "Fix Функция моста\nFix Admin дисплей в темном режиме",
"pt": "Funcionalidade de Fix Bridge\nCorrigir exibição de administrador no modo escuro",
"nl": "Fix Bridge functionaris\nVertaling:",
"fr": "Fonctionnalité du pont\nFix Admin display in dark mode",
"it": "Funzionalità di Fix Bridge\nFissare il display Admin in modalità buio",
"es": "Función del puente fijo\nVisualización de Admin fijo en modo oscuro",
"pl": "Fix Bridge\nFix Admin wyświetlacz w trybie mrocznym",
"zh-cn": "Fix Bridge功能\nFix Admin在黑暗中展示"
},
"2.6.0": {
"en": "Make additional refresh after callback configurable\nOptimizations and fixes",
"de": "Zusätzliche Aktualisierung nach Rückruf konfigurierbar machen\nOptimierungen und Korrekturen",
Expand Down Expand Up @@ -99,18 +111,6 @@
"es": " reintroducidas apoyo para los hash token de hardware puentes (ver https://developer.nuki.io/page/nuki-bridge-http-api-190/4#heading--token)\n- añadido soporte para los recién introducidos modo noche (ver https://nuki.io/de/blog/nuki-news-de/nuki-update-2019-der-winter-naht-sei-vorbereitet/)\n- corregido un comportamiento incorrecto cuando los puentes se definen de manera insuficiente (sin nombre, dirección ip o el token de siempre)",
"pl": "- przywrócony wsparcie dla mieszanych znacznik na sprzęcie mostów (zob. https://developer.nuki.io/page/nuki-bridge-http-api-190/4#heading--token)\n- dodano wsparcie dla nowo wprowadzanych tryb nocny (zob. https://nuki.io/de/blog/nuki-news-de/nuki-update-2019-der-winter-naht-sei-vorbereitet/)\n- poprawiono nieprawidłowe zachowanie, kiedy mosty są zdefiniowane za mało (nie ma nazwy, adresów IP lub token przewidziane)",
"zh-cn": "-重新支持哈希令牌的硬件上桥梁(见https://developer.nuki.io/page/nuki-bridge-http-api-190/4#heading--token)\n-增加支持新引进的夜间模式(见https://nuki.io/de/blog/nuki-news-de/nuki-update-2019-der-winter-naht-sei-vorbereitet/)\n-固定不正确的行为时桥梁的定义不足(没有姓名,知识产权或令牌供了)"
},
"2.0.1": {
"en": "- fixed missing 'bridge_name'",
"de": "- Feste fehlende 'bridge_name'",
"ru": "- исправлено отсутствие 'bridge_name'",
"pt": "- faltando fixo 'bridge_name'",
"nl": "- vaste ontbrekende 'bridge_name'",
"fr": "- correction d'disparus \"bridge_name'",
"it": "- fisso mancante 'bridge_name'",
"es": "- falta fijos 'bridge_name'",
"pl": "- naprawiono brak 'bridge_name'",
"zh-cn": "-固定失踪'bridge_name'"
}
},
"authors": [
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
Expand Up @@ -57,5 +57,5 @@
"release": "release-script",
"translate": "translate-adapter"
},
"version": "2.6.0"
"version": "2.6.1"
}

0 comments on commit 22d29a2

Please sign in to comment.