Skip to content

Releases: angel-git/where-is-my-commit

1.3.3

21 Mar 08:10
Compare
Choose a tag to compare

Fix an issue if usernames have spaces

1.3.2

19 Sep 14:21
Compare
Choose a tag to compare
  • Added date into the output:
    image
  • Updated V

1.3.1

24 Jun 00:01
Compare
Choose a tag to compare
  • Upgrade v to 0.3.4
  • Added author on the output and few colors:
    image

1.3.0

15 Oct 23:07
Compare
Choose a tag to compare

Added spinner while executing the commands:

Oct-16-2022 01-06-06

1.2.0

28 May 11:09
Compare
Choose a tag to compare

Now the search command also prints the commit hash next to the branch/tag to avoid confusion why branch/tags are duplicated in the output, ie:

gw search -tag MY_TAG_NAME -branch MY_BRANCHES D-19007

Searching for D-19007 in branches MY_BRANCHES and tags MY_TAG_NAME
Branches:
origin/10.0.MY_BRANCHES (11e0bd5297)
origin/10.1.MY_BRANCHES (11e0bd5297)
Tags:
MY_TAG_NAME-10.0.10 (21c4e784b6)
MY_TAG_NAME-10.0.11 (41df034952)
MY_TAG_NAME-10.0.12 (41df034952)
MY_TAG_NAME-10.0.12-alp (41df034952)

1.1.1

27 May 17:48
Compare
Choose a tag to compare

Nothing has changed, only chore tasks:

  • add github action to build and upload executables
  • add format code pre-commit and format the code

1.1.0

11 May 11:20
754a0ae
Compare
Choose a tag to compare

Added new command:

Usage: gw diff <tag1> <tag2>

Shows the commits between 2 tags

Flags:
      -help           Prints help information.

1.0.0

01 May 15:41
Compare
Choose a tag to compare

First release