Skip to content

Commit da99496

Browse files
committed
chore(release): v3.24.1
1 parent 6fba2cd commit da99496

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v3.24.1
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.24.0...v3.24.1)
4+
5+
### 🩹 Fixes
6+
7+
- **getWorktreeList:** Improve path normalization for worktree and main folder comparisons ([6026e9c](https://github.com/jackiotyu/git-worktree-manager/commit/6026e9c))
8+
9+
### 🏡 Chore
10+
11+
- **tests:** Add unit tests for path utilities using Vitest ([6fba2cd](https://github.com/jackiotyu/git-worktree-manager/commit/6fba2cd))
12+
113
## v3.24.0
214

315
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.23.6...v3.24.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "git-worktree-manager",
44
"displayName": "Git Worktree Manager",
55
"description": "Effortless multi-workspace management and fast Git project cloning across directories.轻松管理多工作区,快速克隆 Git 项目并跨目录运行。",
6-
"version": "3.24.0",
6+
"version": "3.24.1",
77
"packageManager": "pnpm@10.0.0",
88
"engines": {
99
"vscode": "^1.60.0"

0 commit comments

Comments
 (0)