Skip to content

Releases: dkd-dobberkau/ddev-mngr

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 10:52

Changelog

  • 72fd42d ci: pin goreleaser to v1 to restore homebrew tap sync

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 07:03

Changelog

  • 72fd42d ci: pin goreleaser to v1 to restore homebrew tap sync

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 06:50

Changelog

  • 17ccd6e feat: add open in browser command with 'o' key

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 09:01

Changelog

  • 706010d feat: display HTTPS URLs instead of HTTP

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 08:35

Changelog

  • a8a42e5 feat: add poweroff command to stop all DDEV projects
  • f9003dc feat: add release script for streamlined versioning

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Jan 11:15

Changelog

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 10:09

Changelog

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Jan 10:06

Changelog

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 09:43

Changelog

  • b86a1b6 feat: display project URL for running projects
  • 9df93a7 fix: replace unicode arrows with text for better font compatibility

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 22:38

Changelog

  • 693c012 Add ddev-mngr design document
  • 55a54e1 ci: add GitHub Actions release workflow
  • 12eea8a feat: add Cobra CLI framework
  • 5deff67 feat: add DDEV client with list functionality
  • 60a73d8 feat: add TUI model with styles
  • 9104880 feat: add TUI update logic
  • 5660fd7 feat: add TUI view rendering
  • 79b6c1b feat: add list command
  • f06c45e feat: add start command
  • 35cbfbc feat: add start/stop commands to DDEV client
  • 4f00147 feat: add status command
  • 3edb186 feat: add stop command
  • efe15e1 feat: initialize Go module
  • 2768e56 feat: integrate TUI into root command
  • 8f8c742 fix: correct DDEV start command and add error context
  • 2cf95b2 fix: improve error handling in DDEV client