# Paneflow v0.7.4

- Released: 2026-06-29T16:33:52Z
- URL: https://paneflow.dev/releases/v0.7.4
- GitHub: https://github.com/ArthurDEV44/paneflow/releases/tag/v0.7.4
- Previous release: v0.7.3

## Release notes

Highlights

Build reusable workspace templates directly from Settings. Templates can define a project path, layout preset, panes, agents, shell commands, optional pane labels, cwd overrides, env, and prompt prefill, then launch through the same workspace.up path used by the CLI.
Run a saved workflow from an already-open matching workspace via the workspace context menu. Pane launches reuse the open project, respect the pane limit, preserve focus, and schedule commands or prompts after PTY startup.
Settings is tighter and easier to scan. The Terminal page now keeps the primary controls: cursor shape, bell, font family, and font size. Advanced terminal knobs remain supported in paneflow.json.
Native chrome and tab polish: Windows and macOS material stays unobscured, Linux keeps its readability veil, and the CLI new-tab affordance now sits directly with the tab chips.

Install
See the Installation section in the README.
Validation

Local checks: cargo check --workspace, cargo fmt --check, cargo clippy --workspace -- -D warnings, cargo test --workspace.
Release CI: release.yml run 28385390002 passed.
Release assets: 32 assets published, covering Linux x86_64/aarch64 AppImage, .deb, .rpm, .tar.gz; macOS Apple Silicon .dmg; Windows x64 .msi; plus minisign and SHA-256 sidecars.

Full Changelog
Features

f01fa4bf feat(settings): add workspace template builder - adds a visual Workspaces settings page for reusable workspace templates backed by commands[].workspace, including layout presets, pane definitions, agent/command/shell pane types, project path picking, duplication, deletion, and launch plumbing.
81cec6a9 feat(settings): refine workspace workflow controls - adds the workspace context-menu Run Workflow action for matching saved templates, launches templates into existing workspaces, improves pane deletion and workflow button treatment, and aligns the main-vertical layout split to an even center split.

Fixes And Polish

f41d509e fix(app): keep native chrome material unobscured - keeps Windows and macOS chrome transparent so platform-owned Mica/AppKit material remains visible, while Linux keeps the theme-aware blur veil.
043e975d style(app): align CLI new-tab button with tabs - moves the new terminal tab affordance out of the action cluster and places it directly after the tab chips with the same tab-strip sizing.
aa7bf7cf refactor(settings): simplify terminal settings page - reduces the Terminal settings UI to the core controls and leaves advanced settings available through config.

Maintenance

5f7ec259 chore(mcp): normalize tool schema EOFs - normalizes MCP tool schema file endings.
b956425f chore(release): bump version to v0.7.4 - updates the workspace package version, lockfile package versions, and Debian changelog.

Compare: v0.7.3...v0.7.4
