Skip to content

v1.34.3

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 18:33
· 19 commits to main since this release

Lerd 1.34.3

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

Bug Fixes

  • 20b6b94 fix(install): stop a progress view from swallowing the answer to the next question
  • 0b7ff31 fix: keep a repainted line inside the terminal, and keep watching it

Other

  • 9631ef3 refactor: drop the step runner nothing has used since April
  • b6322aa refactor: name the terminal watcher for the keys it acts on
  • 13df313 release: v1.34.3

Full Changelog: v1.34.2...v1.34.3