Skip to content

v1.29.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:09
c738e93

Lerd 1.29.0

Lerd — Podman-powered local PHP dev environment for Linux & macOS.

Install on Linux

curl -fsSL https://lerd.sh/install.sh | bash

Or if already installed:

lerd update

Install on macOS

brew tap lerd-env/lerd
brew install lerd
lerd install

Or if already installed:

brew upgrade lerd
lerd install

Changelog

Features

  • 41e5328 feat(queries): copy a captured query with its bindings inlined (#925)
  • c588781 feat(tray): add an opt-in high-contrast running icon (#917)

Bug Fixes

  • 80c2bee fix(cli): follow the terminal theme so the accent stops reading as an error (#919)
  • 466efa5 fix(cli): resolve the framework in worktrees so console commands run (#921)
  • af4286d fix(cli): stop lerd check flagging stripe and the host-proxy worker (#927)
  • e7934c1 fix(config): write .lerd.yaml atomically and normalise its output (#924)
  • 89a4eff fix(ui): profile localhost routes over http, not https (#935)
  • 0972da4 fix: bring lerd up cleanly on Fedora Silverblue and other atomic images (#928)
  • 57e595a fix: handle missing certutil on atomic images for browser HTTPS trust (#931)
  • 31ab96c fix: stop sites listing twice on ostree hosts where /home links to /var/home (#932)

Other

Full Changelog: v1.29.0-beta.1...v1.29.0

Thanks to @prabowosd and @geodro for contributing to this release.