v1.31.0
Lerd 1.31.0
Lerd — Podman-powered local PHP dev environment for Linux & macOS.
Install on Linux
curl -fsSL https://lerd.sh/install.sh | bashOr if already installed:
lerd updateInstall on macOS
brew tap lerd-env/lerd
brew install lerd
lerd installOr if already installed:
brew upgrade lerd
lerd installChangelog
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
- ada4bf7 release: v1.31.0 (#1231)
- a093925 test(dns): stop the debounce burst test racing the scheduler (#1209)
Full Changelog: v1.31.0-beta.2...v1.31.0
Thanks to @prabowosd, @JoeJoeflyn, @raven-pierce and @erhanurgun for the contributions in this release.