Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 26 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,33 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
<!--
## [v0.108.0] – TBA

## [v0.107.77] - 2026-06-01 (APPROX.)
## [v0.107.78] - 2026-06-15 (APPROX.)

See also the [v0.107.77 GitHub milestone][ms-v0.107.77].
See also the [v0.107.78 GitHub milestone][ms-v0.107.78].

[ms-v0.107.77]: https://github.com/AdguardTeam/AdGuardHome/milestone/112?closed=1
[ms-v0.107.78]: https://github.com/AdguardTeam/AdGuardHome/milestone/113?closed=1

NOTE: Add new changes BELOW THIS COMMENT.
-->

### Fixed

- Blocked services check on the Custom filtering rules page does not work properly without specifying of a client.

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->

## [v0.107.77] - 2026-06-01

See also the [v0.107.77 GitHub milestone][ms-v0.107.77].

### Security

- Authorization in GLiNET mode is no longer vulnerable to path traversal attacks.

**NOTE:** This is CVE-2026-41448. We thank @djnnvx for reporting this security issue.

### Added

- New `reason` query parameter in `GET /control/querylog`. See `openapi/openapi.yaml` for the full description.
Expand All @@ -26,9 +44,7 @@ NOTE: Add new changes BELOW THIS COMMENT.

- Query parameter `response_status` in `GET /control/querylog` is now deprecated. Use new `reason` query parameter instead.

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->
[ms-v0.107.77]: https://github.com/AdguardTeam/AdGuardHome/milestone/112?closed=1

## [v0.107.76] - 2026-05-21

Expand All @@ -54,8 +70,6 @@ See also the [v0.107.75 GitHub milestone][ms-v0.107.75].

### Security

- Authorization in GLiNET mode is no longer vulnerable to path traversal attacks.

- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.3][go-1.26.3].

- IDs of requests received over DoH and DoQ and forwarded to plain-DNS upstreams are now set to non-zero values to improve security.
Expand Down Expand Up @@ -3626,11 +3640,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1

<!--
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.77...HEAD
[v0.107.77]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.76...v0.107.77
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.78...HEAD
[v0.107.78]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.77...v0.107.78
-->

[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.76...HEAD
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.77...HEAD
[v0.107.77]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.76...v0.107.77
[v0.107.76]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.75...v0.107.76
[v0.107.75]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.74...v0.107.75
[v0.107.74]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.73...v0.107.74
Expand Down
2 changes: 1 addition & 1 deletion client/src/__locales-services/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"message": "Штучны інтэлект"
},
"servicesgroup.cdn.name": {
"message": "Сеткі дастаўкі кантэнту (CDN)"
"message": "Сеткі дастаўкі змесціва (CDN)"
},
"servicesgroup.dating.name": {
"message": "Сэрвісы знаёмстваў"
Expand Down
Loading
Loading