Skip to content

Releases: pChochura/itg

Minor bug fixes

01 Jun 14:01
8f7f3af

Choose a tag to compare

Fixed adding assignee to the newly created Pull Request.
Fixed bug with not adding description to the created issue.

Removed console.logs

22 May 16:49
3996cda

Choose a tag to compare

Removed unnecessary console.log

Missing modules

22 May 16:40
2afe318

Choose a tag to compare

Fixed missing 'extensions' module error

Missing modules

22 May 16:37
676a5d1

Choose a tag to compare

Fixed missing modules after publish

No more 'shelljs'

22 May 16:25
3b2c798

Choose a tag to compare

Replaced 'shelljs' with custom 'child_process' implementation.
Fixed '--version' option.
Added 'close' option.

Example:

itg close wont-do
itg close done
itg close "Custom comment"
itg close

Windows system fixes

17 May 11:27
fc50de1

Choose a tag to compare

Windows issues fixed

  • creating directories recurrsively wasn't handled properly
  • opening a website wasn't possible
  • saved token's names were the same on all computers and for all users
  • shelljs module import was missing

Missing graphql module

16 May 21:30
f2ce3d4

Choose a tag to compare

Merge pull request #26 from Pawelek99/missing-graphql-module-i25

Missing graphql module

Missing dependency fix

16 May 21:24
8f0cc87

Choose a tag to compare

Package dotenv wasn't removed properly

Omitting 'issue' prefix is now possible

16 May 21:16
98eb44b

Choose a tag to compare

Now you can type for example:

itg my_new_issue

and it will interpreted as if it was called:

itg i "my_new_issue"

To enable this behavior, type:

itg --disable-warning

Also now you have proper --version option:

itg -v

will output:
0.4.0

Fixed missing files

13 May 18:11
dffd33a

Choose a tag to compare

Merge pull request #17 from Pawelek99/save-token-globally-i15

Save token globally