Projects STRLCPY git-open Commits 5344a731
🤬
  • ■ ■ ■ ■ ■ ■
    changelog.md
     1 +## [Version 2.1.0](https://github.com/:paulirish/git-open/releases/tag/v2.1.0) (2018-12-3)
     2 +[Full changelog](https://github.com/:paulirish/git-open/compare/v2.0.0...v2.1.0)
     3 + 
     4 +### New features
     5 + 
     6 +- Support opening current tag / commit: [#130](https://github.com/paulirish/git-open/pull/130)
     7 +- Add man page: [#110](https://github.com/paulirish/git-open/pull/110)
     8 +- Add support for sshconfig expansion: [#109](https://github.com/paulirish/git-open/pull/109)
     9 +- Add support for Bitbucket Server with different root context: [#113](https://github.com/paulirish/git-open/pull/113)
     10 +- Add support for AWS Code commit.: [#128](https://github.com/paulirish/git-open/pull/128)
     11 + 
     12 +### Bug fixes
     13 + 
     14 +- Fix bug with open -i on default VSTS project repo: [`67b72ac`](https://github.com/:paulirish/git-open/commit/67b72ac), [`aea6e3e`](https://github.com/:paulirish/git-open/commit/aea6e3e)
     15 +- Use ls-remote --get-url to get remote url: [`740222b`](https://github.com/:paulirish/git-open/commit/740222b)
     16 +- Fix shellcheck: [`775361b`](https://github.com/:paulirish/git-open/commit/775361b)
     17 +- Fix incompatability with bash < 4: [`895240f`](https://github.com/:paulirish/git-open/commit/895240f)
     18 +- Swap uppercase/lowercase for ssh feature: [`995e915`](https://github.com/:paulirish/git-open/commit/995e915) ([#123](https://github.com/:paulirish/git-open/issues/123))
     19 +- Remove openopt, allow spaces in $BROWSER: [`96c80ff`](https://github.com/:paulirish/git-open/commit/96c80ff)
     20 +- readme: One liner install for oh-my-zsh: [`29434cd`](https://github.com/:paulirish/git-open/commit/29434cd)
     21 +- deps: change markdownlint to markdownlint-cli: [`702b8a6`](https://github.com/:paulirish/git-open/commit/702b8a6), [`5b815cb`](https://github.com/:paulirish/git-open/commit/5b815cb)
     22 + 
     23 + 
     24 +---
     25 + 
     26 +Generated by [changelog.md](https://github.com/egoist/changelog.md)
     27 + 
  • ■ ■ ■ ■
    package.json
    1 1  {
    2 2   "name": "git-open",
    3  - "version": "2.0.0",
     3 + "version": "2.1.0",
    4 4   "description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.",
    5 5   "author": "Paul Irish (http://paulirish.com/)",
    6 6   "license": "MIT",
    skipped 46 lines
Please wait...
Page is in error, reload to recover