Skip to content

Releases: bartekpacia/fhome

v0.3.4

10 Nov 23:13
ca2d6a5

Choose a tag to compare

fix aur sources

v0.3.3

17 Apr 20:55
7aa1bd0

Choose a tag to compare

Add cache of configuration for faster shell completion (#36)

v0.3.2

17 Apr 11:19
f722a74

Choose a tag to compare

fix some Grazie Pro warnings

v0.3.1

22 Mar 01:11
bf6da15

Choose a tag to compare

bump Go to 1.24

v0.3.0

01 Jan 20:00
432bd15

Choose a tag to compare

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

06 Dec 23:23
4cd69b5

Choose a tag to compare

add author

v0.2.7

04 Dec 22:10
7e23427

Choose a tag to compare

remove leftover calls to loadConfig() that still cause crashes (#33)

This is a follow-up to #32

v0.2.6

04 Dec 20:51
7e5f581

Choose a tag to compare

Fix crash when installing with Homebrew (#32)

* [fhome] fix crash when installing with Homebrew

* [fhomed] fix crash when installing with Homebrew

v0.2.5

04 Dec 20:02
24e586c

Choose a tag to compare

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

23 Nov 23:06
d6a3c63

Choose a tag to compare

add `context` param to all functions to handle deadlines/cancellation…