Skip to content

Releases: joshuar/go-hass-anything

v3.1.0

27 Jan 01:42
77fb548
Compare
Choose a tag to compare

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

26 Jan 03:40
908c1b8
Compare
Choose a tag to compare

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

25 Jan 11:34
e6ac3bc
Compare
Choose a tag to compare

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

25 Jan 00:54
5d1bbce
Compare
Choose a tag to compare

2.0.3 (2024-01-25)

Bug Fixes

  • all: 🚑 fix module path after new major version (00506af)

v2.0.2

24 Jan 12:55
7ca9f15
Compare
Choose a tag to compare

2.0.2 (2024-01-24)

Miscellaneous Chores

v2.0.1

24 Jan 12:42
2e4995e
Compare
Choose a tag to compare

2.0.1 (2024-01-24)

Bug Fixes

  • config: ♻️ ensure tomlconfig has own package name following conventions (8514f5f)

v2.0.0

24 Jan 12:03
8831c60
Compare
Choose a tag to compare

2.0.0 (2024-01-24)

⚠ BREAKING CHANGES

  • all: major refactor

Features

v1.4.0

24 Jan 10:46
2f36cba
Compare
Choose a tag to compare

1.4.0 (2024-01-24)

Features

  • tools: ✨ appgenerator path adjustment (7387f7b)
  • web: ✨ add retries to web requests (1f29917)

v1.3.0

09 Jan 03:31
23d480a
Compare
Choose a tag to compare

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

28 Oct 03:17
00c32fe
Compare
Choose a tag to compare

1.2.0 (2023-10-28)

Features

  • mqtt: use a retry-backoff for initial mqtt connection (541c64a)

Bug Fixes

  • config: config start logic (ad18869)