Skip to content

v2.0.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 19:24
· 33 commits to 14b5beda829bf703183b792350b4946bb0bee6a0 since this release
  • When an app is toggled up, it retains its original screen (fixes #64).
  • Reworked how windows are tracked and attached to, should fix a lot of "Main window handle not available yet"-issues.
  • Added support for multiple configuration file locations (see docs for more info).
  • Moved default log location to temp directory.
  • Added "Open logs" button to tray icon.
  • Added "HideOnFocusLost", which controls whether an app should be toggled out if another app gains focus.

Globally, for all apps:

{
  "HideOnFocusLost": true | false
}

Or per app:

{
  "Apps": [
    {
      "Name": "Terminal",
      "HideOnFocusLost": true | false
    },
    ...
  ]
}