Skip to content

ShuttleX v1.11.2

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:50

Fixed

  • Opening Settings still crashed in 1.11.1. The cause was KeyboardShortcuts.Recorder, whose Bundle.module can't be resolved in a hand-built, code-signed .app (its accessor only looks next to the executable or at a baked build path — and a resource bundle at the app root can't be signed). Replaced it with a small custom recorder that uses only the package's core API and never touches Bundle.module.