Skip to content

Releases: kamontat/gitgo

Release newest version

21 Feb 11:19
Compare
Choose a tag to compare
v--version

doc(master): add README document to master branch

Refactor core commit message and formatting

05 Feb 14:40
Compare
Choose a tag to compare
v3.0.0

feat(ui-prompt): add scope to commit message

Improvement and Fixes

27 Sep 17:46
d3e838c
Compare
Choose a tag to compare

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

13 Sep 05:25
Compare
Choose a tag to compare
v2.3.1

[release] Version v2.3.1

Add Changelogs with dependencies

12 Sep 10:37
Compare
Choose a tag to compare

Add library git-chglog and changelog generator

Make improvement and Enhancement

12 Sep 08:53
Compare
Choose a tag to compare

Enhancement

  1. Add branch list command
  2. Add branch create command
  3. Add current branch command

Improvement

  1. Add color to branch command
  2. Update error and color
  3. Update code in commit libraries
  4. improve commit initial command

Fixes

  1. Fix git add all while commit file error
  2. Add error log in some part of command

Commit initial and improvement

11 Sep 17:51
Compare
Choose a tag to compare

Feature

  1. Add commit initial command
  2. Add 2 new flag in commit
  3. -e, --each: Add each file
  4. -a, --add: same as -a flag in git command

Improvement

  1. Add improvement in git commit command
  2. Add improvement in git config command

Announcement: New completed rewrite code

15 Aug 19:04
Compare
Choose a tag to compare

Feature

  1. Commit code by format:
[header]: title
message
  1. Add configuration file
version: 2
log: false
commit:
  message: false
  1. 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).
  1. Easier create config by gitgo config init [--global|--local]
  2. Changes cli engine (cli => cobra)

New version 1.4.x release

24 Jun 17:35
Compare
Choose a tag to compare

Feature

  1. More commit database
  2. New sorting commit database
  3. Configuration file not longer use symlink, but use copy instead
  4. New key list message, easier to read
  5. New prompt library, more easy to use (HUGE CHANGE)

1.1.4

11 Apr 04:20
Compare
Choose a tag to compare
[fix]: Fix initial commit nothing appear