Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Feb 9, 2017
1 parent 0dec7be commit cd2109c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# CHANGELOG

## 2.5.2 (2017-02-09)

- feat: Add `gitopen branches` command.
- feat: Delete gitcafe(merged into coding.net).

## 2.5.1 (2016-10-27)

* fix(path.dirname): path.dirname(undefined) throw error since node v6. #40, #41
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ $ gitopen prs # https://github.com/hotoo/gitopen/pulls, alias
$ gitopen wiki # Open wiki pages.
$ gitopen release # Open releases page.
$ gitopen tags # Open tags page.
$ gitopen commits # Open commits pages.
$ gitopen commits # Open commits page.
$ gitopen brs # Open branches page.
$ gitopen branchs # Open branches page.
$ gitopen branches # Open branches page.
$ gitopen {hash} # Open commit page by hash code.
$ gitopen README.md # Open remote blob url. default use current working branch.
Expand Down
1 change: 1 addition & 0 deletions bin/open-commander.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = function(argv, option, callback) {
console.log(' {directory} Open directory by given branch, default is current working branch.');
console.log(' wiki Open wiki page');
console.log(' commits Open commits list page, alias `ci`');
console.log(' branches Open branches list page, alias `brs` and `branchs`');
console.log(' tags Open tags list page');
console.log(' milestones Open milestones list page');
console.log(' milestones#1 Open milestones by id');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitopen",
"version": "2.5.1",
"version": "2.5.2",
"description": "Open Remote from Browser.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit cd2109c

Please sign in to comment.