Skip to content

Commit 9440c7c

Browse files
committed
Update readme and change log
1 parent 43194d3 commit 9440c7c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## in progress
88

9+
## 0.4.0
10+
11+
### Added
12+
13+
- List changed files for relevant commit [Issue 11](https://github.com/rkotze/git-ease/issues/11)
14+
- Hover over file to reveal open file action. Click to open associated file.[Issue 11](https://github.com/rkotze/git-ease/issues/11)
15+
- Click on the file list time to open a diff view of changes made: [Issue 14](https://github.com/rkotze/git-ease/issues/14)
16+
17+
![Commit file list](https://user-images.githubusercontent.com/10452163/114325307-447cee00-9b27-11eb-9a5c-9af020a75e35.png)
18+
919
## 0.3.0
1020

1121
### Added

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Introduce a clean and interactive UI for viewing the Git log in VS Code SCM pane
1818
1. [Features](#features)
1919
1. [Settings](#settings)
2020

21-
<img title="Preview of Git Ease" src="https://user-images.githubusercontent.com/10452163/107157153-75e80a80-697a-11eb-965d-ecfcb1b485e5.png" width="350" />
21+
<img title="Preview of Git Ease" src="https://user-images.githubusercontent.com/10452163/114325414-f1576b00-9b27-11eb-9f69-753c6418a27c.png" width="350" />
2222

2323
## Install
2424

@@ -37,6 +37,7 @@ Type **"Git-Ease"** in VS Code extensions panel or VS Code marketplace [Git Ease
3737
- Link to remote repository **issues** (GitHub, enterprise GitHub and Bit Bucket) Example: Scans for #1 and links to issue 1
3838
- Link to remote repository **commits** (GitHub and enterprise GitHub)
3939
- Link to project management tools like Jira by providing custom Regex patterns. See settings how to setup.
40+
- List file changes for a commit, open associated file and view file diff.
4041

4142
## Settings
4243

0 commit comments

Comments
 (0)