Skip to content

Commit d0a3420

Browse files
New version: max-sixty.worktrunk version v0.18.2 (microsoft#332481)
1 parent 4d31eb7 commit d0a3420

3 files changed

Lines changed: 89 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: max-sixty.worktrunk
5+
PackageVersion: v0.18.2
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: git-wt.exe
10+
PortableCommandAlias: git-wt
11+
- RelativeFilePath: wt.exe
12+
PortableCommandAlias: wt
13+
ReleaseDate: 2026-01-22
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/max-sixty/worktrunk/releases/download/v0.18.2/worktrunk-x86_64-pc-windows-msvc.zip
17+
InstallerSha256: 0CA0D0133A55DD584F7A309C3425BAF6DC748EB5373AAA9CE5133AC8175C1142
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Created with WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: max-sixty.worktrunk
5+
PackageVersion: v0.18.2
6+
PackageLocale: en-US
7+
Publisher: max-sixty
8+
PublisherUrl: https://github.com/max-sixty
9+
PublisherSupportUrl: https://github.com/max-sixty/worktrunk/issues
10+
PackageName: worktrunk
11+
PackageUrl: https://github.com/max-sixty/worktrunk
12+
License: MIT OR Apache-2.0
13+
LicenseUrl: https://github.com/max-sixty/worktrunk/blob/HEAD/LICENSE
14+
ShortDescription: A Git worktree manager for trunk-based development
15+
Description: |-
16+
worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows.
17+
It simplifies creating, switching between, and managing Git worktrees, making it easy to
18+
work on multiple features or branches simultaneously without the overhead of stashing
19+
or switching branches in a single working directory.
20+
Tags:
21+
- cli
22+
- git
23+
- git-worktree
24+
- rust
25+
- terminal
26+
- worktree
27+
ReleaseNotes: |-
28+
Release Notes
29+
Improved
30+
- PR/MR context display: wt switch pr:N and mr:N now show PR/MR details (title, author, state, URL) after fetching. (#782)
31+
- Fork PR branch conflicts: When a fork PR's branch name conflicts with an existing local branch (e.g., contributor opens PR from their main), worktrunk now creates a prefixed branch like contributor/main instead of failing. Closes #714. (thanks @vimtor for reporting)
32+
Fixed
33+
- Help output formatting: Fixed double blank lines appearing after demo comments in help output. (#795)
34+
- Error handling reliability: Replaced fragile string-based error parsing with structured approaches for git stash, GitHub CLI, and GitLab CLI operations. (#787)
35+
Documentation
36+
- ci-status help text: Improved clarity of the ci-status configuration documentation. (#794)
37+
- wt remove help text: Simplified short description and added documentation for pre-remove and post-remove hooks. (#792)
38+
- Subcommand documentation: Fixed generated website docs for subcommands (like wt step copy-ignored, wt config state) to include their short descriptions. (#793)
39+
Install worktrunk 0.18.2
40+
Install prebuilt binaries via shell script
41+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.18.2/worktrunk-installer.sh | sh
42+
Install prebuilt binaries via powershell script
43+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.18.2/worktrunk-installer.ps1 | iex"
44+
Install prebuilt binaries via Homebrew
45+
brew install max-sixty/worktrunk/wt
46+
Download worktrunk 0.18.2
47+
────────────────────────────────────────────────┬───────────────────┬─────────────
48+
File │Platform │Checksum
49+
────────────────────────────────────────────────┼───────────────────┼─────────────
50+
worktrunk-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum
51+
────────────────────────────────────────────────┼───────────────────┼─────────────
52+
worktrunk-x86_64-apple-darwin.tar.xz │Intel macOS │checksum
53+
────────────────────────────────────────────────┼───────────────────┼─────────────
54+
worktrunk-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
55+
────────────────────────────────────────────────┼───────────────────┼─────────────
56+
worktrunk-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum
57+
────────────────────────────────────────────────┼───────────────────┼─────────────
58+
worktrunk-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum
59+
────────────────────────────────────────────────┴───────────────────┴─────────────
60+
ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.18.2
61+
ManifestType: defaultLocale
62+
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 WinGet Releaser using komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: max-sixty.worktrunk
5+
PackageVersion: v0.18.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)