|
| 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.8.1 |
| 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 | +ShortDescription: A Git worktree manager for trunk-based development |
| 14 | +Description: |- |
| 15 | + worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows. |
| 16 | + It simplifies creating, switching between, and managing Git worktrees, making it easy to |
| 17 | + work on multiple features or branches simultaneously without the overhead of stashing |
| 18 | + or switching branches in a single working directory. |
| 19 | +Tags: |
| 20 | +- cli |
| 21 | +- git |
| 22 | +- git-worktree |
| 23 | +- rust |
| 24 | +- terminal |
| 25 | +- worktree |
| 26 | +ReleaseNotes: |- |
| 27 | + Release Notes |
| 28 | + Improved |
| 29 | + - Shell and PowerShell installers: Added one-line install commands for Linux/macOS and Windows. |
| 30 | + - Consistent terminology: CLI now uses "branch name" consistently instead of mixing "worktree" and "branch". The wt remove argument is renamed from worktrees to branches to reflect that worktrees are addressed by branch name. |
| 31 | + Fixed |
| 32 | + - Switch hints: Removed incorrect wt switch @ hint and improved error output spacing. |
| 33 | + Documentation |
| 34 | + - Dev server and database patterns: Added practical examples for running per-worktree dev servers with subdomain routing and databases with unique ports. |
| 35 | + Install worktrunk 0.8.1 |
| 36 | + Install prebuilt binaries via shell script |
| 37 | + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-installer.sh | sh |
| 38 | + Install prebuilt binaries via powershell script |
| 39 | + powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-installer.ps1 | iex" |
| 40 | + Download worktrunk 0.8.1 |
| 41 | + ────────────────────────────────────────────────┬───────────────────┬───────────── |
| 42 | + File │Platform │Checksum |
| 43 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 44 | + worktrunk-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum |
| 45 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 46 | + worktrunk-x86_64-apple-darwin.tar.xz │Intel macOS │checksum |
| 47 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 48 | + worktrunk-x86_64-pc-windows-msvc.zip │x64 Windows │checksum |
| 49 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 50 | + worktrunk-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum |
| 51 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 52 | + worktrunk-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum |
| 53 | + ────────────────────────────────────────────────┴───────────────────┴───────────── |
| 54 | +ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.8.1 |
| 55 | +ManifestType: defaultLocale |
| 56 | +ManifestVersion: 1.10.0 |
0 commit comments