Skip to content

Releases: reidprichard/window_tools

v0.1.4

06 May 15:48
Compare
Choose a tag to compare

Fixes crash in #7.

v0.1.3

26 Feb 15:24
Compare
Choose a tag to compare

Fixes #2:

  • kanata_helper_daemon: Multiline comments in Kanata config were not properly parsed
  • kanata_helper_daemon: Kanata TCP message could overflow the buffer and cause a crash

v0.1.2

24 Feb 19:21
Compare
Choose a tag to compare

Lots of upgrades and tweaks!

  • Added --version command to both binaries (facilitated by switching to building with CMake)
  • Added icon to binaries
  • Cleaned up a lot of behind-the-scenes string parsing logic
  • Added --show command to window_manager to create a messagebox listing saved windows. Useful if you have a lot of saved windows and forget which is which (e.g., I have +<1-9> bound to activating saved windows and + + <1-9> bound to saving them). It's just an ugly messagebox for now but it does the trick.

v0.1.1

21 Feb 15:52
Compare
Choose a tag to compare

Fixed a bug that interfered with layer switching when --config-file wasn't passed.
Added shortened versions of the command line arguments (see ./kanata_helper_daemon.exe --help).

v0.1.0

20 Feb 22:30
a7aaf9c
Compare
Choose a tag to compare

Initial release. I'd love any feedback!

  • kanata_helper_daemon.exe is the daemon that interacts with Kanata to change layers on a per-application basis
  • window_manager.exe is the tool that allows you to save windows and refocus them later

The two programs are completely independent of one another, though window_manager integrates nicely with Kanata.