Skip to content

sideye: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 00:05
fcd9880

0.5.0 (2026-07-04)

⚠ BREAKING CHANGES

  • viewer: 💥 the viewer's z key now folds/expands regions; long-line wrap moved from z to x
  • scope: 💥 the default scope reads "uncommitted" (was "all changes" in the picker and "worktree vs HEAD" in the header)

Features

  • intel: ✨ add find implementations (#213) (f224b89)
  • intel: ✨ call hierarchy via LSP (#212) (907798e), closes #178
  • ruby: ✨ highlight & icon .rb.tmpl formula templates (#206) (109b1ba)
  • scope: ✨ group the scope menu and unify its labels (#210) (6614a9a)
  • tree: ✨ add test/spec and storybook file icons (#209) (dd5540c)
  • viewer: ✨ add code folding and expandable git gaps (#214) (2e70c3a)
  • viewer: ✨ add symbol outline / find symbols (#208) (f516851), closes #61