2020-11-13 10:01:07 +00: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-19 11:59:30 +00: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 10:14:52 +00:00
|
|
|
## [v0.104.2] - 2020-11-19
|
|
|
|
|
2020-11-13 10:01:07 +00:00
|
|
|
### Added
|
|
|
|
|
2020-11-19 11:59:30 +00:00
|
|
|
- This changelog :-) ([#2294]).
|
2020-11-13 10:01:07 +00:00
|
|
|
- `HACKING.md`, a guide for developers.
|
2020-11-13 11:40:22 +00:00
|
|
|
|
2020-11-16 12:52:05 +00:00
|
|
|
### Changed
|
|
|
|
|
2020-11-19 11:59:30 +00:00
|
|
|
- Improved tests output ([#2273]).
|
2020-11-16 12:52:05 +00:00
|
|
|
|
2020-11-13 11:40:22 +00:00
|
|
|
### Fixed
|
|
|
|
|
2020-11-19 11:59:30 +00: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 16:01:12 +00:00
|
|
|
- `404 Not Found` errors on the DHCP settings page on *Windows*. The page now
|
2020-11-19 11:59:30 +00: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 10:14:52 +00:00
|
|
|
|
2020-11-19 11:59:30 +00: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 10:14:52 +00:00
|
|
|
[v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.1...v0.104.2
|