2020-11-13 13:01:07 +03:00
|
|
|
# AdGuard Home Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on
|
|
|
|
[*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to
|
|
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2020-11-25 12:02:21 +03:00
|
|
|
<!--
|
2020-12-04 19:16:01 +03:00
|
|
|
## [v0.105.0] - 2020-12-28
|
2020-11-25 12:02:21 +03:00
|
|
|
-->
|
|
|
|
|
2020-11-23 14:14:08 +03:00
|
|
|
### Added
|
|
|
|
|
2020-11-27 17:03:00 +03:00
|
|
|
- A 5 second wait period until a DHCP server's network interface gets an IP
|
2020-12-04 19:16:01 +03:00
|
|
|
address ([#2304]).
|
|
|
|
- `$dnstype` modifier for filters ([#2337]).
|
|
|
|
- HTTP API request body size limit ([#2305]).
|
2020-11-23 14:14:08 +03:00
|
|
|
|
2020-11-27 17:03:00 +03:00
|
|
|
[#2304]: https://github.com/AdguardTeam/AdGuardHome/issues/2304
|
2020-11-23 14:14:08 +03:00
|
|
|
[#2305]: https://github.com/AdguardTeam/AdGuardHome/issues/2305
|
2020-11-25 12:02:21 +03:00
|
|
|
[#2337]: https://github.com/AdguardTeam/AdGuardHome/issues/2337
|
2020-11-23 14:14:08 +03:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-12-04 17:06:19 +03:00
|
|
|
- Post-updating relaunch possibility is now determined OS-dependently ([#2231], [#2391]).
|
2020-11-30 19:23:14 +03:00
|
|
|
- Made the mobileconfig HTTP API more robust and predictable, add parameters and
|
2020-11-25 18:09:41 +03:00
|
|
|
improve error response ([#2358]).
|
2020-12-04 17:06:19 +03:00
|
|
|
- Improved HTTP requests handling and timeouts ([#2343]).
|
|
|
|
- Our snap package now uses the `core20` image as its base ([#2306]).
|
2020-11-23 14:14:08 +03:00
|
|
|
- Various internal improvements ([#2271], [#2297]).
|
|
|
|
|
2020-11-30 19:23:14 +03:00
|
|
|
[#2231]: https://github.com/AdguardTeam/AdGuardHome/issues/2231
|
2020-11-23 14:14:08 +03:00
|
|
|
[#2271]: https://github.com/AdguardTeam/AdGuardHome/issues/2271
|
|
|
|
[#2297]: https://github.com/AdguardTeam/AdGuardHome/issues/2297
|
2020-11-25 12:02:21 +03:00
|
|
|
[#2306]: https://github.com/AdguardTeam/AdGuardHome/issues/2306
|
2020-11-25 15:50:59 +03:00
|
|
|
[#2343]: https://github.com/AdguardTeam/AdGuardHome/issues/2343
|
2020-11-25 18:09:41 +03:00
|
|
|
[#2358]: https://github.com/AdguardTeam/AdGuardHome/issues/2358
|
2020-12-04 17:06:19 +03:00
|
|
|
[#2391]: https://github.com/AdguardTeam/AdGuardHome/issues/2391
|
2020-11-23 14:14:08 +03:00
|
|
|
|
2020-11-25 14:26:26 +03:00
|
|
|
### Fixed
|
|
|
|
|
2020-11-30 13:32:58 +03:00
|
|
|
- A mitigation against records being shown in the wrong order on the query log
|
2020-12-04 19:16:01 +03:00
|
|
|
page ([#2293]).
|
|
|
|
- A JSON parsing error in query log ([#2345]).
|
2020-11-25 14:26:26 +03:00
|
|
|
- Incorrect detection of the IPv6 address of an interface as well as another
|
2020-12-04 19:16:01 +03:00
|
|
|
infinite loop in the `/dhcp/find_active_dhcp` HTTP API ([#2355]).
|
2020-11-25 14:26:26 +03:00
|
|
|
|
2020-11-30 13:32:58 +03:00
|
|
|
[#2293]: https://github.com/AdguardTeam/AdGuardHome/issues/2293
|
2020-11-27 12:33:25 +03:00
|
|
|
[#2345]: https://github.com/AdguardTeam/AdGuardHome/issues/2345
|
2020-11-25 14:26:26 +03:00
|
|
|
[#2355]: https://github.com/AdguardTeam/AdGuardHome/issues/2355
|
|
|
|
|
2020-11-19 14:59:30 +03:00
|
|
|
|
|
|
|
|
|
|
|
## [v0.104.3] - 2020-11-19
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- The accidentally exposed profiler HTTP API ([#2336]).
|
|
|
|
|
|
|
|
[#2336]: https://github.com/AdguardTeam/AdGuardHome/issues/2336
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-11-19 13:14:52 +03:00
|
|
|
## [v0.104.2] - 2020-11-19
|
|
|
|
|
2020-11-13 13:01:07 +03:00
|
|
|
### Added
|
|
|
|
|
2020-11-19 14:59:30 +03:00
|
|
|
- This changelog :-) ([#2294]).
|
2020-11-13 13:01:07 +03:00
|
|
|
- `HACKING.md`, a guide for developers.
|
2020-11-13 14:40:22 +03:00
|
|
|
|
2020-11-16 15:52:05 +03:00
|
|
|
### Changed
|
|
|
|
|
2020-11-19 14:59:30 +03:00
|
|
|
- Improved tests output ([#2273]).
|
2020-11-16 15:52:05 +03:00
|
|
|
|
2020-11-13 14:40:22 +03:00
|
|
|
### Fixed
|
|
|
|
|
2020-11-19 14:59:30 +03:00
|
|
|
- Query logs from file not loading after the ones buffered in memory ([#2325]).
|
|
|
|
- Unnecessary errors in query logs when switching between log files ([#2324]).
|
2020-11-16 19:01:12 +03:00
|
|
|
- `404 Not Found` errors on the DHCP settings page on *Windows*. The page now
|
2020-11-19 14:59:30 +03:00
|
|
|
correctly shows that DHCP is not currently available on that OS ([#2295]).
|
|
|
|
- Infinite loop in `/dhcp/find_active_dhcp` ([#2301]).
|
|
|
|
|
|
|
|
[#2273]: https://github.com/AdguardTeam/AdGuardHome/issues/2273
|
|
|
|
[#2294]: https://github.com/AdguardTeam/AdGuardHome/issues/2294
|
|
|
|
[#2295]: https://github.com/AdguardTeam/AdGuardHome/issues/2295
|
|
|
|
[#2301]: https://github.com/AdguardTeam/AdGuardHome/issues/2301
|
|
|
|
[#2324]: https://github.com/AdguardTeam/AdGuardHome/issues/2324
|
|
|
|
[#2325]: https://github.com/AdguardTeam/AdGuardHome/issues/2325
|
|
|
|
|
|
|
|
|
2020-11-19 13:14:52 +03:00
|
|
|
|
2020-12-04 19:16:01 +03:00
|
|
|
<!--
|
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.105.0...HEAD
|
|
|
|
[v0.105.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.3...v0.105.0
|
|
|
|
-->
|
2020-11-19 14:59:30 +03:00
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.3...HEAD
|
|
|
|
[v0.104.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.2...v0.104.3
|
2020-11-19 13:14:52 +03:00
|
|
|
[v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.1...v0.104.2
|