Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.19.0

* Add GitHub PR comparison command [#130](https://github.com/letmaik/vscode-git-tree-compare/pull/130)
* Add external git difftool support [#129](https://github.com/letmaik/vscode-git-tree-compare/pull/129)
* Add file sorting options for list view [#128](https://github.com/letmaik/vscode-git-tree-compare/pull/128)
* Add configuration options to filter untracked files and unstaged changes [#126](https://github.com/letmaik/vscode-git-tree-compare/pull/126)
* Add Copy Path and Copy Relative Path context menu items [#125](https://github.com/letmaik/vscode-git-tree-compare/pull/125)
* Sort refs by committer date by default [#124](https://github.com/letmaik/vscode-git-tree-compare/pull/124)
* Add automatic checkbox reset based on file modification time [#123](https://github.com/letmaik/vscode-git-tree-compare/pull/123)

## 1.18.0

* Add configurable rename detection threshold [#115](https://github.com/letmaik/vscode-git-tree-compare/pull/115)
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": "git-tree-compare",
"displayName": "Git Tree Compare",
"description": "Diff your worktree against a branch, tag, or commit in a tree -- especially useful for pull request preparation or merge preview",
"version": "1.18.0",
"version": "1.19.0",
"author": {
"name": "Maik Riechert",
"url": "https://github.com/letmaik"
Expand Down