|
| 1 | +# Created with komac v2.16.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: nao1215.gup |
| 5 | +PackageVersion: 1.3.1 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Chikamatsu Naohiro |
| 8 | +PublisherUrl: https://github.com/nao1215 |
| 9 | +PublisherSupportUrl: https://github.com/nao1215/gup/issues |
| 10 | +Author: Chikamatsu Naohiro |
| 11 | +PackageName: gup |
| 12 | +PackageUrl: https://github.com/nao1215/gup |
| 13 | +License: Apache-2.0 |
| 14 | +LicenseUrl: https://github.com/nao1215/gup/blob/HEAD/LICENSE |
| 15 | +Copyright: Copyright (c) Chikamatsu Naohiro |
| 16 | +CopyrightUrl: https://github.com/nao1215/gup/blob/main/LICENSE |
| 17 | +ShortDescription: gup - Update binaries installed by "go install" with goroutines |
| 18 | +Description: gup command update binaries installed by "go install" to the latest version. gup updates all binaries in parallel, so very fast. It also provides subcommands for manipulating binaries under $GOPATH/bin ($GOBIN). |
| 19 | +Moniker: gup |
| 20 | +Tags: |
| 21 | +- cli-app |
| 22 | +- command-line-tool |
| 23 | +- cross-platform |
| 24 | +- go |
| 25 | +- golang |
| 26 | +- golang-tools |
| 27 | +- update |
| 28 | +- updater |
| 29 | +- user-friendly |
| 30 | +ReleaseNotes: |- |
| 31 | + gup v1.3.1 |
| 32 | + Fast parallel updater and manager for binaries installed with go install. |
| 33 | + Install or upgrade, then see the grouped highlights below. Every artifact is |
| 34 | + signed and ships with an SBOM and build provenance — see |
| 35 | + Verifying release integrity. |
| 36 | + Changelog |
| 37 | + Features |
| 38 | + - 4649ae4: feat(cmd): add machine-readable JSON output to list, check, and update (@nao1215) |
| 39 | + - 4fef9e2: feat(release): curated release notes plus signing, SBOM, and provenance (@nao1215) |
| 40 | + Bug fixes |
| 41 | + - 48ed9ad: fix(check): respect saved update channels in gup check (@nao1215) |
| 42 | + - 4d3ee1b: fix(cmd): disable per-package timeout by default and name the command on timeout (@nao1215) |
| 43 | + - 3a69aad: fix(release): address review feedback on changelog filters, cosign identity, and config tests (@nao1215) |
| 44 | + - 78c9654: fix(release): migrate .goreleaser.yml to v2 schema (version, archives.formats, snapshot.version_template) (@nao1215) |
| 45 | + - f94989c: fix(update): derive skip/update decision from the resolved channel (@nao1215) |
| 46 | + - f131f0a: fix(update): keep --json stdout pure JSON when excluding packages (@nao1215) |
| 47 | + - 2060f5d: fix: guarantee dry-run temp-dir cleanup and make it panic-safe (@nao1215) |
| 48 | + - bd34132: fix: skip Go-version comparison when 'go version' detection fails (@nao1215) |
| 49 | + - 4930c2f: fix: surface a cause when a killed go subprocess has empty stderr (@nao1215) |
| 50 | + Documentation |
| 51 | + - 1a50cea: docs: add example output to gup check --json jq example (@nao1215) |
| 52 | + - 2d37e75: docs: keep translated READMEs in sync with the English source of truth (@nao1215) |
| 53 | + - 0d9a998: docs: prepare v1.3.1 release (changelog) (@nao1215) |
| 54 | + - 9816026: docs: show gup check --json output directly instead of a jq pipeline (@nao1215) |
| 55 | + - baa7fa9: docs: shrink JSON output section in README (@nao1215) |
| 56 | + - 6f0c071: docs: unify language switcher across all translated READMEs (@nao1215) |
| 57 | + Full changelog: v1.3.0...v1.3.1 |
| 58 | +ReleaseNotesUrl: https://github.com/nao1215/gup/releases/tag/v1.3.1 |
| 59 | +ManifestType: defaultLocale |
| 60 | +ManifestVersion: 1.12.0 |
0 commit comments