Releases: BitPonyLLC/huekeys
Releases · BitPonyLLC/huekeys
v0.5.10
v0.5.9
create appsdir; add simple "test"; protect unexpected client close
v0.5.8
make desktop friendly (#21) * extract desktop description file and icon * add autostart config option * symlink instead of copy autostart cfg
v0.5.7
Merge branch 'main' of github.com:BitPonyLLC/huekeys
v0.5.5
typo
v0.5.4
Add option to keep color and/or brightness values set (#17) * add monitor option to periodically ensure color and/or brightness values are correct * update docs and add monitor option
v0.5.3
Better permissions request (#16) * add more app metadata fields * add pkexec policy template * add command logger * embed and write pkexec policy config when run as root * add option to delay menu request for permission and pass desktop env as cmdline flag and add out/err logging * add missing docs
v0.5.2
add req field for discord notification
v0.5.1
do not pass config unless one is in use: fixes #14
v0.5.0
add restart (#13) * no need to pass env to sudo ; use pkexec when not launched by terminal * let desktop pattern define env vars to pass along * add --config and use it to point viper at correct file instead of setting home * allow only one menu process running * let menu listen for hup to accept new restart request * move pidpaths under menu/wait and make them consistent and only set once