Skip to content

Commit

Permalink
chore: release v5.2.3
Browse files Browse the repository at this point in the history
* (bluefox) Fixed error in `AutocompleteSendTo`
* (bluefox) Fixed error in charts
  • Loading branch information
GermanBluefox committed Dec 24, 2021
1 parent 3ea7dae commit a19915f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 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.25 (2021-08-15)
* (bluefox) Corrected some errors reported via sentry and the GitHub issues

## 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.23 (2021-08-05)
* (bluefox) Corrected some errors reported via sentry

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The icons may not be reused in other projects without the proper flaticon licens
-->

## Changelog
### __WORK IN PROGRESS__
### 5.2.3 (2021-12-24)
* (bluefox) Fixed error in `AutocompleteSendTo`
* (bluefox) Fixed error in charts

Expand All @@ -109,9 +109,6 @@ The icons may not be reused in other projects without the proper flaticon licens
* (bluefox) Fixed discovery function
* (bluefox) Fixed some GUI bugs

### 5.1.25 (2021-08-15)
* (bluefox) Corrected some errors reported via sentry and the GitHub issues

## 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.2.2",
"version": "5.2.3",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,18 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"5.2.3": {
"en": "Fixed error in `AutocompleteSendTo`\nFixed error in charts",
"de": "Fehler in `AutocompleteSendTo` behoben\nFehler in Diagrammen behoben",
"ru": "Исправлена ошибка в `AutocompleteSendTo`\nИсправлена ошибка в графиках",
"pt": "Erro corrigido em `AutocompleteSendTo`\nErro corrigido em gráficos",
"nl": "Fout opgelost in `AutocompleteSendTo`\nVaste fout in grafieken",
"fr": "Correction d'une erreur dans 'AutocompleteSendTo'\nCorrection d'une erreur dans les graphiques",
"it": "Risolto errore in `AutocompleteSendTo`\nRisolto errore nei grafici",
"es": "Se corrigió el error en \"AutocompleteSendTo\"\nError fijo en gráficos.",
"pl": "Naprawiono błąd w `AutocompleteSendTo`\nNaprawiono błąd w wykresach",
"zh-cn": "修复了“AutocompleteSendTo”中的错误\n修复了图表中的错误"
},
"5.2.2": {
"en": "Changed the minimal required js-controller version to 3.3.22 \nUsed web-socket library 8 (no node 10 support anymore)",
"de": "Die minimal erforderliche js-Controller-Version wurde auf 3.3.22 geändert\nVerwendete Web-Socket-Bibliothek 8 (keine Unterstützung von Node 10 mehr)",
Expand Down Expand Up @@ -89,18 +101,6 @@
"es": "Se corrigieron algunos errores informados a través de sentry y los problemas de github",
"pl": "Poprawiono niektóre błędy zgłaszane przez Sentry i problemy z githubem",
"zh-cn": "更正了通过哨兵和 github 问题报告的一些错误"
},
"5.1.24": {
"en": "Corrected some errors reported via sentry and the github issues",
"de": "Einige Fehler, die über Wache und die Github-Probleme gemeldet wurden, korrigiert",
"ru": "Исправлены некоторые ошибки, о которых сообщалось через часовую, и проблемы с github.",
"pt": "Corrigidos alguns erros relatados via sentry e os problemas do github",
"nl": "Enkele fouten gecorrigeerd die zijn gemeld via sentry en de github-problemen",
"fr": "Correction de certaines erreurs signalées via sentinelle et des problèmes de github",
"it": "Corretti alcuni errori segnalati tramite sentry e problemi con github",
"es": "Se corrigieron algunos errores informados a través de sentry y los problemas de github",
"pl": "Poprawiono niektóre błędy zgłaszane przez Sentry i problemy z githubem",
"zh-cn": "更正了通过哨兵和 github 问题报告的一些错误"
}
},
"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.2.2",
"version": "5.2.3",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down

0 comments on commit a19915f

Please sign in to comment.