mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
changelog
This commit is contained in:
parent
f783e90040
commit
76b1e44a93
1 changed files with 16 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -24,7 +24,22 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||||
-->
|
-->
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
Frontend rewritten in TypeScript, added Node 18 support
|
- The HTTP server's write timeout has been increased from 1 minute to 5 minutes
|
||||||
|
to match the one used by AdGuard Home's HTTP client to fetch filtering-list
|
||||||
|
data ([#7041]).
|
||||||
|
|
||||||
|
- Frontend rewritten in TypeScript
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
- Node 16 support, Node 18.18 or higher is required
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Node 18 support
|
||||||
|
|
||||||
|
|
||||||
|
[#7041]: https://github.com/AdguardTeam/AdGuardHome/issues/7041
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
NOTE: Add new changes ABOVE THIS COMMENT.
|
NOTE: Add new changes ABOVE THIS COMMENT.
|
||||||
|
|
Loading…
Reference in a new issue