diff --git a/.gitignore b/.gitignore index 3873fd3d..bdc4c29f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ /snapcraft_login AdGuardHome* coverage.txt -leases.db node_modules/ !/build/gitkeep diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb96409..12bfdb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,11 @@ and this project adheres to @@ -29,6 +29,38 @@ NOTE: Add new changes ABOVE THIS COMMENT. +## [v0.107.29] - 2023-04-18 + +See also the [v0.107.29 GitHub milestone][ms-v0.107.29]. + +### Added + +- The ability to exclude client activity from the query log or statistics by + editing client's settings on the Clients settings page in the UI ([#1717], + [#4299]). + +### Changed + +- Stored DHCP leases moved from `leases.db` to `data/leases.json`. The file + format has also been optimized. + +### Fixed + +- The `github.com/mdlayher/raw` dependency has been temporarily returned to + support raw connections on Darwin ([#5712]). +- Incorrect recording of blocked results as “Blocked by CNAME or IP” in the + query log ([#5725]). +- All Safe Search services being unchecked by default. +- Panic when a DNSCrypt stamp is invalid ([#5721]). + +[#5712]: https://github.com/AdguardTeam/AdGuardHome/issues/5712 +[#5721]: https://github.com/AdguardTeam/AdGuardHome/issues/5721 +[#5725]: https://github.com/AdguardTeam/AdGuardHome/issues/5725 + +[ms-v0.107.29]: https://github.com/AdguardTeam/AdGuardHome/milestone/65?closed=1 + + + ## [v0.107.28] - 2023-04-12 See also the [v0.107.28 GitHub milestone][ms-v0.107.28]. @@ -149,12 +181,10 @@ In this release, the schema version has changed from 17 to 20. [#1163]: https://github.com/AdguardTeam/AdGuardHome/issues/1163 [#1333]: https://github.com/AdguardTeam/AdGuardHome/issues/1333 -[#1163]: https://github.com/AdguardTeam/AdGuardHome/issues/1717 [#1472]: https://github.com/AdguardTeam/AdGuardHome/issues/1472 [#3290]: https://github.com/AdguardTeam/AdGuardHome/issues/3290 [#3459]: https://github.com/AdguardTeam/AdGuardHome/issues/3459 [#4262]: https://github.com/AdguardTeam/AdGuardHome/issues/4262 -[#3290]: https://github.com/AdguardTeam/AdGuardHome/issues/4299 [#5567]: https://github.com/AdguardTeam/AdGuardHome/issues/5567 [#5701]: https://github.com/AdguardTeam/AdGuardHome/issues/5701 @@ -1920,11 +1950,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.28...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.29...HEAD +[v0.107.29]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.28...v0.107.29 [v0.107.28]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.27...v0.107.28 [v0.107.27]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.26...v0.107.27 [v0.107.26]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.25...v0.107.26 diff --git a/client/public/index.html b/client/public/index.html index d736e508..730a3c95 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -12,11 +12,40 @@