Skip to content

Releases: xin2017338/lynx-proxy

0.8.10 - 2026-07-21

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

v0.8.9

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:07

Install lynx-cli 0.8.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.9/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.9/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.9

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

0.8.8 - 2026-07-15

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:12

Release Notes

♻️ Refactor

  • (cli) Soft-only update reminder: print new version banner with releases URL, no interactive [y/N] install prompt

Install lynx-cli 0.8.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.8/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.8/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.8

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

0.8.7 - 2026-07-15

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:29

Release Notes

🐛 Bug Fixes

  • (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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.7/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.7

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

0.8.6 - 2026-06-29

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:12

Release Notes

🚀 Features

  • (daemon) Support custom restart params and hide PID/uptime on stopped status

Install lynx-cli 0.8.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.6/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.6/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.6

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

0.8.5 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 26 Jun 06:44

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

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

0.8.3 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 26 Jun 02:38

Release Notes

🚀 Features

  • (cli) Auto-check for new version on every command; interactive update prompt when newer release is available
  • (cli) Use lynx-cli-update (cargo-dist updater) when updating

Install lynx-cli 0.8.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.3/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.3/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.3

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

0.8.2 - 2026-06-25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:11

Release Notes

🐛 Bug Fixes

  • (daemon) Fix lynx start -u -p failing with "invalid type: map, expected a sequence" by making /api/base_info/address a public endpoint
  • (daemon) Show detailed running instance info (PID, port, auth, data dir) when daemon is already running

Install lynx-cli 0.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.2/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.2/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.2

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

0.8.1 - 2026-06-25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:51

Release Notes

🐛 Bug Fixes

  • (daemon) Forward -u/-p auth credentials to the subprocess in daemon mode
  • (storage) Remove unused ConnectType enum and connect_type field from GeneralSetting
  • (docs) Remove stale --connect-type CLI option from README

Install lynx-cli 0.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.1/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.1/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.1

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

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 02:04

Install lynx-cli 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.0/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.0/lynx-cli-installer.ps1 | iex"

Download lynx-cli 0.8.0

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