You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(rules) Add createdAt / updatedAt timestamps to request rules; server stamps on create, update, and toggle
(rules) Rule list default sort by updated time; also supports created time, priority, and forward URL
(rules) Restore drag-to-project when in-list reorder is disabled (Default overview, search, non-priority sort)
🐛 Bug Fixes
(rules) Fix cross-project rule drag being blocked together with list reorder
📝 Notes
(rules)Default 全览 lists rules from all projects. Priority drag-reorder is intentionally disabled in this view because priority is per-project, not global. To adjust priority, open a specific project and use priority sort; dragging rules to the left sidebar to change project still works.
Install lynx-cli 0.8.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.10/lynx-cli-installer.sh | sh
(proxy) Prevent EMFILE (Too many open files) under high concurrency by reusing RequestClient, caching hot-path settings, skipping rules directory fingerprints on cache hits, and capping concurrent accepts so localhost self-service stays available
🧪 Testing
(proxy) Add EMFILE resilience coverage for shared client reuse and concurrent localhost health checks
Install lynx-cli 0.8.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.7/lynx-cli-installer.sh | sh
(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