Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: DuckStudio.GitHubView version 1.0.2 #202946

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Created with komac v2.9.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: DuckStudio.GitHubView
PackageVersion: 1.0.2
InstallModes:
- interactive
- silent
- silentWithProgress
UpgradeBehavior: install
Commands:
- ghv
Protocols:
- https
ReleaseDate: 2024-12-24
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.DotNet.Runtime.8
Installers:
- Architecture: x64
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: ghv.exe
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-windows.zip
InstallerSha256: 13A16467C98689A5986C880249AF69B48411D489D2AF65945C7B17F130EDA28E
- Architecture: x86
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: ghv.exe
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-windows.zip
InstallerSha256: 13A16467C98689A5986C880249AF69B48411D489D2AF65945C7B17F130EDA28E
- Architecture: arm
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: ghv.exe
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-windows.zip
InstallerSha256: 13A16467C98689A5986C880249AF69B48411D489D2AF65945C7B17F130EDA28E
- Architecture: arm64
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: ghv.exe
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-windows.zip
InstallerSha256: 13A16467C98689A5986C880249AF69B48411D489D2AF65945C7B17F130EDA28E

- Architecture: x64
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-Setup-windows.exe
InstallerSha256: 8F25EDAD1F3100F0136DA13C8CC91262BE4AB65C96372253745B0C8D4242D302
- Architecture: x86
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-Setup-windows.exe
InstallerSha256: 8F25EDAD1F3100F0136DA13C8CC91262BE4AB65C96372253745B0C8D4242D302
- Architecture: arm
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-Setup-windows.exe
InstallerSha256: 8F25EDAD1F3100F0136DA13C8CC91262BE4AB65C96372253745B0C8D4242D302
- Architecture: arm64
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.2/GitHubView-1.0.2-Setup-windows.exe
InstallerSha256: 8F25EDAD1F3100F0136DA13C8CC91262BE4AB65C96372253745B0C8D4242D302
ManifestType: installer
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Created with komac v2.9.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: DuckStudio.GitHubView
PackageVersion: 1.0.2
PackageLocale: zh-CN
Publisher: 鸭鸭「カモ」
PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/
PublisherSupportUrl: https://github.com/DuckDuckStudio/GitHubView/issues
Author: 鸭鸭「カモ」
PackageName: GitHubView
PackageUrl: https://github.com/DuckDuckStudio/GitHubView
License: GNU General Public License v3.0
LicenseUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt
Copyright: 版权所有 (c) 鸭鸭「カモ」
CopyrightUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/LICENSE.txt
ShortDescription: 💻在控制台中查看GitHub上的内容
Description: GitHubView 是一个用于查看 GitHub 上的信息的命令行工具。
Tags:
- 命令
- 命令行工具
- 终端
- 控制台
- 终端工具
- 命令工具
- 信息查看
- github
ReleaseNotes: |
## 修改了什么
- feat: 添加用户信息获取功能并更新帮助文档 by @DuckDuckStudio in https://github.com/DuckDuckStudio/GitHubView/pull/7

自动构建流: https://github.com/DuckDuckStudio/GitHubView/actions/runs/12492629401
**完整修改**: https://github.com/DuckDuckStudio/GitHubView/compare/1.0.1...1.0.2
ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/1.0.2
Documentations:
- DocumentLabel: README
DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/README.md
- DocumentLabel: 贡献指南
DocumentUrl: https://github.com/DuckDuckStudio/GitHubView/blob/master/CONTRIBUTING.md
ManifestType: defaultLocale
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.9.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: DuckStudio.GitHubView
PackageVersion: 1.0.2
DefaultLocale: zh-CN
ManifestType: version
ManifestVersion: 1.9.0