Skip to content

Releases: jongio/grut

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:37

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.5.0

# Windows (PowerShell)
$v="v0.5.0"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Features

  • 4f9d4eb feat(commits): add pickaxe content search (-S/-G) (#275)
  • 07c6da5 feat(commits): export a commit as a .patch file (#238)
  • a8e0db9 feat(commits): filter the commit log by author (#236)
  • b12906f feat(commits): show commit signature verification badges (#274)
  • 2182677 feat(filetree): add selected entry to .gitignore (#234)
  • f5a87e3 feat(gitdiff): copy the current diff hunk to the clipboard (#264)
  • c7e46ae feat(gitdiff): expand and collapse diff context lines (#276)
  • a150c62 feat(github): copy an issue or PR as a markdown link (#239)
  • edb07c1 feat(gitinfo): assign selected issue or PR to yourself (#266)
  • ead3f99 feat(gitinfo): close or reopen the selected issue (#265)
  • 075424c feat(gitinfo): comment on selected issue or PR (#255)
  • bc7d010 feat(gitinfo): create GitHub issues from the Issues tab (#254)
  • 9481246 feat(gitinfo): filter Issues and PRs by state (open/closed/all) (#267)
  • 6fdb624 feat(gitinfo): open selected worktree in editor (#263)
  • 063e2d6 feat(gitstatus): copy the current diff hunk to the clipboard (#237)
  • 46208c1 feat(gitstatus): pre-stage secret guard (#278)
  • 72dc5c4 feat(gitstatus): untracked file cleanup overlay (#277)

Performance

  • daf5f22 perf: add v0.5.0 linux-amd64 baseline and release notes [skip ci]
  • 0fd91bb perf: update baselines [skip ci]
  • 3c8b885 perf: update baselines [skip ci]
  • 2b4893b perf: update baselines [skip ci]
  • e500358 perf: update baselines [skip ci]
  • f1f2eab perf: update baselines [skip ci]
  • 3058b67 perf: update baselines [skip ci]
  • a573c16 perf: update baselines [skip ci]
  • 076cf4f perf: update baselines [skip ci]
  • 55311ea perf: update baselines [skip ci]
  • 6065a95 perf: update baselines [skip ci]
  • 5ef1a22 perf: update baselines [skip ci]
  • ff61c6a perf: update baselines [skip ci]
  • 4c2039b perf: update baselines [skip ci]
  • 852a5e5 perf: update baselines [skip ci]
  • b882cdf perf: update baselines [skip ci]
  • 7414ac4 perf: update baselines [skip ci]
  • cff373b perf: update baselines [skip ci]
  • c1e3b03 perf: update baselines [skip ci]
  • 1f203ed perf: update baselines [skip ci]
  • 9f5d55b perf: update baselines [skip ci]
  • 26587ea perf: update baselines [skip ci]
  • f9a36f9 perf: update baselines [skip ci]
  • 1c74781 perf: update baselines [skip ci]
  • 0581f8d perf: update baselines [skip ci]

Other

  • b757380 Add GitHub notifications tab to the gitinfo panel (#257)
  • 9ec42ae Add collapse all and expand all to the file tree (#225)
  • 103c8b8 Add config check command (#198)
  • 0879459 Add copy GitHub permalink for previewed file and line (#235)
  • be8730b Add create pull request action to GitHub PRs tab (#256)
  • 407d1e7 Add diff stat summary to commit and PR previews (#232)
  • 33ec183 Add fuzzy finder source prefixes (#197)
  • 266f93e Add ignore-whitespace toggle to the diff viewer (#226)
  • e7ba596 Add jump to line number in preview (#233)
  • 918f9b8 Add request-reviewers action to the GitHub PRs panel (#253)
  • af931a4 Copy preview file path with y (#199)
  • a7e3058 Word-level (intra-line) highlighting in diff views (#246)
  • d27a027 deps: update all dependencies to latest (#206)
  • e67c36e deps: update all dependencies to latest (#218)
  • 7fc5948 deps: upgrade all dependencies to latest (#211)
  • 4dbfb60 deps: upgrade all dependencies to latest (#216)
  • 4f39aa3 deps: upgrade all dependencies to latest (#224)
  • 52891ab deps: upgrade all dependencies to latest (#240)
  • b3154cb deps: upgrade all dependencies to latest (#247)
  • 53f514d deps: upgrade all dependencies to latest (#268)
  • c72f3dd deps: upgrade all dependencies to latest (#279)
  • 799590f deps: upgrade go-github v68->v88 and anthropic-sdk-go v1.54.0 (#217)

Contributors

Thank you to everyone who contributed to this release:

  • Copilot App
  • Jon Gallant

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 26 Jun 06:39

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.4.4

# Windows (PowerShell)
$v="v0.4.4"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Performance

  • eb1730e perf: add v0.4.4 linux-amd64 baseline and release notes [skip ci]
  • ec58fd2 perf: update baselines [skip ci]
  • b60f7ee perf: update baselines [skip ci]
  • 67ed1fd perf: update baselines [skip ci]
  • 4e0f48a perf: update baselines [skip ci]
  • 065a617 perf: update baselines [skip ci]
  • 501b85e perf: update baselines [skip ci]

Other

  • ff23f13 chore(deps): upgrade all dependencies to latest (#194)
  • e8bde3c deps: update all dependencies to latest
  • d3000d4 deps: upgrade all dependencies to latest (#189)

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Jon Gallant
  • jongio

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 08 Jun 03:26

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.4.3

# Windows (PowerShell)
$v="v0.4.3"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Performance

  • 55351d3 perf: add v0.4.3 linux-amd64 baseline and release notes [skip ci]
  • 8e150ac perf: eliminate per-rune allocations in displayWidth
  • 5590233 perf: reduce per-frame allocations in render path
  • 8236902 perf: update baselines [skip ci]
  • f97c3b3 perf: update baselines [skip ci]

Contributors

Thank you to everyone who contributed to this release:

  • Copilot

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 20:53

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.4.2

# Windows (PowerShell)
$v="v0.4.2"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Bug Fixes

  • a250916 fix(ci): auto-resolve baseline conflicts in release workflow
  • 77131ec fix: authenticate update API requests to avoid 403 rate limit

Performance

  • a5bbc8e perf: add v0.4.2 linux-amd64 baseline and release notes [skip ci]
  • 874048e perf: update baselines [skip ci]
  • 14f1eae perf: update baselines [skip ci]

Other

  • 66b45b9 deps: update all dependencies to latest

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Jon Gallant

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 18:25

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.4.1

# Windows (PowerShell)
$v="v0.4.1"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Features

  • 5d1102f feat: filetree double-click open, chat width guards, layout double-click test

Bug Fixes

  • 659cc28 fix: guard all gitinfo GitHub API functions against nil client

Performance

  • d0d14c8 perf: add v0.4.1 linux-amd64 baseline and release notes [skip ci]
  • 21d050e perf: update baselines [skip ci]
  • 01f33de perf: update baselines [skip ci]

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Jon Gallant

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 May 04:25

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.4.0

# Windows (PowerShell)
$v="v0.4.0"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Features

  • f242754 feat: double-click opens file in OS default app (#177)

Bug Fixes

  • f817d69 fix: CI test failures on macOS (symlinks, clipboard) and Windows (eviction)

Performance

  • 772f7d3 perf: add v0.4.0 linux-amd64 baseline and release notes [skip ci]
  • d3886cd perf: update baselines [skip ci]
  • 9acd003 perf: update baselines [skip ci]
  • a294a43 perf: update baselines [skip ci]
  • 5da7a74 perf: update baselines [skip ci]
  • 2256e7f perf: update baselines [skip ci]
  • 6a2d298 perf: update baselines [skip ci]

Other

  • a203744 Fix installer latest release lookup
  • b88ea6e Merge pull request #179 from jongio/dependabot/github_actions/goreleaser/goreleaser-action-7.2.2
  • a734b13 Merge pull request #180 from jongio/dependabot/github_actions/golangci/golangci-lint-action-9.2.1
  • 9121072 deps: update direct dependencies to latest

Contributors

Thank you to everyone who contributed to this release:

  • Jon Gallant
  • Copilot

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 19 May 17:20

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.3.3

# Windows (PowerShell)
$v="v0.3.3"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Bug Fixes

  • e79038e fix(update): remove dev build guard from grut update (#165)

Performance

  • ef4558a perf: add v0.3.3 linux-amd64 baseline and release notes [skip ci]
  • 426b9e4 perf: update baselines [skip ci]

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Jon Gallant

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 19 May 12:55

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.3.2

# Windows (PowerShell)
$v="v0.3.2"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Bug Fixes

  • 9868eeb fix(ci): add git pull --rebase before push in release workflow

Performance

  • d2e6fc4 perf: add v0.3.2 linux-amd64 baseline and release notes [skip ci]
  • 0bab7d1 perf: update baselines [skip ci]

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Jon Gallant

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 May 03:10

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.3.0

# Windows (PowerShell)
$v="v0.3.0"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Features

  • add6afa feat(editor): inline editor actions (copy/paste, selection, mouse, syntax HL perf)

Performance

  • 41b5f0c perf: add v0.3.0 linux-amd64 baseline and release notes [skip ci]
  • 77f69a9 perf: update baselines [skip ci]
  • c6eeaf7 perf: update baselines [skip ci]

Other

  • 96d7e9b Merge pull request #159 from jongio/dependabot/github_actions/marocchino/sticky-pull-request-comment-3.0.4
  • 9778e81 Merge pull request #160 from jongio/dependabot/github_actions/golangci/golangci-lint-action-9.2.0
  • a9a551e Merge pull request #161 from jongio/patrol/test-coverage
  • c5d5574 release: v0.3.0

Contributors

Thank you to everyone who contributed to this release:

  • Jon Gallant
  • Copilot

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 May 13:57

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.2.1

# Windows (PowerShell)
$v="v0.2.1"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Bug Fixes

  • c9ce428 fix(deps): update direct and indirect dependencies (#148)
  • 6b11f8a fix(pprof): add read/write timeouts to diagnostic HTTP server (#150)
  • 1521efa fix(release): update cosign v4 signing and fix tag fetching
  • 9941bc7 fix: resolve 13 non-feature issues (SDK update, bug fixes, refactoring) (#149)

Performance

  • 78ccbbb perf: add v0.1.3 linux-amd64 baseline and release notes [skip ci]
  • cb9df6b perf: add v0.1.3 linux-amd64 baseline and release notes [skip ci]
  • 371a612 perf: add v0.2.1 linux-amd64 baseline and release notes [skip ci]
  • 2fdc3f1 perf: update baselines [skip ci]
  • 9307976 perf: update baselines [skip ci]
  • 47cdd83 perf: update baselines [skip ci]
  • 431a11b perf: update baselines [skip ci]

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Jon Gallant