Skip to content

Commit

Permalink
Bump up version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Mar 17, 2018
1 parent a373893 commit 45924ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to "Remote Repository Viewer" extension will be documented i
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2018-03-17
### Added
- Shortcut command to open GitHub repositories
- Support npm package viewing
- Support Visual Studio Code extension viewing

### Changed
- Repository/package directory names are now namespaced with `--`

## [0.2.0] - 2018-02-04
### Added
- List already cloned repositories and quickly open one of them
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This extension fetches the repository into a user defined directory and open it
* Clone the repository you want to read and open it in a new window
* Do not clone and just open in a new window if the repository is previously cloned
* Show the list of already cloned repositories so that user can quickly open them
* GitHub repository can be opened with `g` prefix. e.g. `g Microsoft/vscode`
* npm package code can be opened with `n` prefix. e.g. `n lodash`
* VS Code extension code can be opened with `vsc` prefix. e.g. `vsc https://marketplace.visualstudio.com/items?itemName=ryu1kn.remote-repo-viewer`

![Download and open repository in new window](https://raw.githubusercontent.com/ryu1kn/vscode-remote-repo-viewer/master/images/public.gif)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "remote-repo-viewer",
"displayName": "Remote Repository Viewer",
"description": "Open remote repository in a new window to help effective code reading",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "ryu1kn",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
Expand Down

0 comments on commit 45924ec

Please sign in to comment.