mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 22:15:45 +03:00
all: upd chlog
This commit is contained in:
parent
3a2a6d10ec
commit
4f016b6ed7
1 changed files with 25 additions and 16 deletions
41
CHANGELOG.md
41
CHANGELOG.md
|
@ -17,8 +17,6 @@ and this project adheres to
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for a `$dnsrewrite` modifier with an empty `NOERROR` response
|
|
||||||
([#4133]).
|
|
||||||
- `windows/arm64` support ([#3057]).
|
- `windows/arm64` support ([#3057]).
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
@ -29,6 +27,27 @@ and this project adheres to
|
||||||
-->
|
-->
|
||||||
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Go 1.16 support.
|
||||||
|
|
||||||
|
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## [v0.107.4] - 2022-03-01 (APPROX.)
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.107.3] - 2022-02-08 (APPROX.)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for a `$dnsrewrite` modifier with an empty `NOERROR` response
|
||||||
|
([#4133]).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Wrong set of ports checked for duplicates during the initial setup ([#4095]).
|
- Wrong set of ports checked for duplicates during the initial setup ([#4095]).
|
||||||
|
@ -37,11 +56,6 @@ and this project adheres to
|
||||||
- Omitted aliases of hosts specified by another line within the OS's hosts file
|
- Omitted aliases of hosts specified by another line within the OS's hosts file
|
||||||
([#4079]).
|
([#4079]).
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
- Go 1.16 support.
|
|
||||||
|
|
||||||
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
|
||||||
[#4074]: https://github.com/AdguardTeam/AdGuardHome/issues/4074
|
[#4074]: https://github.com/AdguardTeam/AdGuardHome/issues/4074
|
||||||
[#4079]: https://github.com/AdguardTeam/AdGuardHome/issues/4079
|
[#4079]: https://github.com/AdguardTeam/AdGuardHome/issues/4079
|
||||||
[#4095]: https://github.com/AdguardTeam/AdGuardHome/issues/4095
|
[#4095]: https://github.com/AdguardTeam/AdGuardHome/issues/4095
|
||||||
|
@ -50,12 +64,6 @@ and this project adheres to
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## [v0.107.3] - 2022-02-08 (APPROX.)
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.2] - 2021-12-29
|
## [v0.107.2] - 2021-12-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -695,11 +703,12 @@ In this release, the schema version has changed from 10 to 12.
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.4...HEAD
|
||||||
[v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...v0.107.3
|
[v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...v0.107.4
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...HEAD
|
||||||
|
[v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...v0.107.3
|
||||||
[v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.1...v0.107.2
|
[v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.1...v0.107.2
|
||||||
[v0.107.1]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.0...v0.107.1
|
[v0.107.1]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.0...v0.107.1
|
||||||
[v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.3...v0.107.0
|
[v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.3...v0.107.0
|
||||||
|
|
Loading…
Reference in a new issue