Skip to content

Releases: zjy4fun/HotkeyLauncher

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 10 Jun 12:37
Make full sidebar rows clickable

Shortcut rows and the Settings entry highlighted across their full
width but only responded to clicks on the label itself. Drive row
selection with a tap gesture over the row's full content shape, zero
the list row insets so the hit area matches the highlight exactly, and
move the Settings padding inside its clickable area.

Fixes #5

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:06
Fix sidebar row hit area

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:52
410fd1f
- Fix settings layout and persistent sidebar

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 24 May 09:53
Release v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 10 May 16:57
v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 10 May 16:51
v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 10 May 16:50
v1.0.4

v1.0.3

Choose a tag to compare

@zjy4fun zjy4fun released this 10 May 16:40

Changes

  • Add a global "New window when none are visible" setting for all shortcuts.
  • When a target app is already running with no visible regular windows, HotkeyLauncher activates it and sends Command+N.
  • Store global settings in ~/Library/Application Support/HotkeyLauncher/settings.json.

Validation

  • swift build

v1.0.2

Choose a tag to compare

@zjy4fun zjy4fun released this 10 May 10:32

Changes

  • Updated README

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 May 09:35
fix: set explicit window size and minSize to prevent tiny initial window

NSHostingController can override the contentRect with a smaller
intrinsic size. Calling setFrame after setting the contentViewController
forces the intended 900x560 frame, and minSize prevents resizing below
700x400.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>