Skip to content

Commit a0aae24

Browse files
authored
New version: Watfaq.ClashRS version 0.8.2 (microsoft#279385)
1 parent 3786373 commit a0aae24

File tree

4 files changed

+123
-0
lines changed

4 files changed

+123
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Watfaq.ClashRS
5+
PackageVersion: 0.8.2
6+
InstallerType: portable
7+
Commands:
8+
- clash
9+
ReleaseDate: 2025-07-31
10+
Installers:
11+
- Architecture: x86
12+
InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.8.2/clash-i686-pc-windows-msvc.exe
13+
InstallerSha256: 3CF44431FC45766A8830405B08B5760F1E165593D9FD779C4E44F8FDC3BCAEE0
14+
Dependencies:
15+
PackageDependencies:
16+
- PackageIdentifier: Microsoft.VCRedist.2015+.x86
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.8.2/clash-x86_64-pc-windows-msvc.exe
19+
InstallerSha256: 4DA72017D36290F8623CF73A6FACD9E51014F41134BF29F5D6CFD7B80E841920
20+
Dependencies:
21+
PackageDependencies:
22+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
23+
- Architecture: arm64
24+
InstallerUrl: https://github.com/Watfaq/clash-rs/releases/download/v0.8.2/clash-aarch64-pc-windows-msvc.exe
25+
InstallerSha256: 6798AFF8A1BDFCFDC6B25B73C93F041D6472A6C4AE49619F4B49C167BA119A6D
26+
Dependencies:
27+
PackageDependencies:
28+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
29+
ManifestType: installer
30+
ManifestVersion: 1.10.0
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Watfaq.ClashRS
5+
PackageVersion: 0.8.2
6+
PackageLocale: en-US
7+
Publisher: Watfaq Technologies Pty Ltd
8+
PublisherUrl: https://github.com/Watfaq
9+
PublisherSupportUrl: https://github.com/Watfaq/clash-rs/issues
10+
Author: Watfaq Technologies Pty Ltd
11+
PackageName: ClashRS
12+
PackageUrl: https://github.com/Watfaq/clash-rs
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/Watfaq/clash-rs/blob/HEAD/LICENSE
15+
ShortDescription: A custom protocol, rule based network proxy software.
16+
Moniker: clash-rs
17+
Tags:
18+
- clash
19+
- network
20+
- proxy
21+
- vpn
22+
ReleaseNotes: |-
23+
🚀 Features
24+
- Add urltest support for outbound groups with optional url field (#843) by @ibigbug
25+
- (tun) Support ipv6 on tun inbound (#851) by @ibigbug
26+
- Adding dual stack (#863) by @spongebob888
27+
- (redir) Redir proxy implementation (#870) by @spongebob888
28+
- Add OpenTelemetry observability and DNS client optimizations (#866) by @ibigbug
29+
- (proxy) Apply proxy for downloading datasets (#881) by @ibigbug
30+
🐛 Bug Fixes
31+
- (proxy) Added family hint for new_udp_socket (#862) by @ibigbug
32+
- Ipv6 not effective for redir/tproxy (#874) by @spongebob888
33+
- (tproxy) UDP failed on GSO (#882) by @spongebob888
34+
- (tproxy) Limiting buf to used len (#883) by @spongebob888
35+
- (fallback-filter) Geoip-code failed to match (#885) by @JimmyHuang454
36+
⚡ Performance
37+
- Don't download mmdb and geosite on startup when not provide (#877) by @ibigbug
38+
🛠️ Builds
39+
- Replace ring with aws-lc-rs (#829) by @ibigbug
40+
- (deps) Bump crate-ci/typos from 1.33.1 to 1.34.0 in the actions-dependencies group (#846) by @dependabot[bot]
41+
- (deps) Upgrade a few deps (#849) by @ibigbug
42+
- (deps) Bump the rust-dependencies group across 1 directory with 3 updates (#850) by @dependabot[bot]
43+
- (deps) Bump ring from 0.17.8 to 0.17.14 (#854) by @dependabot[bot]
44+
- Upgrade toolchain to 2025-06-30 (#855) by @ibigbug
45+
- (deps) Bump the rust-dependencies group with 7 updates (#857) by @dependabot[bot]
46+
- (deps) Bump the rust-dependencies group across 1 directory with 3 updates (#860) by @dependabot[bot]
47+
- (deps) Bump the rust-dependencies group with 5 updates (#872) by @dependabot[bot]
48+
- (deps) Bump async-process to 2.4.0 (#875) by @peeweep
49+
- Make tracing optional (#876) by @ibigbug
50+
- (deps) Bump the rust-dependencies group with 6 updates (#884) by @dependabot[bot]
51+
⚙️ Miscellaneous Tasks
52+
- Bump shadowquic version (#853) by @spongebob888
53+
- Bump shadowquic version (#856) by @spongebob888
54+
- Loosen shadowquic version constraint (#873) by @spongebob888
55+
Other
56+
- Adding dual stack for tunnel (#869)
57+
feat(tunnel): adding dual stack by @spongebob888
58+
- Bump v0.8.2 by @ibigbug
59+
New Contributors ❤️
60+
- @JimmyHuang454 made their first contribution in #885
61+
Full Changelog: https://github.com/Watfaq/clash-rs/compare/v0.8.1...v0.8.2
62+
ReleaseNotesUrl: https://github.com/Watfaq/clash-rs/releases/tag/v0.8.2
63+
Documentations:
64+
- DocumentLabel: User Manual
65+
DocumentUrl: https://watfaq.gitbook.io/clashrs-user-manual
66+
ManifestType: defaultLocale
67+
ManifestVersion: 1.10.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Watfaq.ClashRS
5+
PackageVersion: 0.8.2
6+
PackageLocale: zh-CN
7+
ShortDescription: 一款自定义协议的基于规则的网络代理软件。
8+
Tags:
9+
- clash
10+
- vpn
11+
- 代理
12+
- 网络
13+
ReleaseNotesUrl: https://github.com/Watfaq/clash-rs/releases/tag/v0.8.2
14+
Documentations:
15+
- DocumentLabel: 用户手册
16+
DocumentUrl: https://watfaq.gitbook.io/clashrs-user-manual
17+
ManifestType: locale
18+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Watfaq.ClashRS
5+
PackageVersion: 0.8.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)