Skip to content

Commit a14f71f

Browse files
New version: DuckStudio.Sundry version 1.5.1 (Auto) (microsoft#317518)
1 parent c6545ad commit a14f71f

4 files changed

Lines changed: 198 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.5.1
6+
UpgradeBehavior: install
7+
Commands:
8+
- sundry
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: DuckStudio.GitHubLabelsManager
12+
MinimumVersion: "1.7"
13+
- PackageIdentifier: Git.Git
14+
- PackageIdentifier: GitHub.cli
15+
ReleaseDate: 2025-11-27
16+
Installers:
17+
# zip + portable
18+
- Architecture: x64
19+
InstallerType: zip
20+
NestedInstallerType: portable
21+
NestedInstallerFiles:
22+
- RelativeFilePath: Release/pack/sundry.exe
23+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry.zip
24+
InstallerSha256: 3723109542683d515020cd03183d5cf9e8eb8b869f651c895e0615aeec3379b0
25+
- Architecture: arm64
26+
InstallerType: zip
27+
NestedInstallerType: portable
28+
NestedInstallerFiles:
29+
- RelativeFilePath: Release/pack/sundry.exe
30+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry.zip
31+
InstallerSha256: 3723109542683d515020cd03183d5cf9e8eb8b869f651c895e0615aeec3379b0
32+
33+
# Inno Setup
34+
- Architecture: x64
35+
InstallerType: inno
36+
Scope: machine
37+
ElevationRequirement: elevatesSelf
38+
InstallationMetadata:
39+
DefaultInstallLocation: '%ProgramFiles%\Sundry'
40+
InstallModes:
41+
- interactive
42+
- silent
43+
- silentWithProgress
44+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry_Setup.exe
45+
InstallerSha256: 269144133a099459ac8db0f427e91a9c52b9a6cde653c3ad085a37ce7d484488
46+
- Architecture: arm64
47+
InstallerType: inno
48+
Scope: machine
49+
ElevationRequirement: elevatesSelf
50+
InstallationMetadata:
51+
DefaultInstallLocation: '%ProgramFiles%\Sundry'
52+
InstallModes:
53+
- interactive
54+
- silent
55+
- silentWithProgress
56+
InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry_Setup.exe
57+
InstallerSha256: 269144133a099459ac8db0f427e91a9c52b9a6cde653c3ad085a37ce7d484488
58+
ManifestType: installer
59+
ManifestVersion: 1.10.0
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.5.1
6+
PackageLocale: en-US
7+
Publisher: DuckStudio
8+
PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/
9+
PublisherSupportUrl: https://github.com/DuckDuckStudio/Sundry/issues
10+
Author: 鸭鸭「カモ」
11+
PackageName: Sundry
12+
PackageUrl: https://github.com/DuckDuckStudio/Sundry/
13+
License: GNU Affero General Public License v3.0
14+
LicenseUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
15+
# Icon license: https://github.com/DuckDuckStudio/Sundry/blob/main/icon/LICENSE.md
16+
Copyright: Copyright (c) 鸭鸭「カモ」
17+
CopyrightUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
18+
ShortDescription: Sundry is a tool related to WinGet that assists you in more conveniently removing manifests, modifying manifests, and analyzing validation errors, and more.
19+
Tags:
20+
- Manifest
21+
- Manifests
22+
- package-remove
23+
- WinGet
24+
- winget-pkgs
25+
ReleaseNotes: |-
26+
## 新功能
27+
- feat(autoremove): 检查响应的类型是否是常见的意外类型 (#188),并添加 5xx 状态码的结果 (#189) (5xx 不计失败) by @DuckDuckStudio in #192
28+
- feat(autoremove): 显示检查进度 (#193) by @DuckDuckStudio in #204
29+
30+
## 修复
31+
- fix: 更正拼写 "Pipline" -> "Pipeline" (#181) by @DuckDuckStudio in #183
32+
- fix(verify): 修复当 PR 仅修改部分清单文件时,sundry 不会获取所有清单的问题 (#197) by @DuckDuckStudio in #198
33+
- fix(verify): 修复即使读到了 Token 也会假装没有读到 Token 的问题 (#202) by @DuckDuckStudio in #203
34+
35+
## 重构
36+
- refactor: 代码清理 by @DuckDuckStudio in #182
37+
- refactor(ignore): 移除 创建拉取请求 函数未使用的形参 格式化忽略字段
38+
- refactor(verify): 移除 在 Auth.csv 中查找审查者 逻辑未使用的局部变量 found
39+
- fix(config): 修复从外部作用域隐藏名称 键 的警告
40+
- refactor(verify): 字典创建可以作为字典面量进行重写
41+
- depreacted(func/print/printLogs): 弃用 PrintLogs 函数
42+
- feat(func/const): 在 func 中指定一些常量供其他代码使用 by @DuckDuckStudio in #192
43+
44+
## 依赖更新
45+
- chore(deps): 设置依赖版本范围而不是精确依赖版本 by @DuckDuckStudio in #201
46+
- 依然建议安装更新的版本的依赖
47+
48+
#### CI/CD
49+
- chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in #190
50+
- chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in #196
51+
- chore(deps): bump pyinstaller from 6.16.0 to 6.17.0 in #200
52+
53+
完整修改记录: https://github.com/DuckDuckStudio/Sundry/compare/1.5.0...1.5.1
54+
ReleaseNotesUrl: https://github.com/DuckDuckStudio/Sundry/releases/tag/1.5.1
55+
Documentations:
56+
- DocumentLabel: Quick start
57+
DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#使用说明
58+
- DocumentLabel: Detailed description of commands
59+
DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#可用命令
60+
- DocumentLabel: Configuration File (config.json) Document
61+
DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/docs/config/README.md
62+
ManifestType: locale
63+
ManifestVersion: 1.10.0
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Created with Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.5.1
6+
PackageLocale: zh-CN
7+
Publisher: DuckStudio
8+
PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/
9+
PublisherSupportUrl: https://github.com/DuckDuckStudio/Sundry/issues
10+
Author: 鸭鸭「カモ」
11+
PackageName: Sundry
12+
PackageUrl: https://github.com/DuckDuckStudio/Sundry/
13+
License: GNU Affero General Public License v3.0
14+
LicenseUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
15+
# Icon license: https://github.com/DuckDuckStudio/Sundry/blob/main/icon/LICENSE.md
16+
Copyright: 版权所有 (c) 鸭鸭「カモ」
17+
CopyrightUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE
18+
ShortDescription: Sundry 是一个 WinGet 相关的工具,帮您更方便地移除清单、修改清单、分析验证错误等。
19+
Tags:
20+
- Manifest
21+
- Manifests
22+
- WinGet
23+
- winget-pkgs
24+
- 修改
25+
- 清单
26+
- 移除包
27+
- 日志分析
28+
- 舱单
29+
- 验证管道日志分析
30+
ReleaseNotes: |-
31+
## 新功能
32+
- feat(autoremove): 检查响应的类型是否是常见的意外类型 (#188),并添加 5xx 状态码的结果 (#189) (5xx 不计失败) by @DuckDuckStudio in #192
33+
- feat(autoremove): 显示检查进度 (#193) by @DuckDuckStudio in #204
34+
35+
## 修复
36+
- fix: 更正拼写 "Pipline" -> "Pipeline" (#181) by @DuckDuckStudio in #183
37+
- fix(verify): 修复当 PR 仅修改部分清单文件时,sundry 不会获取所有清单的问题 (#197) by @DuckDuckStudio in #198
38+
- fix(verify): 修复即使读到了 Token 也会假装没有读到 Token 的问题 (#202) by @DuckDuckStudio in #203
39+
40+
## 重构
41+
- refactor: 代码清理 by @DuckDuckStudio in #182
42+
- refactor(ignore): 移除 创建拉取请求 函数未使用的形参 格式化忽略字段
43+
- refactor(verify): 移除 在 Auth.csv 中查找审查者 逻辑未使用的局部变量 found
44+
- fix(config): 修复从外部作用域隐藏名称 键 的警告
45+
- refactor(verify): 字典创建可以作为字典面量进行重写
46+
- depreacted(func/print/printLogs): 弃用 PrintLogs 函数
47+
- feat(func/const): 在 func 中指定一些常量供其他代码使用 by @DuckDuckStudio in #192
48+
49+
## 依赖更新
50+
- chore(deps): 设置依赖版本范围而不是精确依赖版本 by @DuckDuckStudio in #201
51+
- 依然建议安装更新的版本的依赖
52+
53+
#### CI/CD
54+
- chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in #190
55+
- chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in #196
56+
- chore(deps): bump pyinstaller from 6.16.0 to 6.17.0 in #200
57+
58+
完整修改记录: https://github.com/DuckDuckStudio/Sundry/compare/1.5.0...1.5.1
59+
ReleaseNotesUrl: https://github.com/DuckDuckStudio/Sundry/releases/tag/1.5.1
60+
Documentations:
61+
- DocumentLabel: 开始使用
62+
DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#使用说明
63+
- DocumentLabel: 可用命令详细说明
64+
DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#可用命令
65+
- DocumentLabel: 配置文件 (config.json) 文档
66+
DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/docs/config/README.md
67+
ManifestType: defaultLocale
68+
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 Sundry.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: DuckStudio.Sundry
5+
PackageVersion: 1.5.1
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)