Skip to content

Commit 7342681

Browse files
New version: max-sixty.worktrunk version v0.15.0 (microsoft#330929)
1 parent 7ff37e2 commit 7342681

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
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.15.0
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-16
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-x86_64-pc-windows-msvc.zip
17+
InstallerSha256: 4765CB5833406DF80821D6D0F2DACA4746A52603EF750ECB94711016E1D2E732
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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.15.0
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+
- wt switch pr:<number> syntax (experimental): Switch directly to a GitHub PR by number. Same-repo PRs delegate to normal switch flow; fork PRs fetch from refs/pull/N/head and configure pushRemote. (#673, closes #657, thanks @wladpaiva for requesting)
31+
- --force hint for dirty worktrees: When wt remove fails due to uncommitted changes, the hint now shows the full command: wt remove <branch> --force. (#671)
32+
Documentation
33+
- Windows install guidance: Winget as recommended install (ships git-wt by default), plus the App Execution Aliases workaround to use wt directly. Closes #133. (thanks @ctolkien for reporting, @shanselman for the aliases tip, @Farley-Chen for #648)
34+
- Caddy subdomain routing pattern: Clean URLs like feature-auth.myproject.lvh.me via Caddy reverse proxy with dynamic route registration.
35+
- tmux session per worktree pattern: Dedicated tmux session with multi-pane layout per worktree.
36+
Install worktrunk 0.15.0
37+
Install prebuilt binaries via shell script
38+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-installer.sh | sh
39+
Install prebuilt binaries via powershell script
40+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-installer.ps1 | iex"
41+
Install prebuilt binaries via Homebrew
42+
brew install max-sixty/worktrunk/wt
43+
Download worktrunk 0.15.0
44+
────────────────────────────────────────────────┬───────────────────┬─────────────
45+
File │Platform │Checksum
46+
────────────────────────────────────────────────┼───────────────────┼─────────────
47+
worktrunk-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum
48+
────────────────────────────────────────────────┼───────────────────┼─────────────
49+
worktrunk-x86_64-apple-darwin.tar.xz │Intel macOS │checksum
50+
────────────────────────────────────────────────┼───────────────────┼─────────────
51+
worktrunk-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
52+
────────────────────────────────────────────────┼───────────────────┼─────────────
53+
worktrunk-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum
54+
────────────────────────────────────────────────┼───────────────────┼─────────────
55+
worktrunk-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum
56+
────────────────────────────────────────────────┴───────────────────┴─────────────
57+
ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.15.0
58+
ManifestType: defaultLocale
59+
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.15.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)