Releases: benelan/gh-fzf
Releases · benelan/gh-fzf
v0.5.0
v0.4.0
v0.3.0
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 rungh fzf run
filtered for the selected branch instead ofgh pr checks
(7ffca65)
Bug Fixes
v0.2.0
v0.1.0
0.1.0 (2023-11-28)
Features
- Add
run
,issue
, andpr
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
andhelp
commands (c20abc8) - Display command picker when one is not provided (ea326e1)
- issue, pr: Add
alt-s
andalt-b
keybindings to filter by "state=all" and the current branch, respectively (0c2c377)