Skip to content

Releases: rszyma/kanata-tray

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

v0.1.0

09 Feb 17:18
Compare
Choose a tag to compare

Initial release.

Adds features:

  • Tray icon with buttons for starting/stopping kanata
  • Easy switching between multiple kanata configurations and versions.
  • Customizable displayed tray icon when kanata changes layers.
  • Works out-of-the box with no configuration, but can be configured with toml file.