Skip to content

Commit

Permalink
chore: release v5.1.29
Browse files Browse the repository at this point in the history
* (Apollon77) Fix crash cases reported via sentry
* (bluefox) Added support for multi-repositories
  • Loading branch information
GermanBluefox committed Nov 25, 2021
1 parent 80e5541 commit 8aa1e4e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 5.1.15 (2021-07-26)
* (bluefox) Replaced the formula icon in the edit aliases dialog
* (bluefox) Added the logic for checkbox in JsonConfig
## 5.1.17 (2021-07-30)
* (bluefox) Corrected the error on the adapter's tab

## 5.1.15 (2021-07-26)
* (bluefox) Replaced the formula icon in the edit aliases dialog
* (bluefox) Added the logic for checkbox in JsonConfig

## 5.1.15 (2021-07-26)
* (bluefox) Replaced the formula icon in the edit aliases dialog
* (bluefox) Added the logic for checkbox in JsonConfig
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ The icons may not be reused in other projects without the proper flaticon licens
-->

## Changelog

### __WORK IN PROGRESS__
### 5.1.29 (2021-11-25)
* (Apollon77) Fix crash cases reported via sentry
* (bluefox) Added support for multi-repositories

Expand All @@ -108,9 +107,6 @@ The icons may not be reused in other projects without the proper flaticon licens
### 5.1.19 (2021-07-31)
* (bluefox) Corrected some GUI errors

### 5.1.17 (2021-07-30)
* (bluefox) Corrected the error on the adapter's tab

## License
The MIT License (MIT)

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": "admin",
"version": "5.1.28",
"version": "5.1.29",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,18 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"5.1.29": {
"en": "Fix crash cases reported via sentry\nAdded support for multi-repositories",
"de": "Absturzfälle beheben, die über Wache gemeldet wurden\nUnterstützung für Multi-Repositorys hinzugefügt",
"ru": "Исправить случаи сбоев, о которых сообщалось через часового\nДобавлена поддержка мульти-репозиториев.",
"pt": "Corrigir casos de falha relatados via sentinela\nAdicionado suporte para multi-repositórios",
"nl": "Herstel crashgevallen gemeld via schildwacht\nOndersteuning toegevoegd voor meerdere opslagplaatsen",
"fr": "Correction des cas de plantage signalés via sentinelle\nAjout de la prise en charge des multi-dépôts",
"it": "Risolti i casi di crash segnalati tramite sentinella\nAggiunto supporto per multi-repository",
"es": "Solucionar casos de accidentes informados a través de centinelas\nSoporte agregado para repositorios múltiples",
"pl": "Napraw przypadki awarii zgłoszone przez Sentry\nDodano obsługę wielu repozytoriów",
"zh-cn": "修复通过哨兵报告的崩溃案例\n添加了对多存储库的支持"
},
"5.1.28": {
"en": "Fixed discovery function\nFixed some GUI bugs",
"de": "Feste Erkennungsfunktion\nEinige GUI-Fehler behoben",
Expand Down Expand Up @@ -89,18 +101,6 @@
"es": "Se corrigieron algunos errores informados a través de centinela.",
"pl": "Poprawiono niektóre błędy zgłaszane przez wartownika",
"zh-cn": "更正了通过哨兵报告的一些错误"
},
"5.1.20": {
"en": "Corrected some errors reported via sentry",
"de": "Einige Fehler behoben, die über die Wache gemeldet wurden",
"ru": "Исправлены некоторые ошибки, о которых сообщал часовой.",
"pt": "Corrigidos alguns erros relatados via sentinela",
"nl": "Enkele fouten gecorrigeerd die zijn gemeld via schildwacht",
"fr": "Correction de quelques erreurs signalées via sentinelle",
"it": "Corretti alcuni errori segnalati tramite sentinella",
"es": "Se corrigieron algunos errores informados a través de centinela.",
"pl": "Poprawiono niektóre błędy zgłaszane przez wartownika",
"zh-cn": "更正了通过哨兵报告的一些错误"
}
},
"desc": {
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.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "5.1.28",
"version": "5.1.29",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion src-rx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
}
]
]
}
}
2 changes: 1 addition & 1 deletion src-rx/public/css/adapter.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-rx/public/css/adapter.css.map

Large diffs are not rendered by default.

0 comments on commit 8aa1e4e

Please sign in to comment.