github.com/halhenke/ghq@v0.8.1-0.20180207100234-7e68f823b46d/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## 0.8.0 (2017-08-22)
     4  
     5  - [breaking feature] If given URL does not contain / character, treat the URL as `https://github.com/<USERNAME>/<URL>`, where USERNAME is GitHub username obtained from `ghq.user` Git configuration variable, GITHUB_USER or USER (USERNAME in Windows) environment variables thanks to @b4b4r07 (#81)
     6  - [maintenance] Fix building configuration thanks to @south37 (#85), @smizy (#82)
     7  
     8  ## 0.7
     9  
    10  <History lost>
    11  
    12  ## 0.4 (2014-06-26)
    13  
    14  - [feature] Support per-URL configuration variables e.g. `ghq.<URL>.vcs` to skip VCS backend auto-detection
    15  - [fix] Fixed path problems of SCP-like URLs thanks to @osamu2001 (#20)
    16  - [fix] `ghq get -u` now updates work tree for Mercurial repositories thanks to @troter (#19)
    17  - And typo fixes thanks to @sorah, @dtan4 (#17, #18)
    18  
    19  ## 0.3 (2014-06-17)
    20  
    21  - [feature] `ghq get -shallow` to perform a shallow clone
    22  - [feature] Use GitHub token for `ghq import starred` if specified thanks to @makimoto (#16)
    23  - [fix] Resolve ghq.root's symlinks thanks to @sorah (#15)
    24  
    25  ## 0.2 (2014-06-10)
    26  
    27  - [feature] Support SCP-like repository URLs thanks to @kentaro (#1)
    28  - [feature] Support GitHub:Enterprise repository URLs thanks to @kentaro (#2)
    29  - [fix] Fix issue that default config variable was never used thanks to @Sixeight (#3)
    30  - [fix] Support Windows environment thanks to @mattn (#5)
    31  - [feature] `ghq get -p` to clone GitHub repositories with SSH thanks to @moznion (#7)
    32  - [feature] Support any remotes other than GitHub and Google Code thanks to @tcnksm (#8, #13)
    33  - [feature] Improve zsh completion thanks to @mollifier (#12)
    34  - [feature] Support `ghq get git` for GitHub repositories with user and project name same thanks to @Sixeight (#14)
    35  - And documentation updates thanks to @kentaro, @tricknotes (#6, #9)
    36  
    37  ## 0.1 (2014-06-01)
    38  
    39  - Initial release