Skip to content

v1.34.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:28
· 39 commits to main since this release
ab7e55e

Lerd 1.34.1

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

Also available through apt (PPA), dnf (COPR) and Homebrew, see the
installation docs.

Install on macOS

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

Or if already installed:

brew upgrade lerd
lerd install

Changelog

Features

  • 9bad988 feat: say what the fallback PHP weighs and spin while it arrives

Bug Fixes

  • 67b0dea fix: bound the fallback PHP download and keep the copy already installed
  • 9bf0d89 fix: give a spawned terminal lerd's own bin directory on PATH
  • 7ec7029 fix: keep a terminal command's shell alive through ctrl+c
  • fe03a7d fix: run a host command with a fuller PHP when the one it names lacks an extension

Other

Full Changelog: v1.34.0...v1.34.1