Releases: kamontat/gitgo
Releases · kamontat/gitgo
Release newest version
v--version doc(master): add README document to master branch
Refactor core commit message and formatting
v3.0.0 feat(ui-prompt): add scope to commit message
Improvement and Fixes
v2.3.2 - 2018-09-28
Documentation
- Update help command
- Fix commit format
- Update documents (docs)
Fixes Bug
- Fix test error
- Fix deployment script
Improving User Experience
- Add config as default global config list
- Make hashtag always add if setting true
- Update default config file
- Add testing
v2.3.1 - 2018-09-13
Documentation
- Update documents (docs)
Fixes Bug
- Fix progress to not done
Improving User Experience
- Add more debug log and verbose log
v2.3.0 - 2018-09-12
Documentation
- Update document README
- Update documents (docs)
Features
- Add main feature changelog
Fixes Bug
- Initial error
- Fix variable not use error
Improving User Experience
- Make commit format as conventional-changelog
Fix and improvement
v2.3.1 [release] Version v2.3.1
Add Changelogs with dependencies
Add library git-chglog and changelog generator
Make improvement and Enhancement
Enhancement
- Add branch list command
- Add branch create command
- Add current branch command
Improvement
- Add color to branch command
- Update error and color
- Update code in commit libraries
- improve commit initial command
Fixes
- Fix git add all while commit file error
- Add error log in some part of command
Commit initial and improvement
Feature
- Add commit initial command
- Add 2 new flag in commit
-e
,--each
: Add each file-a
,--add
: same as-a
flag in git command
Improvement
- Add improvement in git commit command
- Add improvement in git config command
Announcement: New completed rewrite code
Feature
- Commit code by format:
[header]: title
message
- Add configuration file
version: 2
log: false
commit:
message: false
- Add customizable list of header. You also able to create this file on repository, and script will merge the list with the global one.
version: 2
list:
- key: feature
value: Introducing new features.
- key: improve
value: Improving user experience / usability / performance.
- key: fix
value: Fixing a bug.
- key: refactor
value: Refactoring code.
- key: files
value: updating file(s) or folder(s).
- Easier create config by
gitgo config init [--global|--local]
- Changes cli engine (cli => cobra)
New version 1.4.x release
Feature
- More commit database
- New sorting commit database
- Configuration file not longer use symlink, but use copy instead
- New key list message, easier to read
- New prompt library, more easy to use (HUGE CHANGE)