Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Aug 15, 2015
1 parent 4048faf commit 5ec24b0
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
74 changes: 74 additions & 0 deletions lib/scheme/CHANGELOG.md
@@ -0,0 +1,74 @@

# CHANGELOG

## 2.4.1 (2015-08-15)

* #28, fixed bitbucket's commit scheme config.

## 2.4.0 (2015-08-12)

* #27, `$ gitopen {hash}`

## 2.3.4 (2015-08-03)

* fixed(config): fixed bitbucket pulls scheme config. #26

## 2.3.3 (2015-07-24)

* fixed #24 escape url for command args.
* fixed GitLab not support releases.

## 2.3.2 (2015-07-23)

* fixed `--path` option. #23

## 2.3.1 (2015-07-23)

* #22 fixed resolve relative path.

## 2.3.0 (2015-07-23)

* feat(path): support open filepath or directory. #16 #21

## 2.2.0 (2015-07-22)

* Add and Update gitopen, hgopen, svnopen documents
* Change `gitopen issue` to open new issue.
* Change `gitopen milestone` to open new milestone.
* Add `gitopen pr#1` alias for pull-request, more details sea README.

## 2.1.0 (2015-07-21)

* Add feature: open pull-request or merge request by id. fixed #10

## 2.0.0 (2015-07-21)

* Add `hgopen` feature #7, #14
* Refact open-commander.
* Fixed gitopen new pull-request.
* More testcases.

## 1.2.1 (2015-07-15)

* Fixed custom gitlab server without scheme. #8, #9

## 1.2.0 (2015-07-15)

* Add coding.net support. #2
* Add @profile support. #3

[milestone@1.2.0](https://github.com/hotoo/gitopen/issues?q=milestone%3A1.2.0)

## 1.1.0 (2015-07-13)

* Support Windows, Mac OS X, Unix and Linux. #1

## 1.0.1 (2015-07-12)

* feat(windows): Add windows supports.

## 1.0.0 (2015-07-05)

## 0.2.0 (2015-07-05)

## 0.1.0 (2015-07-02)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gitopen",
"version": "2.4.0",
"version": "2.4.1",
"description": "Open Remote from Browser.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 5ec24b0

Please sign in to comment.