Skip to content

Commit 14fe364

Browse files
Copilotletmaik
andauthored
Bump version to 1.19.0 with complete changelog (#131)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: letmaik <530988+letmaik@users.noreply.github.com>
1 parent f350fb2 commit 14fe364

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.19.0
2+
3+
* Add GitHub PR comparison command [#130](https://github.com/letmaik/vscode-git-tree-compare/pull/130)
4+
* Add external git difftool support [#129](https://github.com/letmaik/vscode-git-tree-compare/pull/129)
5+
* Add file sorting options for list view [#128](https://github.com/letmaik/vscode-git-tree-compare/pull/128)
6+
* Add configuration options to filter untracked files and unstaged changes [#126](https://github.com/letmaik/vscode-git-tree-compare/pull/126)
7+
* Add Copy Path and Copy Relative Path context menu items [#125](https://github.com/letmaik/vscode-git-tree-compare/pull/125)
8+
* Sort refs by committer date by default [#124](https://github.com/letmaik/vscode-git-tree-compare/pull/124)
9+
* Add automatic checkbox reset based on file modification time [#123](https://github.com/letmaik/vscode-git-tree-compare/pull/123)
10+
111
## 1.18.0
212

313
* Add configurable rename detection threshold [#115](https://github.com/letmaik/vscode-git-tree-compare/pull/115)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-tree-compare",
33
"displayName": "Git Tree Compare",
44
"description": "Diff your worktree against a branch, tag, or commit in a tree -- especially useful for pull request preparation or merge preview",
5-
"version": "1.18.0",
5+
"version": "1.19.0",
66
"author": {
77
"name": "Maik Riechert",
88
"url": "https://github.com/letmaik"

0 commit comments

Comments
 (0)