Skip to content

0.8.10 - 2026-07-21

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:11

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

File Platform Checksum
lynx-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lynx-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
lynx-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum