Skip to content

Commit

Permalink
chore: release v5.2.2
Browse files Browse the repository at this point in the history
* (bluefox) Changed the minimal required js-controller version to 3.3.21
* (bluefox) Used web-socket library 8 (no node 10 support anymore)
  • Loading branch information
GermanBluefox committed Dec 21, 2021
1 parent 124cc9c commit a5c7c4f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 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.23 (2021-08-05)
* (bluefox) Corrected some errors reported via sentry

## 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.19 (2021-07-31)
* (bluefox) Corrected some GUI errors

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

## Changelog
### __WORK IN PROGRESS__
### 5.2.2 (2021-12-21)
* (bluefox) Changed the minimal required js-controller version to 3.3.21
* (bluefox) Used web-socket library 8 (no node 10 support anymore)
* (bluefox) Used web-socket library 8 (no node 10 support anymore)

### 5.2.1 (2021-11-28)
* (bluefox) Allow in expert mode the creation of states and channels in mqtt branch
Expand All @@ -108,9 +108,6 @@ The icons may not be reused in other projects without the proper flaticon licens
### 5.1.25 (2021-08-15)
* (bluefox) Corrected some errors reported via sentry and the GitHub issues

### 5.1.23 (2021-08-05)
* (bluefox) Corrected some errors reported via sentry

## 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.1",
"version": "5.2.2",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,18 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"5.2.2": {
"en": "Changed the minimal required js-controller version to 3.3.21 \nUsed web-socket library 8 (no node 10 support anymore)",
"de": "Die minimal erforderliche js-Controller-Version wurde auf 3.3.21 geändert\nVerwendete Web-Socket-Bibliothek 8 (keine Unterstützung von Node 10 mehr)",
"ru": "Изменена минимально необходимая версия js-контроллера на 3.3.21\nИспользуемая библиотека веб-сокетов 8 (больше нет поддержки узла 10)",
"pt": "Alterada a versão mínima necessária do js-controller para 3.3.21\nUtilizou a biblioteca de soquetes da web 8 (sem suporte a nó 10 mais)",
"nl": "De minimaal vereiste js-controllerversie gewijzigd in 3.3.21\nGebruikte web-socket bibliotheek 8 (geen node 10 meer)",
"fr": "Modification de la version minimale requise du contrôleur js en 3.3.21\nBibliothèque de sockets Web 8 utilisée (plus de support pour le nœud 10)",
"it": "Modificata la versione minima richiesta del controller js in 3.3.21\nLibreria web socket usata 8 (nessun supporto per il nodo 10 più)",
"es": "Se cambió la versión mínima requerida de js-controller a 3.3.21\nSe usó la biblioteca 8 de web-socket (ya no es compatible con el nodo 10)",
"pl": "Zmieniono minimalną wymaganą wersję kontrolera js na 3.3.21\nUżywana biblioteka gniazd sieciowych 8 (brak obsługi węzła 10)",
"zh-cn": "将最低要求的 js-controller 版本更改为 3.3.21\n使用了 web-socket 库 8(不再支持 node 10)"
},
"5.2.1": {
"en": "Allow in expert mode the creation of states and channels in mqtt branch",
"de": "Erlaube im Expertenmodus die Erstellung von Zuständen und Kanälen im mqtt-Zweig",
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.23": {
"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.2.1",
"version": "5.2.2",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down

0 comments on commit a5c7c4f

Please sign in to comment.