Skip to content

Releases: gennaro-tedesco/gh-f

v1.1.5

26 Mar 14:25
29fc570
Compare
Choose a tag to compare
added command to view commit the tag points to

v1.1.4

27 Nov 09:44
2d50f67
Compare
Choose a tag to compare

Use less -R as pager alternative to bat.

Contribution by @taiki45

v1.1.3

23 Nov 10:00
Compare
Choose a tag to compare

Fix awk statement to correctly parse tags() output and preview

v1.1.2

11 Aug 16:53
Compare
Choose a tag to compare

Address #30, re-using output from the variable already set.

Contribution by @gbirke!

v1.1.1

10 Feb 16:41
Compare
Choose a tag to compare

Added diffs() function gh f -d that allows to select file extensions and only diff accordingly

v1.1.0

21 Sep 22:24
Compare
Choose a tag to compare

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 on gh f -l now checks out the corresponding commit instead of just showing the commit patch; the latter can be viewed via ctrl-v

Contributors

v1.0.0

07 Sep 14:50
Compare
Choose a tag to compare

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

v0.3.6

30 Aug 20:07
Compare
Choose a tag to compare
v0.3.6: sorting tags by semantic version

v0.3.5

30 Aug 19:47
749eec8
Compare
Choose a tag to compare
version v0.3.5 fixed pr prompt

v0.3.4

19 Aug 19:53
03fa673
Compare
Choose a tag to compare
added gh f -e to show git config --list