Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:17
· 41 commits to main since this release
18a340c

Breaking Changes

  • prtui opens a pull request dashboard and returns to it after each review

Features

  • x marks the open file as viewed on GitHub and opens the next unread one
  • o opens the pull request description and comments
  • / searches the description and the ? key list
  • y copies a permalink, gx opens the pull request in a browser
  • <C-p> and <C-n> bring back earlier searches, filters and commands

Fixes

  • <Esc> clears a search from the file tree, not just from the diff
  • <Esc> no longer quits prtui
  • Reviews with over 100 files, conversations or comments are no longer cut short
  • GitHub credentials are never sent to cross-origin pagination links
  • / starts a new filter instead of editing the last one
  • Stale syntax colors are discarded after files or terminal themes change
  • GitHub Enterprise uses its own gh login, not your github.com token