Skip to content

Releases: jmylchreest/keylightd

v0.0.5

24 May 21:24
3ea54ea

Choose a tag to compare

Changelog

  • 625ce5e feat: add brew tap support
  • ea4f161 fix: James?! I guess I was drunk...
  • 3ea54ea fix: disable flatpak, fixup brews

v0.0.4

24 May 20:33
88503aa

Choose a tag to compare

Changelog

  • 0f6a573 chore: Add additional unit tests
  • 8a8a72c chore: Add context.Context parameter to KeyLightClient methods
  • 241e427 chore: Add error package with standardized handling and logging
  • 65144f5 chore: Add type-safe property value interface for keylight control
  • 38fc856 chore: Move GetLogLevel to utils package to reduce duplication
  • 9016a52 chore: Refactor light manager for better concurrency and readability
  • 186c1a3 chore: Refactor logging into utility functions
  • 85339bb chore: Replace interface{} with any throughout codebase
  • 14c7ae6 chore: attempt a refactor of the github workflow
  • bd6e9b0 chore: attempt a refactor of the github workflow
  • 88f0ad4 chore: clean up to use correct locations!
  • 5604409 chore: correctly pack the zip
  • fa39d0e chore: minor formatting changes
  • 9c0a99f chore: redeuce verbosity
  • 2e6d4e4 chore: reduce logging verbosity
  • 822d4f1 chore: reduce the verbosity of this.
  • df3b6d9 chore: refactor conts/some helper funcs etc.
  • 95239fa ci(deps): bump codecov/codecov-action from 4 to 5
  • 8295f10 ci(deps): bump softprops/action-gh-release from 1 to 2
  • 62dd8fd core: drop cursor files, not used these for a while now
  • a39b6d2 deps(deps): bump the minor-and-patch group with 4 updates
  • 6b5e785 feat: add about preferences & some test coverage
  • cd0fc6b fix: Make gnome-extension shell scripts executable
  • d7bfd99 fix: address concerns regarding:
  • 4e5b8b4 fix: allow groups to be set to a minimum of 0% brightness
  • 3e139e3 fix: bump to goreleaser action @v6, accidental regression
  • 0850d12 fix: fix signal leaks
  • a2696e0 fix: migrate to using typed interface
  • 10d3501 fix: resolve deadlock
  • 4771f56 fix: update some unnecessary functions and imports

v0.0.3

18 May 14:21
3f2356b

Choose a tag to compare

Changelog

  • 90d70b4 chore: download to fixed path for goreleaser
  • 2c7d4a8 chore: ensure dist folder exists
  • 0983285 chore: fix incorrect extra_files definition
  • e740db3 chore: move around some supporting notes
  • 3f2356b chore: trying a different approach to releasing gnome-extension
  • 8ae3616 feat: add github actiron for gnome-extension
  • f638e03 fix: correct location in workflow
  • 5f43d0b fix: correct make all
  • 64d8ee3 fix: fix icons, toggling, state handling... lots
  • 12ddc83 fix: fixup all icons/responsiveness/preferences etc.
  • c42a719 fix: workaround broken ubuntu gnome-extensions segfault

v0.0.2

12 May 21:02
91041be

Choose a tag to compare

Changelog

  • 91041be feat: add support for setitng groups by name or multiple groups at the same time.

v0.0.1

11 May 14:25
a21e5b5

Choose a tag to compare

Changelog

  • a21e5b5 chore: fail if it hits ratelimites etc