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.1 #202504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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,53 @@
# 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.1
InstallModes:
- interactive
- silent
- silentWithProgress
UpgradeBehavior: install
Commands:
- ghv
Protocols:
- https
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.DotNet.Runtime.8
ReleaseDate: 2024-12-23
InstallerLocale: en-US
Installers:
- Architecture: neutral
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: ghv.exe
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-windows.zip
InstallerSha256: 85D7557619A9F04FC72A7203C51A58F46E01B4F7454BEFE3BD2EC26FE752162D
DuckDuckStudio marked this conversation as resolved.
Show resolved Hide resolved
- Architecture: x64
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\GitHubView'
- Architecture: x86
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\GitHubView'
- Architecture: arm
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\GitHubView'
- Architecture: arm64
InstallerType: inno
InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/1.0.1/GitHubView-1.0.1-Setup-windows.exe
InstallerSha256: C7AEC8CC6B41294188BB855738986E4A45FDB213321B8CB9B2863826CAE83900
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\GitHubView'
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.1
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/HEAD/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 5a50a1c
- fix: 通过转义可能的特殊字符来修复 #5 by @DuckDuckStudio in ac5a851
自动构建流: https://github.com/DuckDuckStudio/GitHubView/actions/runs/12468544605
完整修改: https://github.com/DuckDuckStudio/GitHubView/compare/1.0.0...1.0.1
ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/1.0.1
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.1
DefaultLocale: zh-CN
ManifestType: version
ManifestVersion: 1.9.0