Skip to content

Commit 1468ace

Browse files
committed
chore(release): v3.24.2
1 parent 6cfc4e7 commit 1468ace

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v3.24.2
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.24.1...v3.24.2)
4+
5+
### 🚀 Enhancements
6+
7+
- **treeView:** Show last commit time on worktree items ([#51](https://github.com/jackiotyu/git-worktree-manager/pull/51))
8+
9+
### 🩹 Fixes
10+
11+
- **path:** Enhance path normalization for cross-platform compatibility ([952d2a0](https://github.com/jackiotyu/git-worktree-manager/commit/952d2a0))
12+
13+
### 📖 Documentation
14+
15+
- Update AGENTS.md with enhanced development guidelines and project structure ([b5c0097](https://github.com/jackiotyu/git-worktree-manager/commit/b5c0097))
16+
17+
### 🏡 Chore
18+
19+
- Add pnpm workspace configuration to allow builds for specific packages ([0989519](https://github.com/jackiotyu/git-worktree-manager/commit/0989519))
20+
121
## v3.24.1
222

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

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.1",
6+
"version": "3.24.2",
77
"packageManager": "pnpm@11.0.6",
88
"engines": {
99
"vscode": "^1.60.0"

0 commit comments

Comments
 (0)