Skip to content

Commit b3ea1e9

Browse files
authored
New version: docmirror.dev-sidecar version 2.0.2 (#362134)
1 parent 47f8d62 commit b3ea1e9

4 files changed

Lines changed: 140 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.2
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-18
13+
Installers:
14+
- Architecture: x86
15+
InstallerUrl: https://github.com/docmirror/dev-sidecar/releases/download/v2.0.2/DevSidecar-2.0.2-windows-ia32.exe
16+
InstallerSha256: 848AEF7C5C76383169E96EF2C4CF406EC78D2E15723AE70C8772F826C8F289BB
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/docmirror/dev-sidecar/releases/download/v2.0.2/DevSidecar-2.0.2-windows-x86_64.exe
19+
InstallerSha256: 9A4AA17571585FE49AF5D3634D2EF2BC25754ABE5D9BB335CF414725E86208FC
20+
- Architecture: arm64
21+
InstallerUrl: https://github.com/docmirror/dev-sidecar/releases/download/v2.0.2/DevSidecar-2.0.2-windows-arm64.exe
22+
InstallerSha256: 385D0B716369E7F682ED3C399C767A1C28F78632137339D42B9DB6AC1647E39C
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.2
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.2
20+
ManifestType: defaultLocale
21+
ManifestVersion: 1.12.0
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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.2
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+
新增 IPv6 和 镜像仓库 可配置化的一个版本,同时也是 性能 和 稳定性 提升的一个 重要版本 。
23+
【新特性】
24+
1. DNS 服务管理 支持添加 IPv6 地址 的 DNS 服务了 9da14c5
25+
2. DNS 设置 可指定目标站点使用 IPv6 地址 564d16f
26+
3. npm 和 yarn 的镜像仓库支持在共享或个人远程配置中进行配置了 7306b0a
27+
4. pip 的镜像仓库支持在共享或个人远程配置中进行配置了 291a078
28+
点击查看配置示例和界面截图
29+
1. DNS 设置 IPv6:
30+
2. 镜像仓库的远程配置方式:
31+
{
32+
"plugin": {
33+
"node": {
34+
"setting": {
35+
"registryList": {
36+
"镜像仓库键名,任意取值,不要和其他的重复就行": {
37+
"name": "显示名",
38+
"value": "镜像仓库地址"
39+
},
40+
"已有的镜像仓库键名": "[delete]" // 配置成 `[delete]` 可以删除默认配置中的镜像
41+
},
42+
"yarnRegistryList": {
43+
"镜像仓库键名,任意取值,不要和其他的重复就行": {
44+
"name": "显示名",
45+
"value": "镜像仓库地址"
46+
},
47+
"已有的镜像仓库键名": "[delete]" // 配置成 `[delete]` 可以删除默认配置中的镜像
48+
},
49+
}
50+
},
51+
"pip": {
52+
"setting": {
53+
"registryList": {
54+
"镜像仓库键名,任意取值,不要和其他的重复就行": {
55+
"name": "显示名",
56+
"value": "镜像仓库地址"
57+
},
58+
"已有的镜像仓库键名": "[delete]" // 配置成 `[delete]` 可以删除默认配置中的镜像
59+
},
60+
}
61+
},
62+
}
63+
【性能提升】
64+
1. 用异步的原生加密替换阻塞式 RSA 密钥生成,提升并发能力 a3844d7
65+
2. 提升获取证书和本地代理服务时的性能(主要优化了缓存的实现,采用 LRU 缓存) 6d29446
66+
3. DoH 类型的 DNS,只创建一次 agent 5fcf845
67+
4. IP 测速,避免重复测速,且在所有 IP 测速完成后,只进行一次排序 a2dc498
68+
【BUG 修复】
69+
1. 通过 AI 扫描并修复了大量隐藏 BUG,提升稳定性
70+
【优化】
71+
1. 页面底部展示配置的版本,方便我们从截图中看到配置版本并帮助排查问题 aca6483
72+
2. 首页右下角的 Stars 图标,缓存一天 0af09a0
73+
【内置文件更新】
74+
- 更新内置油猴脚本
75+
二、安装前请仔细阅读安装说明
76+
各平台安装说明
77+
三、贡献者列表
78+
非常感谢以下朋友们的贡献。
79+
- @wangliang181230
80+
- @cute-omega
81+
四、Full Changelog
82+
v2.0.1...v2.0.2
83+
五、里程碑:
84+
点击 2.0.2 Milestone 查看该版本合并的 PR 和关闭的 Issue。
85+
ReleaseNotesUrl: https://github.com/docmirror/dev-sidecar/releases/tag/v2.0.2
86+
ManifestType: locale
87+
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.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)