Releases: stefanwichmann/kelvin
Releases · stefanwichmann/kelvin
v1.3.7
v1.3.6
Changelog
- c48b1a8 Add webinterface files to Docker images
- 0817ce1 Bring back FreeBSD binaries
- a81b355 Deprecate first generation Raspberry Pi and the first Raspberry Pi Zero
- 4226968 Log GOOS and GOARCH in debug mode
- 214c311 Update build status badge
- 598d756 Update last know Hue bridge version
- 2f90dcc go-staticcheck & go fmt
v1.3.5
v1.3.4
Changelog
- ee347ee Clean up github actions
- 164c56e Fix bridge discovery by updating dependencies
- 016f86b Fixed a bug in equalsFloat when maxDiff = 0.
- a764279 Remove Travis CI configuration
- 6647467 Remove old distribution script
- 3261821 Skip arm64 builds for now (as they brake the autoupdate on raspberrypi)
- 5751d74 Update dependencies
- cb44439 go fmt
v1.3.3
Changelog
- d5c8277 Add checkbox for "Enable when lights appear" to gui
- 180815b Add goreleaser
- f871818 Add goreleaser action
- aa4d032 Add linux builds for ARM64 and MIPS
- 77eb545 Create go.yml
- 9f37926 Merge branch 'master' of https://github.com/stefanwichmann/kelvin
- a875e5a Merge pull request #75 from sarangak/go_modules
- fff62bd Merge pull request #76 from sarangak/add_checkbox_to_gui
- 2f166ea Update kelvin.go to fix typo in error message
- b09c298 Update latest know brigde version
- d31df17 Use Go modules
- bee109a go fmt
- 2554bd4 go mod tidy
v1.3.2: Speed limit
- Enable rate limiting for bridge requests - Add flag to disable HTTPS (for TCP connection debugging)
v1.3.1: Fixes
- Update dependencies to enable connection reuse - Improve initialization phase of appearing lights - Updated last known bridge version
v1.3.0: 1000k
- Support wider color temperature range down to 1000k - Support configuration files in YAML format - Wait for bridge connection on startup
v1.2.0: Take it easy
- Switch to a single thread architecture - Greatly reduce the number of calls to the hue bridge (especially with many lights) - Switch geolocation provider (again) - More natural calculation of sunrise and sunset - Improved reliability - Improved logging to ease debugging
v1.1.12: Geolocation
- Change geolocation provider - Update latest known bridge version