Jaadedesktop app
shipping log · updated weekly

What we shipped,week by week.

Every release that earned a version number. Tagged, signed, notarized — and explained in plain English.

Latestv0.42.0Split-pane terminals, customizable quick-commit actions, run-history polish.Read entry →

v0.42.0

release·12 commits · 8dPermalink

Split-pane terminals, custom quick-commit actions.

Two huge quality-of-life wins this release: split-pane terminals so a single session can hold its build, its test watcher, and its scratchpad — and configurable quick-commit actions in Git settings so your most-used commit recipes are one click away.

// previewSplit-pane in a single tab — drag to resize, ⌘D to split.
~/code/jaade · pane 1
$ pnpm dev
▲ Next.js 15 ready in 3.2s
○ Compiling /
✓ Compiled in 1.8s
○ Watching for changes…
$
~/code/jaade · pane 2
$ pnpm vitest --watch
✓ test/queue.spec.ts (7)
✓ test/router.spec.ts (12)
✓ test/scheduler.spec.ts (5)
24 tests passed · 0.3s · watching for changes
  • NewterminalsSplit-pane terminals. ⌘D splits horizontally, ⌘⇧D vertically. Resize by drag.
  • NewgitQuick-commit actions in Git settings are now fully configurable per-workspace.#1248
  • Newscheduled-tasksRun-history row selection fades when you click away (instead of vanishing).
  • Fixedscheduled-tasksSuppress focus outline on run-history rows after pointer-driven selection.
  • PolishiconRefreshed app icon SVG — slightly bolder J, cleaner cap radius.
  • FasterTerminal scrollback search 2.4× faster on long buffers (WebGL renderer fix).

v0.41.0

release·9 commits · 6dPermalink

Mini-apps host: sandboxed React experiments, inside the shell.

Drop a folder under ~/.jaade/mini-apps and Jaade will load it as a sandboxed React component you can pin next to a session. Scaffolds via the /scaffold-mini-app slash command.

// chipPin a mini-app next to any session.
token-burn
mini-app · ~/.jaade/mini-apps/token-burn
pinned
Today
184k
Week
1.2M
Spend
$8.40
  • Newmini-appsHost sandboxed React mini-apps inside the workbench.#1201#1208
  • NewskillsNew slash command: /scaffold-mini-app spins up a typed template.
  • Fixedfile-viewerMarkdown preview pane no longer drops the scroll position on re-render.
  • PolishshellRight sidebar now remembers which tab was last active per-workspace.

v0.40.3

patch·2 commits · same dayPermalink

Patch: crash on rename, blame view leak.

Two crash fixes worth a fast-follow patch.

  • FixedfilesCrash when renaming a file via the explorer while a viewer was open.
  • FixedgitBlame view leaked decorations after the editor was closed (memory regression in 0.40.0).

v0.40.0

release·21 commits · 14dPermalink

Skills v2 — browser, pinning, signed TOML.

Skills now have their own browser surface with categories and search, you can pin favorites to the dashboard, and the manifest format has moved from JSON to signed TOML.

// breakingSkill manifest format moved from JSON to signed TOML.
"name": "tdd-loop",
"version": "0.3.1",
"tools": ["read_file", "write_file", "run_command"]
"schema": "skill@1"
+name = "tdd-loop"
+version = "0.4.0"
+tools = ["read_file", "write_file", "run_command"]
+
+[signature]
+key = "ed25519:e8…7c"
+sig = "MEUCIQ…"
  • NewskillsSkills library browser with category filters and search.#1142
  • NewskillsPin skills to the home dashboard for one-click test-runs.
  • BreakingskillsSkill manifests are now skill.toml with a required signature block. Run jaade skill migrate to upgrade existing skills.
  • Newplugin-sdkPlugin SDK 0.4 — typed event bus, request scopes, and a test harness.

v0.39.0

release·33 commits · 19dPermalink

Inline diff viewer, blame, and PR file diffs.

The Git workflow you've been waiting for. Inline + split diffs, hover-to-blame, and pull a PR by number to review its files without leaving the shell.

  • NewgitInline + split diff viewer with syntax-aware hunks.
  • NewgitHover any line for git blame (commit + author + date).
  • NewgitPR file diff viewer — pull a PR by number, review its files inside Jaade.
  • Fastergitgit status now runs against a watched fsevents stream rather than polling.

v0.38.0

releasePermalink

Public preview.

The first public build. Terminals, sessions, file explorer, schedules, plugins & skills, work summary. Free for personal repos.

  • NewcoreInitial public preview.
6 of 28 shown · jumping back to v0.10
// stay in the loop

One email per release.
No marketing, just diffs.

Subscribe to get the changelog in your inbox the same morning each build is signed and notarized. About once every 10 days.

One-click unsubscribePrefer RSS? /feed.xml