2020-06-29 11:39:10 +00:00
|
|
|
# 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]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
2021-08-28 16:19:14 +00:00
|
|
|
## [1.2.0] - 2021-08-28
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added support for setting the domain name (used for DHCP DDNS).
|
|
|
|
- Added configurable Prometheus namespace (metric prefix).
|
|
|
|
- Added request logging.
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
|
|
|
- Disabled WLAN AP mode (each device created an open WLAN).
|
|
|
|
|
2021-06-12 16:51:41 +00:00
|
|
|
## [1.1.0] - 2021-06-12
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2021-08-28 16:19:14 +00:00
|
|
|
- Added support for static IPv4 addressing.
|
2021-06-12 16:51:41 +00:00
|
|
|
|
2020-06-29 11:39:10 +00:00
|
|
|
## [1.0.0] - 2020-06-29
|
2020-06-29 11:40:56 +00:00
|
|
|
|
|
|
|
Initial release.
|