Skip to content

Latest commit

 

History

History
134 lines (70 loc) · 7.19 KB

CHANGELOG.md

File metadata and controls

134 lines (70 loc) · 7.19 KB

Changelog

0.10.0 (2024-05-18)

Features

  • Improve default user interface (d891a07)
  • issue: Add options for naming linked branch (f6f78e2)
  • issue: Checkout existing linked branch if exists (ecfd426)
  • issue: Prompt for branch name in develop keybind (1aca50f)

Bug Fixes

  • Config issues when user hasn't set FZF_DEFAULT_OPTS (5ae01a4)
  • issue: Syntax error setting linked branch name (9c484d8)

0.9.0 (2024-05-02)

Features

  • preview, header: Readable on small width terminals (ca8bbf5)
  • Refresh preview after keybind actions execute (f3b5fad)

Bug Fixes

  • label: Handle spaces in label names (b7697a0)

0.8.0 (2024-04-09)

Features

  • Add label command (#15) (abec1bd)
  • Add workflow command (#13) (09e402b)
  • issue, pr: Increase labels limit in keybinds (1b81c6f)
  • issue, pr: Keybindings to add/remove label (fea7b42)

Bug Fixes

  • Blocked process when opening item in browser (0284389)
  • Ensure all commands respect --repo flag (526452b)

0.7.0 (2024-03-06)

Features

0.6.0 (2024-02-12)

Features

Bug Fixes

  • Pass repo flag to preview and keybinding commands (#8) (d97c8cb)

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)

0.4.0 (2023-12-30)

Features

  • run: Add additional status colors to further differentiate conclusions (932579f)
  • run: Add keybinding to show the pr for the run's branch (f836706)

Reverts

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

0.3.0 (2023-12-28)

Features

  • issue, pr, run: Add newline between keybind hints and column headers (4ee118a)
  • Manually truncate results columns to improve search matches and readability (0f08e40)
  • pr: Replace the 'gh pr checks' keybinding with 'gh fzf run' (7ffca65)

Bug Fixes

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

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: Typo in comments flag (6c29bc4)

0.1.0 (2023-11-28)

Features

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