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-19 13:14:52 +03:00
|
|
|
## [v0.104.2] - 2020-11-19
|
|
|
|
|
2020-11-13 13:01:07 +03:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- This changelog :-) (#2294).
|
|
|
|
- `HACKING.md`, a guide for developers.
|
2020-11-13 14:40:22 +03:00
|
|
|
|
2020-11-16 15:52:05 +03:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Improved tests output (#2273).
|
|
|
|
|
2020-11-13 14:40:22 +03:00
|
|
|
### Fixed
|
|
|
|
|
2020-11-19 12:53:31 +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
|
|
|
|
correctly shows that DHCP is not currently available on that OS (#2295).
|
|
|
|
- Infinite loop in `/dhcp/find_active_dhcp` (#2301).
|
2020-11-19 13:14:52 +03:00
|
|
|
|
|
|
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.2...HEAD
|
|
|
|
[v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.104.1...v0.104.2
|