Releases: bartekpacia/fhome
Releases · bartekpacia/fhome
v0.3.4
v0.3.3
Add cache of configuration for faster shell completion (#36)
v0.3.2
fix some Grazie Pro warnings
v0.3.1
bump Go to 1.24
v0.3.0
Refactor (#27) * refactor `fhomed` to prepare it for influxdb-streaming feature * more wip * restructuring and refactoring WIP * get rid of influxdb * uh * get rid of docker-compose * print warning when failed to start HAP server * cleanuos * yay * gofumpt * webserver: add comment
v0.2.8
add author
v0.2.7
remove leftover calls to loadConfig() that still cause crashes (#33) This is a follow-up to #32
v0.2.6
Fix crash when installing with Homebrew (#32) * [fhome] fix crash when installing with Homebrew * [fhomed] fix crash when installing with Homebrew
v0.2.5
Update to latest urfave cli (#31) * bump urfave cli from v3.0.0-alpha9.2 to v3.0.0-alpha9.7 * generate completion script by calling `<binary-name> completion` command * update readme * minor cleanup to non-code files * fix various inspections found by IntelliJ * lol
v0.2.4
add `context` param to all functions to handle deadlines/cancellation…