Skip to content

Commit

Permalink
Release 1.3.0 package & documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchie committed Feb 16, 2019
1 parent 658e1c8 commit b01e817
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Coming Soon
* Open the VSCode diff view for a file selected in the commit details view.

## 1.3.0 - 2019-02-16
* Commit details view (click on a commit to open it). This shows the full commit details, and a tree view of all file changes in the commit.
* Support for git reset hard, mixed & soft.
* Add the branch colour to ref labels to make them easier to read.

## 1.2.0 - 2019-02-12
* Graph generation improvements, making complex graphs easier to read
* Graph rendering performance improvements
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ View a Git Graph of your repository, and easily perform Git actions from the gra
* Perform Git Actions (available by right clicking on a commit / branch / tag):
* Create, Checkout, Rename & Delete Branches
* Add & Delete Tags
* Reset to commit
* Reset current branch to commit
* Copy Commit Hash to Clipboard
* Configurable settings (e.g. graph style, branch colours, and more...)
* "Git Graph: View Git Graph" launch command in the Command Palette
Expand All @@ -40,7 +40,7 @@ This extension contributes the following commands:

## Coming Soon

* View Changes in commit by right clicking on it
* Open the VSCode diff view for a file selected in the commit details view.

## Release Notes
Detailed Release Notes are available [here](CHANGELOG.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "git-graph",
"displayName": "Git Graph",
"version": "1.2.0",
"version": "1.3.0",
"publisher": "mhutchie",
"author": {
"name": "Michael Hutchison",
Expand Down
Binary file modified resources/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b01e817

Please sign in to comment.