From 6e8033750da25f7cff1040ea969030d808c70910 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 19 Jan 2023 16:34:38 +0300 Subject: [PATCH] Pull request 1716: upd-chlog Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit 149b99993f396b13993942e7fb223347e7ed493e Author: Ainar Garipov Date: Thu Jan 19 16:27:03 2023 +0300 all: typo commit 29a1c0155e88774094443a58d1cb4689514216d6 Author: Ainar Garipov Date: Thu Jan 19 16:26:23 2023 +0300 all: upd chlog --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd101bdb..225bb68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,37 +13,56 @@ and this project adheres to +## [v0.107.22] - 2023-01-19 + +See also the [v0.107.22 GitHub milestone][ms-v0.107.22]. + ### Added - Experimental Dark UI theme ([#613]). - The new HTTP API `PUT /control/profile/update`, that updates current user - language and UI theme. The format of request body is described in + language and UI theme. The format of request body is described in `openapi/openapi.yaml`. ### Changed - The HTTP API `GET /control/profile` now returns enhanced object with - current user's name, language and UI theme. The format of response body is + current user's name, language, and UI theme. The format of response body is described in `openapi/openapi.yaml` and `openapi/CHANGELOG.md`. -[#613]: https://github.com/AdguardTeam/AdGuardHome/issues/613 +### Fixed +- `AdGuardHome --update` freezing when another instance of AdGuard Home is + running ([#4223], [#5191]). +- The `--update` flag performing an update even when there is no version change. +- Failing HTTPS redirection on saving the encryption settings ([#4898]). +- Zeroing rules counter of erroneously edited filtering rule lists ([#5290]). +- Filters updating strategy, which could sometimes lead to use of broken or + incompletely downloaded lists ([#5258]). - - -## [v0.107.21] - 2122-12-15 + + +## [v0.107.21] - 2022-12-15 See also the [v0.107.21 GitHub milestone][ms-v0.107.21]. @@ -58,22 +77,11 @@ See also the [v0.107.21 GitHub milestone][ms-v0.107.21]. ### Fixed -- `AdGuardHome --update` freezing when another instance of AdGuard Home is - running ([#4223], [#5191]). -- The `--update` flag performing an update even with the same version. -- Failing HTTPS redirection on saving the encryption settings ([#4898]). -- Zeroing rules counter of erroneusly edited filtering rule lists ([#5290]). -- Filters updating strategy, which could sometimes lead to use of broken or - incompletely downloaded lists ([#5258]). - Errors popping up during updates of settings, which could sometimes cause the server to stop responding ([#5251]). -[#4898]: https://github.com/AdguardTeam/AdGuardHome/issues/4898 -[#5191]: https://github.com/AdguardTeam/AdGuardHome/issues/5191 [#5238]: https://github.com/AdguardTeam/AdGuardHome/issues/5238 [#5251]: https://github.com/AdguardTeam/AdGuardHome/issues/5251 -[#5258]: https://github.com/AdguardTeam/AdGuardHome/issues/5258 -[#5290]: https://github.com/AdguardTeam/AdGuardHome/issues/5290 [ms-v0.107.21]: https://github.com/AdguardTeam/AdGuardHome/milestone/57?closed=1 @@ -1534,11 +1542,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.21...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.22...HEAD +[v0.107.22]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.21...v0.107.22 [v0.107.21]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.20...v0.107.21 [v0.107.20]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.19...v0.107.20 [v0.107.19]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.18...v0.107.19