Release Notes
🐛 Bug Fixes
- (auth) Allow static assets (JS/CSS/images) to load without authentication so the login page can render properly
- (cert) Fix
cert uninstall failing with "No matching lynxProxy certificate found" when root.pem was regenerated — now removes all lynxProxy certificates from the System Keychain regardless of fingerprint match
⚙️ Miscellaneous Tasks
- (release) Add release skill to
.github/skills/release/ to standardize the release workflow
Install lynx-cli 0.8.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.5/lynx-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.5/lynx-cli-installer.ps1 | iex"
Download lynx-cli 0.8.5