Skip to content

Releases: jnsahaj/lumen

v2.30.0

04 Jun 23:22
v2.30.0
4ad2723

Choose a tag to compare

What's Changed

  • chore: bump version to 2.30.0 (4ad2723)
  • docs: mention lumen diff --detect-pr in README (6ac33b0)
  • feat(diff): add --detect-pr to open the current branch's PR (fa49404)

v2.29.0

04 Jun 16:17
v2.29.0
ccbfb57

Choose a tag to compare

What's Changed

  • chore: bump version to 2.29.0 (ccbfb57)
  • fix(diff): use neutral gray for global-search cursor row on context lines (012da3a)
  • perf(diff): parallelize PR file fetches with live progress (c1ff4e0)

v2.28.0

03 Jun 19:01
v2.28.0
91aa6ac

Choose a tag to compare

What's Changed

  • chore: bump version to 2.28.0 (91aa6ac)
  • refactor(diff): standardize macOS opt+backspace across all inputs (994e6ed)
  • refactor(diff): jump pins matched line to top, drop /-search seeding (307db93)

v2.27.0

03 Jun 12:58
v2.27.0
fce2692

Choose a tag to compare

What's Changed

  • chore: bump version to 2.27.0 (fce2692)
  • [feature] diff: soft word wrap (#153) (54cd050)
  • feat(diff): telescope-style global fuzzy search (ctrl+f) (#160) (76f8ac3)

v2.26.0

01 Jun 19:52
v2.26.0
3f80e8d

Choose a tag to compare

What's Changed

  • chore: bump version to 2.26.0 (3f80e8d)
  • feat(diff): inline annotation editor + click-to-edit overlays (bd75669)
  • feat: drop agent integrations in favor of shell-escape + s (8b02357)
  • docs(readme): add Coding Agent Integrations section (4f61857)
  • chore(pi-extension): rename npm package to @jnsahaj/pi-lumen-diff (b3b5e07)
  • chore(pi-extension): rename npm package to @jnsahaj/lumen-pi-extension (fc39feb)
  • fix(pi-extension): default auto-review to off, queue feedback as follow-up (c03b388)
  • feat(pi-extension): rename slash command /lumen-review to /lumen-diff (e4ba4e5)
  • feat(integrations): one-shot install script for Codex Stop hook (67052a6)

v2.25.0

28 May 23:27
v2.25.0
2577820

Choose a tag to compare

What's Changed

  • chore: bump version to 2.25.0 (2577820)
  • docs(integrations): add Codex Stop-hook and Pi extension adapters (21dd584)
  • feat(diff): add agent review loop via s keybind and --hook codex-stop (8a9d0f9)
  • Update README.md (8128aad)

v2.24.0

22 May 14:25
28f739a

Choose a tag to compare

What's Changed

  • chore: bump version to 2.24.0 (28f739a)
  • feat(diff): polish diff view layout and bound horizontal scroll (22db820)

v2.23.0

21 May 21:31
v2.23.0
0dff5fd

Choose a tag to compare

What's Changed

  • chore: bump version to 2.23.0 (0dff5fd)
  • feat(diff): add <ref>..- syntax for range + working tree (6255d87)
  • feat(diff): mark individual hunks as viewed with m (9819166)
  • fix: bad origin through gh cli (#152) (a1537ae)
  • docs: tighten README lede and cut redundant features section (dd38dbe)
  • docs: restructure README to lead with diff viewer (72c9b88)
  • Print errors of libgit2 before returning the VcsError so there is a chance to diagnose any errors with git (#139) (a0433b5)
  • feat(highlight): Added zig highlighting support (#144) (131593f)

v2.22.0

07 Apr 10:34

Choose a tag to compare

What's Changed

  • Significantly improve perf for large files and selections (a791d7c)
  • chore: bump version to 2.22.0 (6053b4e)

v2.21.0

12 Mar 18:19

Choose a tag to compare

What's Changed

  • chore: bump version to 2.21.0 (c0797c5)
  • refactor(annotations): use line ranges instead of embedding source code (7e27bb6)
  • feat(diff): add selection action tooltip and update docs (ccfe39d)
  • better selections and more precise annotations (30dcb3d)