Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:19
· 77 commits to main since this release

v1.2.3

Bug fixes for launched-from-Finder process spawning and dark-mode UI.

Fixes

  • Processes now find your tools when launched from Finder. Apps started
    outside a terminal inherited a minimal PATH, so commands like npm failed
    with "command not found" even when installed. JumpStart now resolves your real
    login-shell PATH (homebrew, nvm, asdf, etc.) and injects it into every
    process it spawns, matching how commands run in your terminal.
  • Readable announcement and update banners in dark mode. The bottom-right
    announcement card and the update banner referenced undefined color tokens and
    fell back to a white background, rendering near-white text unreadable in dark
    mode. They now use the themed surface and text colors in both light and dark.

Downloads

Platform Asset
macOS (universal) jumpstart_v1.2.3_macos-universal.zip
Windows (x64) jumpstart_v1.2.3_windows-amd64.zip
Linux (x64) jumpstart_v1.2.3_linux-amd64.tar.gz

Upgrade notes

  • Existing 1.2.x users will see the in-app update banner and can update without
    a manual download.
  • macOS builds remain ad-hoc signed but not notarized; first launch still needs
    a one-time System Settings → Privacy & Security → Open Anyway approval.

Full Changelog: v1.2.2...v1.2.3