Skip to content

Commit

Permalink
Doc and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiossec committed Jan 24, 2018
1 parent 1e5fdf2 commit 6e54bad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to the `vscode-gitextensions` extension will be documented in this file.

## Release Notes
## [0.6.1]
### Added
- Update and Add forgotten changelog and Readme

## [0.6.0]
### Added
- Add `Commit` command in SCM title menu

## [0.5.0]
### Added
- New setting (`gitExtensions.exe.path`) to be able to specify the path toward GitExtensions executable
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Commands available via the Command Palette:

* GitExtensions: Blame current file
* GitExtensions: Create a branch
* GitExtensions: Browse in GitExtensions
* GitExtensions: Browse repository
* GitExtensions: Commit
* GitExtensions: Checkout a branch
* GitExtensions: Checkout a revision
Expand All @@ -27,17 +27,21 @@ Commands available via the Command Palette:

Commands available via the icons in the Status Bar (see VSCode settings to hide them):

* GitExtensions: Browse in GitExtensions
* GitExtensions: Browse repository
* GitExtensions: See File History


Commands available via the `explorer`, the `editor` and the `editor title` contextal menus :
Commands available via the `explorer`, the `editor` and the `editor title` contextual menus :

* GitExtensions: See in Diff Tool
* GitExtensions: See File History
* GitExtensions: Revert changes

These contextual menus could be easily hidden with VSCode settings `config.gitExtensions.explorer.contextmenu`, `config.gitExtensions.editor.title.contextmenu` and `config.gitExtensions.editor.contextmenu`.
Commands available via the `Source Control Management` title menu :
* GitExtensions: Browse repository
* GitExtensions: Commit

These contextual menus could be easily hidden with VSCode settings `config.gitExtensions.explorer.contextmenu`, `config.gitExtensions.editor.title.contextmenu`, `config.gitExtensions.editor.contextmenu` and `gitExtensions.scm.title.menu`.

## Requirements

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": "vscode-gitextensions",
"displayName": "GitExtensions",
"description": "Open GitExtensions GUI from Visual Studio Code",
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "Philippe Miossec",
"email": "[email protected]"
Expand Down

0 comments on commit 6e54bad

Please sign in to comment.