Releases: gennaro-tedesco/gh-f
Releases Β· gennaro-tedesco/gh-f
v1.2.1
v1.2.0
added keymaps to view runs and updated github actions
v1.1.6
v1.1.6: preventing tags() to fuzzy sort
v1.1.5
added command to view commit the tag points to
v1.1.4
v1.1.3
Fix awk
statement to correctly parse tags()
output and preview
v1.1.2
v1.1.1
Added diffs()
function gh f -d
that allows to select file extensions and only diff accordingly
v1.1.0
New features
- added
ctrl-d/ctrl-v
to diff and view commit logs (and patches), respectively; see #23 - added
fzf
headers to each function to indicate available commands
Changes
Enter
ongh f -l
now checks out the corresponding commit instead of just showing the commit patch; the latter can be viewed viactrl-v
Contributors
- Credits to @paul-sachs for idea and PR
v1.0.0
Description
- First stable release. The extension should be robust enough to run on most systems and display consistent results; most bugs and inaccuracies have been addressed and fixed.
Bugfixes
- Fixed regex argument in
greps()
and limited revision history to selected files only - Removed redundant previews and optimised the code
Other
- Tested #16 more thoroughly