diff --git a/CHANGELOG.md b/CHANGELOG.md index 54820495..362bee91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,20 +14,34 @@ and this project adheres to + + + + +## [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]). + editing client's settings on the respective 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 @@ -38,14 +52,11 @@ NOTE: Add new changes BELOW THIS COMMENT. - All Safe Search services being unchecked by default. - Panic when a DNSCrypt stamp is invalid ([#5721]). -[#1717]: https://github.com/AdguardTeam/AdGuardHome/issues/1717 -[#4299]: https://github.com/AdguardTeam/AdGuardHome/issues/4299 +[#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 @@ -85,8 +96,6 @@ See also the [v0.107.28 GitHub milestone][ms-v0.107.28]. ### Changed -- Stored DHCP leases moved from `leases.db` to `data/leases.json`. The file - format has also been optimized. - ARPA domain names containing a subnet within private networks now also considered private, behaving closer to [RFC 6761][rfc6761] ([#5567]). @@ -172,11 +181,9 @@ 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 [#1472]: https://github.com/AdguardTeam/AdGuardHome/issues/1472 -[#1717]: https://github.com/AdguardTeam/AdGuardHome/issues/1717 [#3290]: https://github.com/AdguardTeam/AdGuardHome/issues/3290 [#3459]: https://github.com/AdguardTeam/AdGuardHome/issues/3459 [#4262]: https://github.com/AdguardTeam/AdGuardHome/issues/4262 -[#4299]: https://github.com/AdguardTeam/AdGuardHome/issues/4299 [#5567]: https://github.com/AdguardTeam/AdGuardHome/issues/5567 [#5701]: https://github.com/AdguardTeam/AdGuardHome/issues/5701 @@ -1942,11 +1949,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