Skip to content

v1.31.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:44
· 634 commits to main since this release
ada4bf7

Lerd 1.31.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

  • e0bf7d8 feat(share): serve a site on your own Cloudflare base domain (#1216)
  • 5b0e5e8 feat(ui): update host tools from the dashboard (#1212)
  • d0f6f10 feat(workers): serve a dev server on the site's own domain (#1218)

Bug Fixes

  • 527ece7 fix(macos): close the gaps between a terminal and the launchd daemons (#1214)
  • 7e9ee2e fix(share): reach the ngrok container's proxy on macOS, and stop the site domain leaking through tunnels (#1228)
  • 535e8da fix(share): serve every tunnel through the local proxy, and let ngrok run from its image (#1225)
  • b3cb161 fix(ui): keep the worktree base branch picker on the branch you choose (#1227)
  • 02ee5ec fix(ui): let a store-declared engine reach the Databases tab (#1220)
  • e4b29c3 fix: encode every value that reaches the generated dev server config (#1223)

Other

Full Changelog: v1.31.0-beta.2...v1.31.0

Thanks to @prabowosd, @JoeJoeflyn, @raven-pierce and @erhanurgun for the contributions in this release.