Skip to content

Releases: danish-fareed/devpad

Devpad v0.3.1-alpha

23 Mar 22:16

Choose a tag to compare

Devpad v0.3.1-alpha Pre-release
Pre-release

[0.3.1] - 2026-03-24

Added

  • Python environment management in-app, including detection details and launcher integration for Python-based workflows.
  • New launcher runtime modules for command preparation, probing, cache handling, and runtime-specific execution paths.
  • UI support for Python environment visibility and command interactions from the command dashboard.

Changed

  • Consolidated process and terminal launch plumbing to improve command execution reliability across project contexts.
  • Updated project and command discovery wiring to better resolve runtime metadata and scoped execution behavior.
  • Removed npm lockfile and standardized dependency lock updates for the current Bun and Cargo workflow.

Fixed

  • Fixed invalid cwd override handling by passing project root to varlock run.
  • Fixed process launch error formatting for clearer runtime diagnostics.

Commits Catalog (latest)

  • feat(python-env): add Python environment detection and launcher support
  • fix: pass project root instead of node path to varlockRun to prevent invalid cwd override errors
  • fix: format process launch errors correctly

Devpad v0.3.0-alpha

18 Mar 15:44

Choose a tag to compare

Devpad v0.3.0-alpha Pre-release
Pre-release

[0.3.0] - 2026-03-18

Added

  • GitHub clone onboarding in Project Intel to streamline first-time repository setup.
  • Runtime vault resolution path for production migration and command execution hardening.
  • Vault variable sharing flows and auto-lock behavior for stronger session safety.

Changed

  • Stabilized scoped command discovery and execution handling across projects.
  • Refined app layouts and refreshed UI components for better navigation and consistency.
  • Improved variable modal behavior and utility layer ergonomics in the frontend.

Commits Catalog (Mar 18, 2026)

  • feat(project-intel): add GitHub clone onboarding and stabilize scoped commands
  • feat(varlock): ship production migration and runtime vault resolution
  • feat: Implement Vault auto-lock, variable sharing, and refine app layouts
  • feat: Refresh UI components, add variable modal, and improve utilities"

Devpad v0.2.0-alpha

17 Mar 19:50

Choose a tag to compare

Devpad v0.2.0-alpha Pre-release
Pre-release

[0.2.0] - 2026-03-18

Added

  • Native OS terminal attachment feature. Opens user's OS terminal (Windows Terminal, PowerShell, CMD, macOS Terminal, Linux variants) at the project directory.
  • Deep integration with Tauri commands (open_terminal_at, attach_to_process, run_in_terminal, open_in_editor, open_in_explorer).
  • CommandCard now features an interactive "Run in Terminal" action and a log viewer.
  • Real-time environment variable loading and validation for command execution.

Changed

  • Extensive UI layout overhaul, refining the sidebar appearance and app branding.
  • Renamed display names to be uniform across the components (e.g. AppLayout, DashboardPage).
  • Updated app-wide branding, applying custom SVGs and custom fonts correctly locally.
  • Version bump to 0.2.0 reflecting significant layout, structure, and backend API enhancements.

Fixed

  • Fixed nested button HTML warnings inside the project lists.
  • Fixed layout overflows in specific responsive layouts, guaranteeing scrolling contexts within main dashboard panels.
image image

v0.1.0-alpha (Devpad Release)

15 Mar 14:03

Choose a tag to compare

Pre-release

Initial Alpha release of Devpad.