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 <A.Garipov@AdGuard.COM> Date: Thu Jan 19 16:27:03 2023 +0300 all: typo commit 29a1c0155e88774094443a58d1cb4689514216d6 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jan 19 16:26:23 2023 +0300 all: upd chlog
This commit is contained in:
parent
46624c79de
commit
6e8033750d
57
CHANGELOG.md
57
CHANGELOG.md
|
@ -13,37 +13,56 @@ and this project adheres to
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
## [v0.108.0] - TBA
|
## [v0.108.0] - TBA
|
||||||
|
|
||||||
|
## [v0.107.23] - 2023-02-15 (APPROX.)
|
||||||
|
|
||||||
|
See also the [v0.107.23 GitHub milestone][ms-v0.107.23].
|
||||||
|
|
||||||
|
[ms-v0.107.23]: https://github.com/AdguardTeam/AdGuardHome/milestone/59?closed=1
|
||||||
|
|
||||||
|
NOTE: Add new changes BELOW THIS COMMENT.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.107.22] - 2023-01-19
|
||||||
|
|
||||||
|
See also the [v0.107.22 GitHub milestone][ms-v0.107.22].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Experimental Dark UI theme ([#613]).
|
- Experimental Dark UI theme ([#613]).
|
||||||
- The new HTTP API `PUT /control/profile/update`, that updates current user
|
- 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`.
|
`openapi/openapi.yaml`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The HTTP API `GET /control/profile` now returns enhanced object with
|
- 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`.
|
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]).
|
||||||
|
|
||||||
|
[#613]: https://github.com/AdguardTeam/AdGuardHome/issues/613
|
||||||
<!--
|
[#5191]: https://github.com/AdguardTeam/AdGuardHome/issues/5191
|
||||||
## [v0.107.22] - 2222-01-18 (APPROX.)
|
[#5290]: https://github.com/AdguardTeam/AdGuardHome/issues/5290
|
||||||
|
[#5258]: https://github.com/AdguardTeam/AdGuardHome/issues/5258
|
||||||
See also the [v0.107.22 GitHub milestone][ms-v0.107.22].
|
|
||||||
|
|
||||||
[ms-v0.107.22]: https://github.com/AdguardTeam/AdGuardHome/milestone/58?closed=1
|
[ms-v0.107.22]: https://github.com/AdguardTeam/AdGuardHome/milestone/58?closed=1
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.21] - 2122-12-15
|
|
||||||
|
|
||||||
|
## [v0.107.21] - 2022-12-15
|
||||||
|
|
||||||
See also the [v0.107.21 GitHub milestone][ms-v0.107.21].
|
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
|
### 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
|
- Errors popping up during updates of settings, which could sometimes cause the
|
||||||
server to stop responding ([#5251]).
|
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
|
[#5238]: https://github.com/AdguardTeam/AdGuardHome/issues/5238
|
||||||
[#5251]: https://github.com/AdguardTeam/AdGuardHome/issues/5251
|
[#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
|
[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.22...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.23...HEAD
|
||||||
[v0.107.22]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.21...v0.107.22
|
[v0.107.23]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.22...v0.107.23
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[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.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.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
|
[v0.107.19]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.18...v0.107.19
|
||||||
|
|
Loading…
Reference in New Issue