diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 81dfebeef..6c8fd47e4 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,3 +1,6 @@ +## 5.1.2 (2021-05-26) +* (bluefox) Admin5: Fixed logs by the changing of host + ## 5.1.1 (2021-05-25) * (bluefox) Admin5: Fixed the host selector * (bluefox) Admin5: Implemented the colored logs diff --git a/README.md b/README.md index fd31f0849..3ccf42200 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens --> ## Changelog -### __WORK IN PROGRESS__ +### 5.1.7 (2021-06-04) * (bluefox) Added the possibility to clear the schedule ### 5.1.6 (2021-06-02) @@ -104,9 +104,6 @@ The icons may not be reused in other projects without the proper flaticon licens ### 5.1.3 (2021-05-26) * (bluefox) Improved the GUI for enumerations -### 5.1.2 (2021-05-26) -* (bluefox) Admin5: Fixed logs by the changing of host - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index 69fa99d62..ad451a9d5 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "5.1.6", + "version": "5.1.7", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,18 @@ "connectionType": "local", "dataSource": "push", "news": { + "5.1.7": { + "en": "Added the possibility to clear the schedule", + "de": "Möglichkeit hinzugefügt, den Zeitplan zu löschen", + "ru": "Добавлена возможность очистить расписание", + "pt": "Adicionada a possibilidade de limpar a programação", + "nl": "De mogelijkheid toegevoegd om het schema te wissen", + "fr": "Ajout de la possibilité d'effacer le planning", + "it": "Aggiunta la possibilità di cancellare il programma", + "es": "Añadida la posibilidad de borrar el horario", + "pl": "Dodano możliwość wyczyszczenia harmonogramu", + "zh-cn": "添加了清除时间表的可能性" + }, "5.1.6": { "en": "Improved the custom settings", "de": "Die benutzerdefinierten Einstellungen wurden verbessert", @@ -245,18 +257,6 @@ "es": "Admin5: se corrigieron muchos errores", "pl": "Admin5: Naprawiono wiele błędów", "zh-cn": "Admin5:修复了许多错误" - }, - "5.0.20": { - "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 42342f8ca..7d09368d3 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.6", + "version": "5.1.7", "contributors": [ "bluefox ", "apollon77",