Releases: frappe/bench
Releases · frappe/bench
v5.15.0
v5.14.4
v5.14.3
What's Changed
- fix: bad URL in raw.githubusercontent.com to get App dependencies by @FHenry in #1363
- fix: use ref param instead of branch for get_required_deps (GitHub contents API) by @FHenry in #1362
- fix: parsing error in sudoers file by @rtdany10 in #1364
New Contributors
Full Changelog: v5.14.2...v5.14.3
v5.14.2
v5.14.1
v5.14.0
v5.13.4
v5.13.3
5.13.3 (2022-08-02)
Bug Fixes
- Fetch env python if exists before returning fallback (e5fa4df)
- Pass abs path from get_env_cmd (10473b6)
- Pass cwd for cmd subprocess execution (01b7759)
- Remove frappe cmd caching in .bench.cmd (f773529)
- Use hardcoded python3 env cmd for Bench.python (c9c6bf4)
- Use python* to match any pattern in env (24b9af6)
- Use venv module instead of virtualenv (f60c2d0)
- utils: Strip * from cmd via get_env_cmd (6ae1997)