Skip to content

Releases: shiv122/ddev-ui

DDevUI v0.2.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 03:52

A small fix release on top of 0.2.3.

Fixes

  • Deleting a stopped project no longer fails. DDEV's default database snapshot needs the project running, so deleting a stopped one aborted with a fatal error. The delete dialog now has a "Take a database snapshot first" option (on by default): keep it and a stopped project is started briefly so its database can be snapshotted, or uncheck it to delete without a snapshot. Broken projects still skip the snapshot.

Install or update

  • Homebrew (recommended): brew upgrade --cask ddevui
  • Or download the installer for your platform from the assets below.

DDevUI v0.2.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:09

DDevUI 0.2.3 focuses on multi-project workflows and getting out of your way when the environment needs a nudge.

Add-ons

  • Redesigned registry. Open an add-on to see exactly which projects already have it, then install it to one or many projects at once, or remove it. No more guessing which project an "Install" button targets.

Connections

  • Reworked the cross-project map into a drag-and-drop canvas. Drag a project in from the sidebar, wire one project to another's service, and connected projects cluster into a group you can select and edit.

Database

  • Open a project's database in an external client (TablePlus, Sequel Ace, DBeaver) straight from the Database tab.

Doctor

  • Start your container runtime (Docker Desktop, OrbStack, Colima, Rancher Desktop) from Doctor when the daemon is not running.
  • Get notified when your DDEV CLI is behind the latest release.

Projects

  • Rename a project safely. DDevUI snapshots the database, recreates the project under the new name, and restores the data.
  • Stop all running projects in one click from the dashboard or the menu bar.

App

  • Optional launch at login, so the menu-bar tray and live project status are always available.
  • The sidebar now shows the DDevUI app version.

Install or update

  • Homebrew (recommended): brew upgrade --cask ddevui
  • Or download the installer for your platform from the assets below.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 13:44

New features and improvements on top of 0.2.0.

Services

  • New per-project Services tab: a detail card for every container (web, db, redis, phpMyAdmin, and more) with status, image, and clickable endpoints (HTTPS and HTTP URLs, plus copyable host:port for databases and caches).
  • Start, stop, and restart individual services from their card, with output streamed live in the operation dock. xhgui is toggled correctly through its DDEV command.
  • Per-service Shell and Logs shortcuts that open those tabs with the container preselected.
  • Inline compose view per service: see the rendered config and edit any docker-compose override.

Onboarding and add-ons

  • Framework-aware recommended services in the New Project wizard. Pick Laravel and it suggests Redis, a queue worker, Cron, and Buggregator; WordPress suggests Redis and phpMyAdmin; Magento 2 suggests OpenSearch, Redis, and RabbitMQ, and so on. Selected ones install automatically after the project starts.
  • New "Add a service" gallery on the Services tab: a categorized, one-click add-on installer (cache, search, queues, storage, database UIs, frontend, dev tooling) that shows what is already installed.

Connections

  • New Connections map: a visual canvas of all your projects and their services. Drag from one project to another project's service to wire them together, and DDevUI injects the host and port into the consumer and restarts it. Select an edge and delete it to unlink.

Fixes

  • The Xdebug toggle now reflects the real runtime state instead of always showing off.

Install

  • macOS (recommended): brew upgrade --cask ddevui or brew install --cask shiv122/tap/ddevui
  • Windows and Linux installers are attached below.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 08:34
DDevUI 0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 05:30
DDevUI 0.1.0