Skip to content

Latest commit

 

History

History
176 lines (91 loc) · 6.45 KB

File metadata and controls

176 lines (91 loc) · 6.45 KB

v3.23.4

compare changes

🚀 Enhancements

  • version: Add version utility functions and enhance worktree item mapping (33392ca)

🩹 Fixes

  • git: Enhance main folder path resolution (06ae549)

v3.23.3

compare changes

🩹 Fixes

  • git: Simplify main folder retrieval logic (b8a0627)

v3.23.2

compare changes

🩹 Fixes

  • path: Preserve path casing on case-sensitive filesystems (#48)

💅 Refactors

  • folder: Extract path utility functions and simplify folder URI handling (e21007a)

v3.23.1

compare changes

🩹 Fixes

  • util: Correct method name for case conversion in toSimplePath function (1e774bf)
  • folderRoot: Ensure folder URIs are consistently lowercased for cross-platform compatibility (70772da)

v3.23.0

compare changes

🩹 Fixes

  • linux: Fix the issue where the plugin does not work properly under Linux (#47)

🏡 Chore

  • release: Update pnpm action version in release workflow (28e6235)

v3.22.3

compare changes

🩹 Fixes

  • command: Pass DefaultDisplayList to pickWorktree in searchAllWorktreeCmd (2c382d7)

v3.22.2

compare changes

🎨 Styles

  • command: Update icon paths and improve file decoration colors (ec7dfb2)

v3.22.1

compare changes

🚀 Enhancements

  • quickPick: Display file icon by adding resourceUri to workspace pick items (632940b)

🩹 Fixes

  • i18n: Update glob pattern descriptions (3f010ec)

🏡 Chore

  • release: Update pnpm action to v4.2.0 in release workflow (7d8386f)
  • eslint: Migrate to eslint 9 (9f5c12a)

v3.22.0

compare changes

🚀 Enhancements

  • Respect vscode git.checkoutType setting (#43)
  • branch: Sanitize branch name (#44)

📖 Documentation

  • Add Open VSX Downloads badge to README files (620dd9f)
  • README: Update documentation with improved descriptions and configuration details (2d6ead4)

v3.21.1

compare changes

🩹 Fixes

  • worktree: Handle undefined main folder path in getRootItems (5bf36f1)

📖 Documentation

  • Git version requirement (93a84b1)

v3.21.0

compare changes

🩹 Fixes

  • worktree: Improve symlink copy handling (9d26c2b)

v3.20.0

compare changes

🚀 Enhancements

  • git: Use VSCode Git extension's Git path (c47a78a)
  • git: Enhance execBase with Git environment variables (89f3b72)

v3.19.0

compare changes

🚀 Enhancements

  • Add $BASE_ROOT variable support and update worktree path template (e4d5dd8)

🤖 CI

v3.18.0

compare changes

🚀 Enhancements

  • worktree: Enhance file copying with symbolic link support and integrate fast-glob for pattern matching (#41)

v3.17.2

compare changes

🚀 Enhancements

  • quickpick: Add move worktree action in the worktree quick pick menu (1bfdff7)

🩹 Fixes

  • treeView: Refresh favorite data (4c63bb9)

🏡 Chore

  • ignore: Update eslint and vscode ignore files (3174340)

v3.17.1

compare changes

🚀 Enhancements

  • worktree: Normalize branch ref names when creating worktrees (#38)

📦 Build

  • deps: Update dependencies (d8ca474)