Skip to content

Releases: tale/prtui

Nightly

Nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Sep 18:28
104fa3c

Built from 104fa3c on main.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 23:01
e828d3f

Features

  • GitLab merge requests can be reviewed through the new gitlab provider, on gitlab.com and on self-hosted instances.
  • The diff command displays staged, unstaged, and untracked local changes.

Fixes

  • Diff line count changes now show in the PR selector.
  • GitHub pull requests are now fetched via the GitHub GraphQL API.
  • Nix builds provide Git when running tests.
  • Nix packages support Intel macOS with the stable 26.05 package set.
  • Nix packages report the version from the release manifest.
  • Repository discovery uses Git remotes and remembers positively identified providers per host.
  • Renamed files show their original and current paths in the diff header.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 02:50
15e7cc7

Breaking Changes

  • Split the library API into core, TUI, and GitHub provider crates.

Features

  • Edit every free-text prompt with readline commands such as <C-a> and <C-e>.
  • K opens a Vim-style PR summary with individually folded comments.
  • The file tree now wraps around when you go past the end of it.

Fixes

  • Show which pane is focused with an emphasized title and cut off cursor line.
  • Load the full diff for large files that GitHub doesn't send by default.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:17
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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:16
v0.1.0
98b6025