Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 22 May 17:58
v0.6.0
48b606c

Changelog

  • a3d9bae chore: increase error pop-up duration
  • 0a46bc5 chore: remove obsolete method
  • e97723b feat(cli): add --version flag
  • 2eec726 feat(cli): add help flags
  • 2a2d54c feat(keymap): support alt+y default copy bindings
  • 5e90e8d feat(tui): add context-aware alt+r refresh
  • 5a039f1 feat(tui): add pull request auto-merge toggle
  • 96d563f feat(tui): add pull request list refresh action
  • 56a9917 feat(tui): add recent errors popup action
  • 12f236f feat(tui): add vim character motions to cursor views
  • f6280f6 feat(tui): add vim-style yank motions
  • 62a1b11 feat(tui): flash yanked text with search highlight
  • 4851ea4 feat(tui): keep diff gutters out of cursor text
  • f03a4f1 feat(tui): make vim character motions configurable
  • 8f8b6fa feat(tui): render commit history as descending timeline
  • 0ffc6b4 feat(tui): repeat vim character motions
  • 47461b5 feat(tui): show transient error popups
  • 5e1cf84 feat(tui): support reactions on changes inline comments
  • 33111a3 fix(tui): cache review description documents
  • 48b606c fix(tui): delay refresh feedback until gh completes
  • 5da3a1e fix(tui): keep cursor panes read-only for char motions
  • 72ccad7 fix(tui): keep side-view motions separate from search matches
  • d4ceadd fix(tui): keep suggestion diffs on diff colors
  • ed99a9d fix(tui): report gh refresh failures in transient popups
  • d5d8af4 fix(tui): route gh modal failures to transient errors
  • 8be872a fix(tui): route gh popup-action failures to transient errors
  • dc34fcd fix(tui): route remaining gh action failures to transient errors
  • 277b623 fix(tui): show auto-merge for pending review prs
  • a1837bc fix(tui): show auto-merge in description header
  • f952fab fix(tui): show review commands in the status line
  • 4ab51a5 fix(tui): split modal editor submit keymaps
  • 77ccfa8 fix(tui): tighten inline comment code fences
  • 598d530 fix(tui): tighten inline comment reply layout