Skip to content

Releases: splattner/remotetwo-integration-denonavr

v0.2.11

03 May 07:46
f11ff0c
Compare
Choose a tag to compare

13 changes since v0.2.10

🚀 Features

  • Add new simple commands for Monitor Out 1/2/Auto (#21)

🔗 Dependency Updates

  • Update module github.com/splattner/goucrt to v0.3.2 (#8)
  • Update anchore/sbom-action action to v0.15.0 (#9)
  • Update k8s.io/utils digest to b307cd5 (#10)
  • Update module k8s.io/utils to v0.0.0-20240502163921-fe8a2dddb1d0 (#20)
  • Update docker/login-action action to v3.1.0 (#19)
  • Update docker/setup-buildx-action action to v3.3.0 (#18)
  • Update actions/delete-package-versions action to v5 (#17)
  • Update actions/cache action to v4 (#16)
  • Update sigstore/cosign-installer action to v3.5.0 (#14)
  • Update actions/setup-go action to v5 (#13)
  • Update anchore/sbom-action action to v0.15.11 - autoclosed (#11)
  • Update module github.com/spf13/viper to v1.18.2 (#12)

v0.2.10

17 Nov 13:24
dd05915
Compare
Choose a tag to compare

1 changes since v0.2.9

🛠️ Minor Changes

  • better connect handling, telnet/http fallback, log (#7)

v0.2.9

14 Nov 20:15
e6fb7fe
Compare
Choose a tag to compare

2 changes since v0.2.8

🐛 Fixes

  • fix telnet connection handling (#5)
  • prevent writing to telnet if not available (#6)

v0.2.8

12 Nov 18:57
3a5cbf5
Compare
Choose a tag to compare

4 changes since v0.2.7

🐛 Fixes

  • Fix reconnect handling (#4)

🔗 Dependency Updates

  • Update module github.com/splattner/goucrt to v0.3.0 (#1)
  • Update sigstore/cosign-installer action to v3.2.0 (#3)
  • Update module github.com/spf13/cobra to v1.8.0 (#2)

v0.2.7

31 Oct 12:08
bd4f068
Compare
Choose a tag to compare

For better seperation between goucrt as a library to write remote two integrations and the denon client, I have extracted the Denon Integration into a new repository: https://github.com/splattner/remotetwo-integration-denonavr

The Container images can be found here ghcr.io/splattner/remotetwo-integration-denonavr. The latest release is also v0.2.7, but statring from now, versioning between goucrt and the denon integration will probably diverse.

Tostart you don't have to add the denon anymore to the command. Just run the container as explained in the repos README.

Starting from the next release in goucrt (so probably 0.3.0), the denon client will be removed. I'll leave shelly/deconz/tasmota in there for the moment, as I'm not really using them at the moment. But they migh become a own repo as well later.