Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 05:40
· 5 commits to main since this release
cf890d4

Gloss v0.12.0 adds source peek for code review. Cmd/Ctrl-click a symbol in the diff to inspect its definition from elsewhere in the repo, without opening your editor.

Highlights:

  • Floating source peek panel that can be dragged and resized over the diff
  • Source definitions for imports, same-file symbols, re-exports, and repo search fallbacks
  • File actions for copy path, copy contents, open in installed local apps, and open in folder
  • Shared file actions menu in both diff headers and source peek

Upgrade:

brew update
brew upgrade iamrajjoshi/tap/gloss

npm users can run:

npm install -g getgloss@latest

Full Changelog: v0.11.0...v0.12.0