github.com/suzuken/ghq@v0.7.5-0.20160607064937-214ded0f64ec/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## 0.4 (2014-06-26)
     4  
     5  - [feature] Support per-URL configuration variables e.g. `ghq.<URL>.vcs` to skip VCS backend auto-detection
     6  - [fix] Fixed path problems of SCP-like URLs thanks to @osamu2001 (#20)
     7  - [fix] `ghq get -u` now updates work tree for Mercurial repositories thanks to @troter (#19)
     8  - And typo fixes thanks to @sorah, @dtan4 (#17, #18)
     9  
    10  ## 0.3 (2014-06-17)
    11  
    12  - [feature] `ghq get -shallow` to perform a shallow clone
    13  - [feature] Use GitHub token for `ghq import starred` if specified thanks to @makimoto (#16)
    14  - [fix] Resolve ghq.root's symlinks thanks to @sorah (#15)
    15  
    16  ## 0.2 (2014-06-10)
    17  
    18  - [feature] Support SCP-like repository URLs thanks to @kentaro (#1)
    19  - [feature] Support GitHub:Enterprise repository URLs thanks to @kentaro (#2)
    20  - [fix] Fix issue that default config variable was never used thanks to @Sixeight (#3)
    21  - [fix] Support Windows environment thanks to @mattn (#5)
    22  - [feature] `ghq get -p` to clone GitHub repositories with SSH thanks to @moznion (#7)
    23  - [feature] Support any remotes other than GitHub and Google Code thanks to @tcnksm (#8, #13)
    24  - [feature] Improve zsh completion thanks to @mollifier (#12)
    25  - [feature] Support `ghq get git` for GitHub repositories with user and project name same thanks to @Sixeight (#14)
    26  - And documentation updates thanks to @kentaro, @tricknotes (#6, #9)
    27  
    28  ## 0.1 (2014-06-01)
    29  
    30  - Initial release