Skip to content

v1.2.4

Choose a tag to compare

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

v1.2.4

Colored process logs, plus new legal pages on the site.

Highlights

  • Colored terminal logs. Process log panels now parse ANSI color and bold
    escape sequences, so output from dev servers and CLIs (Vite, npm, test
    runners, etc.) renders in color instead of showing raw escape codes as
    garbage. Supports the standard 8 colors, bright variants, bold, and reset.
  • Privacy Policy and Terms of Use. The landing site now has proper legal
    pages, linked from the footer. They reflect JumpStart's local-first design,
    explain the website analytics (GA4, Microsoft Clarity, Vercel), and state
    plainly that data is never sold, only studied to improve the product.

What's new and internals

  • New ANSI SGR parser (frontend/src/ansi.js) wired into the log panel; each
    line is split into styled segments instead of a raw string.
  • Landing site: hash-routed #/privacy and #/terms pages with a shared
    layout and themed styling; footer Legal links now point to them, and a
    FoundrList verification badge was added to the footer.
  • Expanded landing-page documentation and added marketing assets and social
    media guides to the repo.

Downloads

Platform Asset
macOS (universal) jumpstart_v1.2.4_macos-universal.zip
Windows (x64) jumpstart_v1.2.4_windows-amd64.zip
Linux (x64) jumpstart_v1.2.4_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.3...v1.2.4