Skip to content

Commit

Permalink
chore: release v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
braindead1 committed Aug 29, 2020
1 parent 4b21372 commit 207152f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The adapter uses [node-unifi](https://github.com/jens-maus/node-unifi) to connec
* The is_wired state of clients is incorrect after a client went offline. This is a known issue of the UniFi controller and is not related to the adapter. (see https://community.ui.com/questions/Wireless-clients-shown-as-wired-clients/49d49818-4dab-473a-ba7f-d51bc4c067d1)

## Changelog
### __WORK IN PROGRESS__
### 0.5.8 (2020-08-29)
* (braindead1) Fixed problems related to unused sites
* (braindead1) Fixed some errors reported via Sentry

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": "unifi",
"version": "0.5.7",
"version": "0.5.8",
"news": {
"0.5.8": {
"en": "* (braindead1) Fixed problems related to unused sites\r\n* (braindead1) Fixed some errors reported via Sentry",
"de": "* (braindead1) Probleme im Zusammenhang mit nicht verwendeten Sites wurden behoben\r\n* (braindead1) Einige über Sentry gemeldete Fehler wurden behoben",
"ru": "* (braindead1) Исправлены проблемы, связанные с неиспользуемыми сайтами\r\n* (braindead1) Исправлены некоторые ошибки, о которых сообщалось через Sentry.",
"pt": "* (braindead1) Corrigido problemas relacionados a sites não utilizados\r\n* (braindead1) Corrigidos alguns erros relatados via Sentry",
"nl": "* (braindead1) Problemen opgelost met betrekking tot ongebruikte sites\r\n* (braindead1) Enkele fouten verholpen die via Sentry werden gerapporteerd",
"fr": "* (braindead1) Correction de problèmes liés aux sites inutilisés\r\n* (braindead1) Correction de certaines erreurs signalées via Sentry",
"it": "* (braindead1) Risolti i problemi relativi ai siti inutilizzati\r\n* (braindead1) Risolti alcuni errori segnalati tramite Sentry",
"es": "* (braindead1) Se corrigieron problemas relacionados con sitios no utilizados\r\n* (braindead1) Se corrigieron algunos errores informados a través de Sentry",
"pl": "* (braindead1) Naprawiono problemy związane z nieużywanymi witrynami\r\n* (braindead1) Naprawiono niektóre błędy zgłaszane przez Sentry",
"zh-cn": "*(braindead1)修复了与未使用站点有关的问题\r\n*(braindead1)修复了通过哨兵报告的一些错误"
},
"0.5.7": {
"en": "* (braindead1) Fixed Sentry errors caused by not updated configuration after update",
"de": "* (braindead1) Sentry-Fehler wurden behoben, die durch nicht aktualisierte Konfiguration nach dem Update verursacht wurden",
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "iobroker.unifi",
"version": "0.5.7",
"version": "0.5.8",
"description": "UniFi Adapter for ioBroker",
"author": "braindead1 <os.braindead1@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 207152f

Please sign in to comment.