Skip to content

Commit

Permalink
chore: release v5.1.8
Browse files Browse the repository at this point in the history
Improved the list of predefined icons
  • Loading branch information
GermanBluefox committed Jun 6, 2021
1 parent b37bbf3 commit e784bba
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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

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

## Changelog
### __WORK IN PROGRESS__
### 5.1.8 (2021-06-06)
* (bluefox) Improved the list of predefined icons

### 5.1.7 (2021-06-04)
Expand All @@ -104,9 +104,6 @@ The icons may not be reused in other projects without the proper flaticon licens
### 5.1.4 (2021-05-27)
* (bluefox) Corrected error in log

### 5.1.3 (2021-05-26)
* (bluefox) Improved the GUI for enumerations

## 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.1.7",
"version": "5.1.8",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,18 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"5.1.8": {
"en": "Improved the list of predefined icons",
"de": "Liste der vordefinierten Symbole verbessert",
"ru": "Улучшен список предустановленных значков.",
"pt": "Melhorou a lista de ícones predefinidos",
"nl": "De lijst met vooraf gedefinieerde pictogrammen verbeterd",
"fr": "Amélioration de la liste des icônes prédéfinies",
"it": "Migliorato l'elenco delle icone predefinite",
"es": "Se mejoró la lista de iconos predefinidos.",
"pl": "Poprawiono listę predefiniowanych ikon",
"zh-cn": "改进了预定义图标列表"
},
"5.1.7": {
"en": "Added the possibility to clear the schedule",
"de": "Möglichkeit hinzugefügt, den Zeitplan zu löschen",
Expand Down Expand Up @@ -245,18 +257,6 @@
"es": "Admin5: se corrigieron algunos errores",
"pl": "Admin5: Naprawiono kilka błędów",
"zh-cn": "Admin5:修复了一些错误"
},
"5.0.21": {
"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": {
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.1.7",
"version": "5.1.8",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down

0 comments on commit e784bba

Please sign in to comment.