@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## [Unreleased]
### Added
### Added
- Adds `Open Working File` command (`gitlens.openWorkingFile`) - opens the working file for the active file revision -- closes [#236](https://github.com/eamodio/vscode-gitlens/issues/236)
- Adds `Open Working File` command (`gitlens.openWorkingFile`) - opens the working file for the active file revision -- closes [#236](https://github.com/eamodio/vscode-gitlens/issues/236)
- Adds `Open Revision...` command (`gitlens.openFileRevision`) - opens the selected revision for the active file
### Fixed
- Fixes issues with commit paging in certain quick pick menus
@ -332,6 +332,8 @@ While GitLens is highly customizable and provides many [configuration settings](
- Adds a `Open Working File"` command (`gitlens.openWorkingFile`) to open the working file for the active file revision
- Adds a `Open Working File"` command (`gitlens.openWorkingFile`) to open the working file for the active file revision
- Adds a `Open Revision...` command (`gitlens.openFileRevision`) to open the selected revision for the active file
- Adds a `Open Changes (with difftool)` command (`gitlens.externalDiff`) to the source control group and source control resource context menus to open the changes of a file or set of files with the configured git difftool
- Adds a `Open Changes (with difftool)` command (`gitlens.externalDiff`) to the source control group and source control resource context menus to open the changes of a file or set of files with the configured git difftool
- Adds a `Open All Changes (with difftool)` command (`gitlens.externalDiffAll`) to open all working changes with the configured git difftool
- Adds a `Open All Changes (with difftool)` command (`gitlens.externalDiffAll`) to open all working changes with the configured git difftool