Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Releases: borfei/keylight

1.0.4

30 May 14:37
Compare
Choose a tag to compare

This is a major release, with new subprojects, and new features!

Changelogs

What's new

  • Sessions are divided into subprojects:
  • keylight-tty: Removed sessions & instead focus on using exported hardware hierarchy in filesystem
  • keylight-x11: Use Xlib to interact with the keyboard's LED indicators and integrate well with keybindings.
  • main: Now a branch for package build scripts.

1.0.3

14 Mar 15:18
Compare
Choose a tag to compare

This is a major release, containing bugfixes, new features, and more!

Changelogs

What's new

  • Introduce session types for non-X11 sessions
  • Detect if X11 is running, otherwise it will use the echo redirection method
  • Detect if user has root privileges when using the echo redirection method
  • Use getopts instead of raw argument parsing (leading to revamped arguments & options)
  • Re-vamped arguments & options (e.g --redir now being -s tty)

Bugfixes

  • Fixed where if DEVICE_BRIGHTNESS_STATE is greater than 0, the values printed in verbose logging came from nowhere.

1.0.2

12 Mar 15:43
Compare
Choose a tag to compare

This is a major release, containing bugfixes, new features, and more!

Changelogs

What's new

  • Re-designed the way it calls corresponding commands for each session
  • Improvement of TTY/Wayland support, by using --redir

1.0.1

23 Feb 10:40
Compare
Choose a tag to compare

This is a patch release, only some less useful feature and bugs were implemented and fixed.

Changelogs

What's new

  • -v now redirects to --verbose (3ed405)
  • Detect if X11 is running (22d5b59)
  • Limit incremental path count to 100 (7fc1f16)

Fixes

  • Program does not exit if LED path was never found (c866514)

1.0.0

23 Feb 09:35
Compare
Choose a tag to compare
v1.0.0

feat: Changes