-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (bluefox) Support of IPv6 address by links (vis, material, end so on) * (bluefox) Corrected errors in the base settings * (bluefox) Corrected error with the pre-selected language in wizard
- Loading branch information
1 parent
cbc0776
commit 488b21c
Showing
5 changed files
with
36 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,35 +89,31 @@ The icons may not be reused in other projects without the proper flaticon licens | |
### __WORK IN PROGRESS__ | ||
--> | ||
|
||
## Changelog | ||
### __WORK IN PROGRESS__ | ||
## Changelog | ||
### 5.3.1 (2022-02-21) | ||
* (bluefox) Support of IPv6 address by links (vis, material, end so on) | ||
* (bluefox) Corrected errors in the base settings | ||
* (bluefox) Corrected error with the pre-selected language in wizard | ||
|
||
* (bluefox) Corrected error with the pre-selected language in wizard | ||
|
||
### 5.3.0 (2022-02-09) | ||
* (jogibear9988) Enable http compression in webserver | ||
* (bluefox) Removed deprecated package "request" | ||
* (bluefox) Added JSONL option for base settings | ||
* (bluefox) Added small improvements | ||
* (bluefox) Added the file viewer for binary states | ||
|
||
* (bluefox) Added the file viewer for binary states | ||
|
||
### 5.2.3 (2021-12-24) | ||
* (bluefox) Fixed error in `AutocompleteSendTo` | ||
* (bluefox) Fixed error in charts | ||
|
||
* (bluefox) Fixed error in charts | ||
|
||
### 5.2.2 (2021-12-21) | ||
* (bluefox) Changed the minimal required js-controller version to 3.3.22 | ||
* (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 | ||
|
||
### 5.2.0 (2021-11-26) | ||
* (Apollon77) Fix crash cases reported via sentry | ||
* (bluefox) Added support for multi-repositories | ||
|
||
* (bluefox) Allow in expert mode the creation of states and channels in mqtt branch | ||
|
||
## License | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014-2022 bluefox <[email protected]> | ||
Copyright (c) 2014-2022 bluefox <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0", | ||
"version": "5.3.1", | ||
"contributors": [ | ||
"bluefox <[email protected]>", | ||
"apollon77", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters