Releases: openhue/openhue-cli
Releases · openhue/openhue-cli
0.22
0.21
What's Changed
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #84
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #82
- Fixed list rooms when there is an empty room by @thibauult in #91
Full Changelog: 0.20...0.21
0.20
What's Changed
- Prevent panic when listing rooms with no lights by @thibauult in #81 (fixes #77)
Full Changelog: 0.19...0.20
0.19
What's Changed
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #79
- Add --transition-time flag for lights and rooms by @thibauult in #80 (fixes #78)
Full Changelog: 0.18...0.19
0.18
What's Changed
- Make the PrintScene function safer, check for pointer existence by @thibauult in #76
Full Changelog: 0.17...0.18
0.17
What's Changed
- Bridge Authentication logic moved to the openhue-go project by @thibauult in #61
- If set, use the $XDG_CONFIG_HOME env var is set to locate the openhue config directory by @thibauult in #73
Dependencies
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #65
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #62
- Bump golang.org/x/net from 0.27.0 to 0.33.0 by @dependabot in #67
- Bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot in #70
Full Changelog: 0.16...0.17
0.16
What's Changed
- Now using openhue-go as a foundation library by @thibauult in #59
- Bridge Discovery logic moved to openhue-go project by @thibauult in #60
Documentation
- #56 GoReleaser is now documented as a required tool by @thibauult in #58
Security
- Bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in #50
- Bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #51
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #53
- Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #54
- Bump github.com/deepmap/oapi-codegen from 1.16.2 to 1.16.3 by @dependabot in #55
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #57
Full Changelog: 0.15...0.16
0.15
What's Changed
- #44 Set color temperature in Mirek for lights and rooms by @thibauult in #48 (cc. @fabianostermann)
Security
- Bump golang.org/x/net from 0.20.0 to 0.22.0 by @dependabot in #45
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #43
Full Changelog: 0.14...0.15
0.14
What's Changed
- Added the
set roomcommand by @thibauult in #39 - Added the
get scenecommand by @thibauult in #40 - Added the
set scenecommands by @thibauult in #41
Full Changelog: 0.13...0.14
0.13
What's Changed
- [alpha] Added the
get eventscommand by @thibauult in #37 - The
setupcommand now allows the set the bridge IP using the--bridgeflag parameter by @thibauult in #38
Full Changelog: 0.12...0.13