From 5388ad55ab727f9616980900cfb4c3e34a6e7693 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 7 Mar 2024 15:52:13 +0300 Subject: [PATCH] Pull request 2165: upd-chlog Squashed commit of the following: commit 74c903d1a3d3c299399915c6c7b6224f3ddcaffc Author: Ainar Garipov Date: Thu Mar 7 15:44:52 2024 +0300 all: upd chlog --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f8f825..e3953d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,40 @@ and this project adheres to +### Added + +- Ability to disable the use of system hosts file information for query + resolution ([#6610]). +- Ability to define custom directories for storage of query log files and + statistics ([#5992]). + +### Fixed + +- Incorrect tracking of the system hosts file's changes ([#6711]). + +[#5992]: https://github.com/AdguardTeam/AdGuardHome/issues/5992 +[#6610]: https://github.com/AdguardTeam/AdGuardHome/issues/6610 +[#6711]: https://github.com/AdguardTeam/AdGuardHome/issues/6711 + + + + + +## [v0.107.45] - 2024-03-06 + +See also the [v0.107.45 GitHub milestone][ms-v0.107.45]. + ### Security - Go version has been updated to prevent the possibility of exploiting the Go @@ -30,10 +55,6 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added -- Ability to disable the use of system hosts file information for query - resolution ([#6610]). -- Ability to define custom directories for storage of query log files and - statistics ([#5992]). - Context menu item in the Query Log to add a Client to the Persistent client list ([#6679]). @@ -63,24 +84,20 @@ NOTE: Add new changes BELOW THIS COMMENT. - Missing IP addresses in logs when querying for domain names from the ignore lists. +- Blank page after resetting access clients ([#6634]). - Wrong algorithm for caching bootstrapped upstream addresses ([#6723]). -- Incorrect tracking of the system hosts file's changes ([#6711]). ### Removed - Go 1.20 support, as it has reached end of life. -[#5992]: https://github.com/AdguardTeam/AdGuardHome/issues/5992 -[#6610]: https://github.com/AdguardTeam/AdGuardHome/issues/6610 +[#6634]: https://github.com/AdguardTeam/AdGuardHome/issues/6634 [#6679]: https://github.com/AdguardTeam/AdGuardHome/issues/6679 -[#6711]: https://github.com/AdguardTeam/AdGuardHome/issues/6711 +[#6723]: https://github.com/AdguardTeam/AdGuardHome/issues/6723 -[go-toolchain]: https://go.dev/blog/toolchain [go-1.21.8]: https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg - - +[go-toolchain]: https://go.dev/blog/toolchain +[ms-v0.107.45]: https://github.com/AdguardTeam/AdGuardHome/milestone/80?closed=1 @@ -2814,11 +2831,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.44...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.45...HEAD +[v0.107.45]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.44...v0.107.45 [v0.107.44]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.43...v0.107.44 [v0.107.43]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.42...v0.107.43 [v0.107.42]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.41...v0.107.42