Skip to content

Commit 2f710ea

Browse files
authored
New version: docmirror.dev-sidecar version 2.0.1 (microsoft#358629)
1 parent 3a6296a commit 2f710ea

4 files changed

Lines changed: 98 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: docmirror.dev-sidecar
5+
PackageVersion: 2.0.1
6+
InstallerType: nullsoft
7+
Scope: machine
8+
InstallerSwitches:
9+
Upgrade: --updated
10+
UpgradeBehavior: install
11+
ProductCode: b54923aa-fda9-5ff9-bb60-46d74e93ec70
12+
ReleaseDate: 2026-04-12
13+
Installers:
14+
- Architecture: x86
15+
InstallerUrl: https://github.com/docmirror/dev-sidecar/releases/download/v2.0.1/DevSidecar-2.0.1-windows-ia32.exe
16+
InstallerSha256: E4872730C8062CE345C50A80B5C2BE39656A510927DAB0D0DB6E5E7B1051542E
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/docmirror/dev-sidecar/releases/download/v2.0.1/DevSidecar-2.0.1-windows-x86_64.exe
19+
InstallerSha256: A33ADA8A0A4B8C1023D6F7C9C5A42B7B592A44A578A505741860D9AFDCF1CC87
20+
- Architecture: arm64
21+
InstallerUrl: https://github.com/docmirror/dev-sidecar/releases/download/v2.0.1/DevSidecar-2.0.1-windows-arm64.exe
22+
InstallerSha256: 65D554BD11601D7ED0FB092B730AD1A99F7220AF123CAB30D4361062C86F1C7A
23+
ManifestType: installer
24+
ManifestVersion: 1.12.0
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: docmirror.dev-sidecar
5+
PackageVersion: 2.0.1
6+
PackageLocale: en-US
7+
Publisher: Greper
8+
PublisherUrl: https://github.com/docmirror
9+
PublisherSupportUrl: https://github.com/docmirror/dev-sidecar/issues
10+
PackageName: dev-sidecar
11+
PackageUrl: https://github.com/docmirror/dev-sidecar
12+
License: MPL-2.0
13+
LicenseUrl: https://github.com/docmirror/dev-sidecar/blob/HEAD/LICENSE
14+
Copyright: Copyright © 2020-2026 Greper, WangLiang
15+
ShortDescription: dev-sidecar, named after service-sidecar in service-mesh, is a side car tool that assists developers by proxying HTTPS requests to some domestic acceleration channels through a local proxy.
16+
Tags:
17+
- network
18+
- proxy
19+
ReleaseNotesUrl: https://github.com/docmirror/dev-sidecar/releases/tag/v2.0.1
20+
ManifestType: defaultLocale
21+
ManifestVersion: 1.12.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: docmirror.dev-sidecar
5+
PackageVersion: 2.0.1
6+
PackageLocale: zh-CN
7+
Publisher: Greper
8+
PublisherUrl: https://github.com/docmirror
9+
PublisherSupportUrl: https://github.com/docmirror/dev-sidecar/issues
10+
PackageName: dev-sidecar
11+
PackageUrl: https://github.com/docmirror/dev-sidecar
12+
License: MPL-2.0
13+
LicenseUrl: https://github.com/docmirror/dev-sidecar/blob/HEAD/LICENSE
14+
Copyright: Copyright © 2020-2026 Greper, WangLiang
15+
ShortDescription: 开发者边车,命名取自 service-mesh 的 service-sidecar,意为为开发者打辅助的边车工具,通过本地代理的方式将 HTTPS 请求代理到一些国内的加速通道上
16+
Tags:
17+
- 代理
18+
- 网络
19+
ReleaseNotes: |-
20+
一、更新内容:
21+
【摘要】
22+
可以看 YouTube 的视频了,但是目前通过 DNS 获取到的 IP 不是很稳定,经常获取到不可访问的 IPv6 地址,后面再优化。
23+
【新特性】
24+
- IP 测速、DNS、代理请求 支持 IPv6 地址
25+
注:暂不提供配置域名使用 IPv6 地址,现只对 *.googlevideo.com、*.gvt1.com 和 预设的 IPv6 地址 使用 IPv6
26+
- TLS 类型的 DNS,支持跳过 SSL 校验(即:rejectUnauthorized = true)
27+
- proxy 和 redirect 拦截器,支持配置正则匹配域名的匹配占位符(原来只支持匹配 path 的正则匹配)
28+
- success 和 redirect 拦截器,支持使用客户端缓存(在拦截成功后,在缓存生效期间,不会重复发送请求)
29+
【优化】
30+
- TLS 类型的 DNS,支持超时,超时时间 4 秒
31+
- 特殊处理添加 fakefile.js ,只对 github.com 域名生效
32+
- 更新内置文件
33+
二、安装前请仔细阅读安装说明
34+
各平台安装说明
35+
三、贡献者列表
36+
非常感谢以下朋友们的贡献。
37+
- @wangliang181230
38+
- @8odream : 提供了支持 IPv6 的核心代码 #491
39+
四、Full Changelog
40+
v2.0.0.3...v2.0.1
41+
五、里程碑:
42+
点击 2.0.1 Milestone 查看该版本合并的 PR 和关闭的 Issue。
43+
ReleaseNotesUrl: https://github.com/docmirror/dev-sidecar/releases/tag/v2.0.1
44+
ManifestType: locale
45+
ManifestVersion: 1.12.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.12.0.schema.json
3+
4+
PackageIdentifier: docmirror.dev-sidecar
5+
PackageVersion: 2.0.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)