AdGuardHome/internal/next/changelog.md
Ainar Garipov ca313521dc Pull request 1881: 5913-fix-safesearch-ipv6-better
Updates #5913.

Squashed commit of the following:

commit 6bff5ee1b77ae1812e2803361e60ef12148da5c7
Merge: 0a6f49008 2902f030b
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Jun 20 14:14:47 2023 +0300

    Merge branch 'master' into 5913-fix-safesearch-ipv6-better

commit 0a6f49008ac1c786ba380cc3c9a4c2c0c1f60815
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Jun 20 14:11:18 2023 +0300

    safesearch: imp tests

commit 3f9056d26816fb753a394a7bcf86f2ae1201d19c
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Jun 19 23:01:03 2023 +0300

    safesearch: fix ipv6 more
2023-06-20 14:48:36 +03:00

1.3 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 a host: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

  • 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.