Skip to content

Releases: benelan/gh-fzf

v0.5.0

05 Feb 09:42
d789c08
Compare
Choose a tag to compare

0.5.0 (2024-02-05)

Features

  • Add GH_FZF_TRUNCATE_FIELDS config option (aa9984b)

Bug Fixes

  • Allow most fzf options to be overridden (c455e30)
  • Wrap lines at correct column in preview window (9177fd6)

v0.4.0

01 Jan 01:39
1228326
Compare
Choose a tag to compare

0.4.0 (2023-12-30)

Features

  • run: Add additional status colors to further differentiate conclusions (932579f)
  • run: Add alt-p keybinding to open gh fzf pr filtered for the selected run's branch (f836706)

Reverts

  • docs(readme): fix yml code block indenting (39d262a)

v0.3.0

30 Dec 22:14
12203d8
Compare
Choose a tag to compare

0.3.0 (2023-12-28)

Features

  • issue, pr, run: Add newline between keybinding hints and column headers (4ee118a)
  • Manually truncate results columns to improve search matches and readability (0f08e40)
  • pr: Change the alt-C keybinding to run gh fzf run filtered for the selected branch instead of gh pr checks (7ffca65)

Bug Fixes

  • pr: Fix typo in the previous commit to use gh fzf run for viewing checks (7f4e869)
  • run: Display status when the run hasn't concluded (830e656)

v0.2.0

22 Dec 04:08
8c51dae
Compare
Choose a tag to compare

0.2.0 (2023-12-22)

Features

  • issue, pr, run: Format lists to provide more fuzzy finding fields (af83fdd)
  • issue, pr: Display all comments in the preview window (b15f973)

Bug Fixes

  • issue: Fix typo in --comments flag (6c29bc4)

v0.1.0

28 Nov 08:42
8a04efc
Compare
Choose a tag to compare

0.1.0 (2023-11-28)

Features

  • Add run, issue, and pr commands (9e254a0)
  • Add GH_FZF_DEFAULT_LIMIT config option for setting the default list items limit (71e9722)
  • Add GH_FZF_HIDE_HINTS config option to hide the header by default (ed6b3d2)
  • Add ctrl-y keybinding for copying the item's url to the clipboard (44bf38c)
  • Add version and help commands (c20abc8)
  • Display command picker when one is not provided (ea326e1)
  • issue, pr: Add alt-s and alt-b keybindings to filter by "state=all" and the current branch, respectively (0c2c377)