mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
d4a4bda645
Squashed commit of the following: commit 72f25ffe73d6b8216b01e590fba66fb5f6944113 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jun 28 21:29:04 2023 +0300 next: add conf writing, validation
1.4 KiB
1.4 KiB
AdGuard Home v0.108.0 Changelog DRAFT
This changelog should be merged into the main one once the next API matures enough.
[v0.108.0] - TODO
Added
- The ability to log to stderr using
--logFile=stderr
. - The new
--web-addr
flag to set the Web UI address in ahost:port
form. SIGHUP
now reloads all configuration from the configuration file (#5676).
Changed
New HTTP API
TODO(a.garipov): Describe the new API and add a link to the new OpenAPI doc.
Other changes
-h
is now an alias for--help
instead of the removed--host
, see below. Use--web-addr=host:port
to set an address on which to serve the Web UI.
Fixed
--check-config
breaking the configuration file (#4067).- Inconsistent application of
--work-dir/-w
(#2598, #2902). - The order of
-v/--verbose
and--version
being significant (#2893).
Removed
- The deprecated
--no-mem-optimization
and--no-etc-hosts
flags. --host
and-p/--port
flags. Use--web-addr=host:port
to set an address on which to serve the Web UI.-h
is now an alias for--help
, see above.