Skip to content

Releases: rszyma/kanata-tray

v0.6.0

24 Jan 03:14
Compare
Choose a tag to compare

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

06 Dec 03:37
5513c63
Compare
Choose a tag to compare

Added KANATA_TRAY_LOG_DIR env var

v0.5.1

12 Nov 15:40
Compare
Choose a tag to compare
fix panic in layer icons

fixes #36

v0.5.0

07 Nov 00:07
0eb9e3f
Compare
Choose a tag to compare
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

13 Oct 13:11
4d74aa6
Compare
Choose a tag to compare
  • added sha256sums file generation to release workflow in CI (#32)

v0.4.0

15 Sep 11:59
Compare
Choose a tag to compare

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

28 May 21:38
5b5444d
Compare
Choose a tag to compare
Remove tray title (#22)

- Icon and tooltip should be sufficient
- Fixes #21

v0.3.1

18 Apr 00:54
Compare
Choose a tag to compare
ci fix attempt 2

v0.3.0

22 Mar 22:17
Compare
Choose a tag to compare

New features

  • First try to read "kanata-tray.toml" from the same directory as kanata-tray executable is located (#12)

Breaking Changes!

  • Renamed configuration file from "config.toml" to "kanata-tray.toml"

v0.2.0

21 Mar 22:48
48ae2a6
Compare
Choose a tag to compare

New features:

  • allow running multiple kanata instances concurrently (#13)

Breaking changes!

Contains multiple breaking changes in configuration file since v0.1.0
Migration guide: delete old config.toml, and re-read README.md