From ad52a63394e31ba4e938fd5540e5ecb925834768 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 26 May 2021 22:53:37 +0200 Subject: [PATCH] chore: release v5.1.3 Improved the GUI for enumerations --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 26 +++++++++++++------------- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index a670be799..60dbcbbdc 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,3 +1,6 @@ +## 5.0.31 (2021-05-21) +* (bluefox) Admin5: Improved the enumerations + ## 5.0.30 (2021-05-21) * (bluefox) Admin5: Fixed update of objects diff --git a/README.md b/README.md index 1472146fd..4a3b96595 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The icons may not be reused in other projects without proper flaticon subscripti --> ## Changelog -### __WORK IN PROGRESS__ +### 5.1.3 (2021-05-26) * (bluefox) Improved the GUI for enumerations ### 5.1.2 (2021-05-26) @@ -105,9 +105,6 @@ The icons may not be reused in other projects without proper flaticon subscripti ### 5.0.32 (2021-05-23) * (bluefox) Admin5: Support of ANSI codes in log -### 5.0.31 (2021-05-21) -* (bluefox) Admin5: Improved the enumerations - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index 665554b46..dc0a0dc18 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "5.1.2", + "version": "5.1.3", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,18 @@ "connectionType": "local", "dataSource": "push", "news": { + "5.1.3": { + "en": "Improved the GUI for enumerations", + "de": "Die GUI für Aufzählungen wurde verbessert", + "ru": "Улучшен графический интерфейс для перечислений.", + "pt": "Melhorou a GUI para enumerações", + "nl": "Verbeterde GUI voor opsommingen", + "fr": "Amélioration de l'interface graphique pour les énumérations", + "it": "Migliorata la GUI per le enumerazioni", + "es": "Se mejoró la GUI para enumeraciones.", + "pl": "Poprawiono GUI dla wyliczeń", + "zh-cn": "改进了枚举的GUI" + }, "5.1.2": { "en": "Admin5: Fixed logs by the changing of host", "de": "Admin5: Protokolle durch Hostwechsel behoben", @@ -245,18 +257,6 @@ "es": "Admin5: se corrigieron muchos errores", "pl": "Admin5: Naprawiono wiele błędów", "zh-cn": "Admin5:修复了许多错误" - }, - "5.0.16": { - "en": "Admin5: Fixed many bugs", - "de": "Admin5: Viele Fehler behoben", - "ru": "Admin5: Исправлено множество ошибок", - "pt": "Admin5: muitos bugs corrigidos", - "nl": "Admin5: Veel bugs opgelost", - "fr": "Admin5: Correction de nombreux bugs", - "it": "Admin5: risolti molti bug", - "es": "Admin5: se corrigieron muchos errores", - "pl": "Admin5: Naprawiono wiele błędów", - "zh-cn": "Admin5:修复了许多错误" } }, "desc": { diff --git a/package.json b/package.json index 4db02ea5b..6f5293b1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.admin", "description": "The adapter opens a webserver for the ioBroker admin UI.", - "version": "5.1.2", + "version": "5.1.3", "contributors": [ "bluefox ", "apollon77",