From 9f219100063570f57a9568f966694347c942b5cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:05:58 +0000 Subject: [PATCH 1/3] Initial plan From 64ec0fdacecd0979a6da1413315f942bd35f7039 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:08:36 +0000 Subject: [PATCH 2/3] Bump version to 1.19.0 and update changelog Co-authored-by: letmaik <530988+letmaik@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a38ee..d56755a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.19.0 + +* Add GitHub PR comparison command [#130](https://github.com/letmaik/vscode-git-tree-compare/pull/130) + ## 1.18.0 * Add configurable rename detection threshold [#115](https://github.com/letmaik/vscode-git-tree-compare/pull/115) diff --git a/package.json b/package.json index 663386b..e6b7213 100644 --- a/package.json +++ b/package.json @@ -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" From caeb7a389c5425b97a937f341a65607cb11074ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:14:21 +0000 Subject: [PATCH 3/3] Add all missing PRs to changelog for v1.19.0 Co-authored-by: letmaik <530988+letmaik@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56755a..e453fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## 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