All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update
go.mod
from Go 1.16 to Go 1.19 - Update eclipse/paho.mqtt.golang library from
v1.3.5
tov1.4.2
- Proper handling of new hostapd
AP-STA-CONNECTED
messages (#13)
v0.2.0 - 2022-09-12
- Proper decoding of SSID names which contain non-ascii or control characters (#8)
v0.1.2 - 2022-03-21
- Improved README
- Update the
hostapd-ctrl
program to emulate a 'mini' version of hostapd - Address go lint and spelling issues
v0.1.1 - 2022-03-11
- Adds support for hostapd-mini (non-full version). When using this version of hostapd, wifi-presence will consider all devices as disconnected at startup.
- Change some JSON attribute field names to match Home Assistant usage.
- Do not update state when config changes name only.
v0.1.0 - 2022-02-04
- Adds support for Home Assistant MQTT Discovery
- Changes MQTT topic structure
v0.0.2 - 2021-02-25
- Add
-version
flag
- Handle case where client transitions to different SSID on same AP
- Build with Go 1.16
v0.0.1 - 2021-02-15
Initial beta release