Releases: benelan/gh-fzf
Releases · benelan/gh-fzf
v0.14.1
v0.14.0
0.14.0 (2024-07-22)
Features
- Add
status
command that prints GitHub's service status summary (4ac7a48) - Add upgrade command to pin the latest version (4ac127c)
- config: Increase GH_FZF_DEFAULT_LIMIT to 75 (b442dbd)
- Display GitHub service alerts in the preview-label during incidents (4ac7a48)
- pr: Add column showing the diff shortstat (26c1d50)
- run: Add
alt-w
keybind to filter by selected workflow (48a29dd) - ui: Add second layout to
alt-P
preview toggling (d77d364) - ui: Display command in fzf prompt (66bbf1e)
- workflow: Add
ctrl-y
keybinding to copy file url (2f478f2) - workflow: Add custom list formatting (0a57814)
Bug Fixes
v0.13.0
v0.12.0
0.12.0 (2024-06-03)
Features
- milestone, issue: Add
milestone
command and analt-M
keybinding for theissue
command, which filters by the selected milestone (#23) (86cb9da), closes #21 - issue, pr: Support fzf multi-selection when adding or removing labels via
alt-l
oralt-L
keybindings, respectively (cac5f20) - label: Include the selected label's name in the prompt for editing the name via
alt-n
, description viaalt-d
, and color viaalt-c
(d45ea06) - label: Reload list after the edit keybindings (
alt-n
,alt-d
,alt-c
) to ensure info is up to date (b76453a) - run: Prompt to rerun (if failed) after viewing logs via the
dunstify
notification action (ff14747)
Bug Fixes
- issue, pr: Exit with code 0 after checking out a branch via the
alt-o
keybindings (2dbea75) - label: Fix regression where
enter
keybinding printed the whole row of the selected item(s), rather than only the name (44bd0af) - run: Fix the message/format of notifications when the watcher's process is killed before completion (b419d35)
v0.11.0
0.11.0 (2024-05-31)
Features
- changelog: Add
changelog
command as a shortcut forgh fzf release --repo "benelan/gh-fzf"
(f8d5b23) - run: Add
alt-i
keybinding to filter byin_progress
(89580c0) - run: Add
alt-n
keybinding to to display a desktop notification on completion (b4185b7) - run: Improve fallback log viewer for the
dunstify
action (31d4199) - run: Add actions to notifications created by
dunstify
(a5c3c50) - run: Add util for displaying a desktop notification when the selected run completes. Requires
dunstify
,notify-send
, orosascript
(009598c)
Bug Fixes
- run: Resolve issues opening logs from the
dunstify
notification's action (922fb4b) - run: Fix quoting errors in the
osascript
notification (8a86ee7, 36c5676) - util: Ensure
--repo
and-R
flags are correctly passed to gh (46adb7e)
Performance Improvements
- issue, pr: Abort before sending request if a label wasn't selected via
alt-l
oralt-L
keybindings (86b4457)
v0.10.0
0.10.0 (2024-05-18)
Features
- Improve the default fzf user interface for users that haven't set
FZF_DEFAULT_OPTS
(d891a07) - issue: Add config options for naming the linked branch created via
alt-o
keybinding. See commit message for details/examples (f6f78e2) - issue: Checkout the existing linked branch if it exists with the
alt-o
keybinding (ecfd426) - issue: Prompt for branch name in
alt-o
keybinding (1aca50f)
Bug Fixes
v0.9.0
v0.8.0
0.8.0 (2024-04-09)
Features
- Add
label
command (#15) (abec1bd) - Add
workflow
command (#13) (09e402b) - issue, pr: Increase the default limit when selecting label via
alt-l
andalt-L
keybindings (1b81c6f) - issue, pr: Add
alt-l
andalt-L
keybindings to add and remove a label, respectively (fea7b42)