Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 11:03
53874c4

A batch of navigation and help features on top of v1.5.0 — read-only as always, no breaking changes.

Added

  • Go to file (f) — a fuzzy finder over every file in the tree: type to filter, / to move, Enter to open. (#51)
  • Go to line (:) — jump the content pane to a line number; in a rendered-markdown or diff view it switches to the line-numbered content view to make the jump. (#54)
  • Search in file (/, n/N) — incremental, smartcase, literal match highlighting that works in every view; Enter commits, n/N cycle through matches and wrap at the ends. (#55)
  • In-app help overlay (?) — a view-only overlay with What's New (the changelog, rendered as markdown) and About (version · repo · license · update status). (#56)
  • The tree names its root and branch — the tree column's top border shows the root directory and its bottom border the current git branch. (#52)

Changed

  • Installing reuses the latest released binary even when main is ahead of the tag — matched by version rather than exact commit, so landing a PR no longer forces new users to compile while a release is pending. (#50)

Fixed

  • The worktree picker's responds immediately after over-scrolling right. (#52)

Install / update: herdr plugin install smarzban/herdr-file-viewer — prebuilt binaries (macOS arm64 + x86_64, Linux x86_64) are SHA-256 verified, with a source-build fallback.