Releases: rszyma/kanata-tray
Releases · rszyma/kanata-tray
v0.6.0
New features:
- allow customizing status icons (default, paused, crashed, reload) - #49
- allow using relative paths to access files in kanata-tray config dir - #47
- add
extra_args
option - #43
Other:
- added
packages
output to flake.nix - so now you can install via nix with flakes
Full changelog: v0.5.2...v0.6.0
v0.5.2
Added KANATA_TRAY_LOG_DIR
env var
v0.5.1
fix panic in layer icons fixes #36
v0.5.0
feat: add "Show logs" button (#35) Previously, with Windows binaries it wasn't possible to see kanata-tray logs, unless recompiled without -H=windowsgui ldflag. Now, we also output logs to a file, so it's not a problem anymore. closes #20
v0.4.1
v0.4.0
New features:
- blink icon on kanata config reload (#26)
- add
KANATA_TRAY_CONFIG_DIR
env variable to customize config location (#25)
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Remove tray title (#22) - Icon and tooltip should be sufficient - Fixes #21
v0.3.1
ci fix attempt 2