Skip to content

v7.1.66

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:39
· 60 commits to main since this release
ac4017e

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.
  • CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.

What's Changed

  • feat(auto-updater): refactor skip logic and add unit tests for autoUpdateSkipReason by @hkfires in #3795

Full Changelog: v7.1.65...v7.1.66