diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 6b245c6e9..3f8b18a54 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,3 +1,6 @@ +## 5.0.29 (2021-05-19) +* (bluefox) Admin5: Fixed reorder of the items in menu + ## 5.0.28 (2021-05-18) * (bluefox) Admin5: GUI fixes diff --git a/README.md b/README.md index 4043ff30f..404062885 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.1 (2021-05-25) * (bluefox) Admin5: Fixed teh host selector * (bluefox) Admin5: Implemented the colored logs @@ -105,9 +105,6 @@ The icons may not be reused in other projects without proper flaticon subscripti ### 5.0.30 (2021-05-21) * (bluefox) Admin5: Fixed update of objects -### 5.0.29 (2021-05-19) -* (bluefox) Admin5: Fixed reorder of the items in menu - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index 202b7eff3..96d6f39b5 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "5.1.0", + "version": "5.1.1", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,18 @@ "connectionType": "local", "dataSource": "push", "news": { + "5.1.1": { + "en": "Admin5: Fixed teh host selector\nAdmin5: Implemented the colored logs", + "de": "Admin5: Der Host-Selektor wurde korrigiert\nAdmin5: Die farbigen Protokolle wurden implementiert", + "ru": "Admin5: Исправлен селектор хоста\nAdmin5: Реализованы цветные логи", + "pt": "Admin5: Seletor de host corrigido\nAdmin5: Implementado os logs coloridos", + "nl": "Admin5: De host-selector is opgelost\nAdmin5: Implementeerde de gekleurde logboeken", + "fr": "Admin5: Correction du sélecteur d'hôte\nAdmin5: implémentation des journaux colorés", + "it": "Admin5: corretto il selettore host\nAdmin5: implementati i log colorati", + "es": "Admin5: Se corrigió el selector de host\nAdmin5: Implementó los registros de colores.", + "pl": "Admin5: Poprawiono selektor hosta\nAdmin5: Zaimplementowano kolorowe dzienniki", + "zh-cn": "Admin5:修复了主机选择器\nAdmin5:实施彩色日志" + }, "5.1.0": { "en": "Admin5: Fixed update of objects\nAdmin5: React UI is by default enabled", "de": "Admin5: Aktualisierung von Objekten behoben\nAdmin5: React UI ist standardmäßig aktiviert", @@ -245,18 +257,6 @@ "es": "optimizado el proceso de carga", "pl": "zoptymalizował proces ładowania", "zh-cn": "优化了加载过程" - }, - "5.0.14": { - "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 d826676b7..ad200d5b7 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.0", + "version": "5.1.1", "contributors": [ "bluefox ", "apollon77",