Skip to content

Releases: aragami3070/github-cli

v.1.15.0: 2025.09.03 Release

03 Sep 06:37
45c6662

Choose a tag to compare

Feats:

  • Add command for delete comment (delete) with flags:
    • comment-id (required flag)
    • owner
    • repo

Other command work in progress

v.1.14.1: 2025.08.24 Release

23 Aug 20:09
bb12f46

Choose a tag to compare

Fix: return printing release tag value in link after create release

Other command work in progress

v.1.14.0: 2025.08.24 Release

23 Aug 20:03

Choose a tag to compare

Feats:

  • Add command for update comment (update) with flags:
    • comment-id (required flag)
    • owner
    • repo
    • body

Chore:

  • Fix cargo clippy warnings

Other command work in progress

v.1.13.0: 2025.08.23 Release

23 Aug 10:23
59f631f

Choose a tag to compare

Feats:

  • Add command for get issue (get) with flags:
    • number (required flag)
    • owner
    • repo
  • Add command for get from list issue (get-from-list) with flags:
    • owner
    • repo
    • creator
    • assignee
    • state
    • labels
    • numb_of_page
    • iss_on_page

Other command work in progress

v.1.12.0: 2025.08.17 Release

17 Aug 17:35
39a1676

Choose a tag to compare

Add for all issue, release, comment command's option use current repo or input repo info using flags --owner and --repo

Other command work in progress

v.1.11.0: 2025.07.17 Release

13 Aug 14:34
dbde00b

Choose a tag to compare

Add command for get all pull request review comments (get-all-from-review) with flags:

  • number (required flag)
  • sort
  • order

Other command work in progress

v.1.10.0: 2025.07.17 Release

16 Jul 22:59
045979f

Choose a tag to compare

Add command for get all issue/pull request comments (get-all) with flags:

  • number (required flag)
  • target (required flag)

Other command work in progress

v.1.9.2: 2025.07.12 Release

11 Jul 21:21

Choose a tag to compare

Add:

  • Add rust.yml for build check in github workflow

Other command work in progress

v.1.9.1: 2025.07.12 Release

11 Jul 21:06
b571498

Choose a tag to compare

Add:

  • Repo enum for choose when new(): parse current git repo info or create from vars

Chore:

  • split main match into files
  • add release command descriptions

Other command work in progress

v.1.9.0: 2025.07.07 Release

07 Jul 08:23

Choose a tag to compare

Add command for get all from user release (get-all-from-user) with flags:

  • owner (required flag)
  • order
  • sort-value
  • type-value

Other command work in progress