Skip to content

Releases: Undertone0809/gcop

v1.7.1

07 Nov 11:23
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for GCOP v1.7.1! We're excited to share some new updates that we believe will enhance your experience with GCOP.

For detailed information, please visit our official documentation: GCOP Documentation

To see the code, report issues, or contribute, check out our GitHub repository: GCOP on GitHub

What’s Changed

  • fix error when gcop migrate

👥 List of contributors

@Undertone0809

v1.7.0

07 Nov 01:11
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for GCOP v1.7.0! We're excited to share some new updates that we believe will enhance your experience with GCOP.

For detailed information, please visit our official documentation: GCOP Documentation

To see the code, report issues, or contribute, check out our GitHub repository: GCOP on GitHub

What’s Changed

  • Add git acp and git cp

👥 List of contributors

@Undertone0809

v1.6.0

05 Nov 21:15
Compare
Choose a tag to compare

👋 Hello and welcome to the release notes for GCOP v1.6.0! We're excited to share some new updates that we believe will enhance your experience with GCOP.

For detailed information, please visit our official documentation: GCOP Documentation

To see the code, report issues, or contribute, check out our GitHub repository: GCOP on GitHub

Run the following command to upgrade the version:

pip install -U gcop

What’s Changed

  • feat: add version checker, update config path and migration utility (#119) @Undertone0809

👥 List of contributors

@Undertone0809

v1.5.1

03 Nov 11:31
Compare
Choose a tag to compare

Use pip install -U gcop to upgrade the latest version.

What’s Changed

  • optimize the git commit prompt

👥 List of contributors

@Undertone0809

v1.5.0

23 Oct 07:02
25524ea
Compare
Choose a tag to compare

What’s Changed

👥 List of contributors

@Undertone0809

v1.4.0

21 Oct 16:15
69361c8
Compare
Choose a tag to compare

What’s Changed

Add command: git info

image

👥 List of contributors

@Undertone0809

v1.3.1

21 Oct 14:29
3e51d31
Compare
Choose a tag to compare

What’s Changed

image

  • refactor: improve generate_commit_message function and add feedback h… (#111) @Undertone0809

👥 List of contributors

@Undertone0809

v1.3.0

23 Jul 13:46
Compare
Choose a tag to compare

What’s Changed

  • add git ac
  • add git p

image

👥 List of contributors

@Undertone0809

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Jul 18:02
Compare
Choose a tag to compare

What's Change

Run the following command to upgrade the gcop.

pip install -U gcop
  • Simplify the use of git gcommit, you can directly use git c for copilot auto commit
  • Added some git commands such as:

1.git undo: Undo the last commit, but keep the file changes
2.git pf: Push the changes to the remote repository with force

More git aliases will be added in the future to provide easier extension of git commands.

image

image

Full Changelog: v1.0.2...v1.2.0

v1.1.0

04 Jul 15:03
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2