Release Notes
🚀 Features
- (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
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.10/lynx-cli-installer.ps1 | iex"
Download lynx-cli 0.8.10