Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Releases: lonelam/subconverter-rs

v0.2.33

07 May 16:59

Choose a tag to compare

What's Changed

  • Add Gist upload functionality and update dependencies by @lonelam in #26
  • Added support for the rquickjs JavaScript runtime, enabling advanced filter script evaluations. by @lonelam in #28
  • Enhance VMess link parsing and logging by @lonelam in #29
  • Update VmessProxy struct to clarify alterId requirement by @lonelam in #30
  • Enhance JavaScript runtime support and build configuration by @lonelam in #31

Full Changelog: v0.2.28...v0.2.33

v0.2.28

28 Apr 15:28

Choose a tag to compare

What's Changed

  • Refactor URL normalization in GET request handler to specify string t… by @lonelam in #24
  • Enhance RegexMatchConfig with compiled rule support by @lonelam in #25

加速一下。

Full Changelog: v0.2.26...v0.2.28

v0.2.26

27 Apr 01:15

Choose a tag to compare

What's Changed

  • Remove RUSTFLAGS from build steps in GitHub Actions workflows by @lonelam in #20
  • Changed the target for the armv7 and aarch64 architectures in both dev-build.yml and release.yml to use musl instead of gnu, enhancing compatibility for static linking. by @lonelam in #21
  • Add support for loongarch64 and riscv64 architectures in release.yml by @lonelam in #22
  • Add request headers support in Subconverter by @lonelam in #23

Full Changelog: v0.2.22...v0.2.26

v0.2.22

26 Apr 19:25

Choose a tag to compare

What's Changed

  • Added awc as the HTTP client dependency, replacing reqwest. by @lonelam in #18
  • Remove openssl and use rustls to prevent openssl failure for building with awc by @lonelam in #19

Full Changelog: v0.2.20...v0.2.22

v0.2.20

25 Apr 03:02

Choose a tag to compare

What's Changed

  • Refactor imports and enhance Base64 decoding error handling by @lonelam in #14
  • Remove tasks as yaml field to make sure the yml parsing compatible with the default one. by @lonelam in #16
  • Update Base64 decoding and enhance emoji removal functionality by @lonelam in #17

Full Changelog: v0.2.17...v0.2.20

Dev Build 64d14a3

25 Apr 04:47

Choose a tag to compare

Dev Build 64d14a3 Pre-release
Pre-release
dev-64d14a3

Update subconverter-wasm dependency to 0.2.20

v0.2.17

20 Apr 19:54

Choose a tag to compare

What's Changed

  • Update Dockerfile to use a version range for cargo and switch base im… by @lonelam in #5
  • Replace the docker base image from the beta version to the stable version by @Jonnyan404 in #6
  • features: 优化Netlify持久化存储机制/新增webapp初始化页面/README说明新增telegram频道/优化翻译 by @lonelam in #8
  • feat: 翻译优化/Merge Request之后自动触发github action进行版本更新。 by @lonelam in #9
  • Add Node.js setup and pnpm installation to auto-patch-release workflow by @lonelam in #10
  • Comment out the WASM release workflow trigger in auto-patch-release.y… by @lonelam in #11
  • Add retry logic for pnpm installation in WASM release workflow by @lonelam in #12
  • Refactor parameter parsing in POST request handler by @lonelam in #13

Full Changelog: v0.2.13...v0.2.17

v0.2.13

20 Apr 06:14
957fbda

Choose a tag to compare

感谢 @Jonnyan404 贡献,现在release会同步发布Docker Image 到github和docker hub。

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.13

v0.2.12

17 Apr 17:21
d2fc5ae

Choose a tag to compare

Prepare release 0.2.12 (attempt 1)

v0.1.8

06 Apr 08:28
f89cb34

Choose a tag to compare

Remove extra_servers.txt configuration file and update sub_handler fu…