Releases: joshuar/go-hass-anything
Releases · joshuar/go-hass-anything
v3.1.0
3.1.0 (2024-01-26)
Features
- config: registering an app is now independent of any app config; a path to the registry can be specified for customisation (d3f16db)
v3.0.1
3.0.1 (2024-01-26)
Bug Fixes
- cmd: 🐛 fix missing parameter to mqtt.NewMQTTClient (aa247a4)
- config: 🐛 make sure Save/Load use default preferences where appropriate (9ecc19d)
- mqtt,config: 🐛 prefs propagation fixes (8b720f0)
v3.0.0
3.0.0 (2024-01-25)
⚠ BREAKING CHANGES
- all: update import path for breaking change
- config: rename exported struct AppPreferences -> Preferences
- config,agent,mqtt: allow specifying a path to MQTT config file
Features
- all: update import path for breaking change (866e894)
- config,agent,mqtt: allow specifying a path to MQTT config file (48eb067)
Code Refactoring
- config: rename exported struct AppPreferences -> Preferences (b849504)
v2.0.3
2.0.3 (2024-01-25)
Bug Fixes
- all: 🚑 fix module path after new major version (00506af)
v2.0.2
2.0.2 (2024-01-24)
Miscellaneous Chores
v2.0.1
2.0.1 (2024-01-24)
Bug Fixes
- config: ♻️ ensure tomlconfig has own package name following conventions (8514f5f)
v2.0.0
2.0.0 (2024-01-24)
⚠ BREAKING CHANGES
Features
v1.4.0
1.4.0 (2024-01-24)
Features
- tools: ✨ appgenerator path adjustment (7387f7b)
- web: ✨ add retries to web requests (1f29917)
v1.3.0
1.3.0 (2024-01-09)
Features
- config: add a new simple toml-based config package (8afda51)
- web: simplify web request handling (3f5ee46)
Bug Fixes
- container: easier inclusion of own apps into container image (4fee795)
- container: fix Dockerfile, adjust README (b7b9e51)
- container: fully qualify base image (6f79fcd)
- container: ignore failure if apps dir is not a symlink (342da68)
v1.2.0
1.2.0 (2023-10-28)
Features
- mqtt: use a retry-backoff for initial mqtt connection (541c64a)
Bug Fixes
- config: config start logic (ad18869)