Skip to content

Marrow v0.12.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:37
4a16ef6

This release brings full keyboard navigation to the desktop app. Everything you'd normally reach for with the mouse during a review — moving through a diff, switching files, marking files viewed, jumping to threads — now has a keyboard shortcut, mirroring Marrow's CLI/TUI. Press ? in any review to see the complete list.

New: Keyboard shortcuts

  • Vim-style navigation: Review without leaving the keyboard. The desktop app now honors the same keybindings as the marrow CLI/TUI, with an in-app cheatsheet (press ?) listing every shortcut.
  • Move through the diff: j / k scroll line by line, Space / Shift+Space page down and up, Ctrl+D / Ctrl+U jump a half page, and g / G (or Home / End) snap to the top or bottom of a file.
  • Jump between files: [ and ] step to the previous and next file, following the exact order shown in the sidebar for your current view — Groups, Category, or Tree — and skipping anything hidden by a filter or collapsed section.
  • Act without the mouse: V marks the current file viewed, T toggles between the diff and the review-threads view, / opens search, and Ctrl+R (or F5) refreshes the PR. Esc closes any open overlay.

Shortcuts stay out of your way while you type — they're suppressed in text fields and comment boxes — and Space still activates buttons and controls when one is focused.

Full changelog: v0.11.1...v0.12.0