What's Changed
Bug Fixes
Cloudflare Tunnel - cloudflared binary not found (#86)
GUI apps on macOS don't inherit the terminal's PATH environment variable, so cloudflared installed via Homebrew wasn't being found.
Fix: Now checks common installation paths:
- PATH via
which/wherecommand /opt/homebrew/bin(macOS Apple Silicon)/usr/local/bin(macOS Intel, Linux)/usr/bin,/snap/bin(Linux)Program Files(Windows)~/.local/bin(user local)
Full Changelog: v0.3.40...v0.3.41