Releases: Undertone0809/gcop
v1.7.1
👋 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
v1.7.0
👋 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
andgit cp
👥 List of contributors
v1.6.0
👋 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
v1.5.1
Use pip install -U gcop
to upgrade the latest version.
What’s Changed
- optimize the git commit prompt
👥 List of contributors
v1.5.0
What’s Changed
- add git amend and optimize the logic of prompt (#117) @Undertone0809
- chore: update umami tracking id in vitepress config (#116) @Undertone0809
👥 List of contributors
v1.4.0
What’s Changed
Add command: git info
- feat: add 'git info' command to display repository details (#115) @Undertone0809
- docs: update vitepress config and theme styles (#113) @Undertone0809
👥 List of contributors
v1.3.1
What’s Changed
- refactor: improve generate_commit_message function and add feedback h… (#111) @Undertone0809
👥 List of contributors
v1.3.0
v1.2.0
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.
Full Changelog: v1.0.2...v1.2.0
v1.1.0
Full Changelog: v1.0.1...v1.0.2