Skip to content

Releases: 1ureka/vs-explorer

Release 1.0.5

Choose a tag to compare

@github-actions github-actions released this 15 May 06:50
12d80f1
Merge pull request #9 from 1ureka/1.0.5

This pull request introduces a new gridSelectionStore system to handle image selection in grid view, separating it from the existing selectionStore to resolve selection issues unique to image mode. It also unifies and simplifies the file deletion workflow across the backend and frontend, standardizing parameter names and logic. The UI is updated to visually reflect image selection, and all related actions (click, keyboard shortcuts, context menu) now use the new selection logic in image mode.

Release 1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Apr 11:21
chore: 更新版本號至 1.0.4

Release 1.0.3

Choose a tag to compare

@github-actions github-actions released this 14 Apr 11:29
ddbb64d
Merge pull request #8 from 1ureka/1.0.3

This pull request refactors the extension to remove the "openNavigation" command and its related UI, streamlining the command set and simplifying the user interface. It also migrates linting from ESLint to Oxlint, updates several dependencies, and improves the documentation and configuration for better maintainability and clarity.

Release 1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Apr 20:53
6f9be61
Merge pull request #7 from 1ureka/1.0.2

This pull request updates several project dependencies to their latest versions, resolves a recurring bug where file paths occasionally failed to copy to the clipboard, and refactors the tsconfig configuration to remove deprecated options in preparation for the upcoming TypeScript 7.0 to ensure long-term build stability.

Release 1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 05:21
8c24351
Merge pull request #6 from 1ureka/1.0.1

This pull request adds support for the %VAR% syntax on Windows systems and addresses several documentation inaccuracies to ensure all descriptions are current and technically correct.

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 05:57
7ea58c4
Merge pull request #5 from 1ureka/1.0.0

This PR ships a v1.0.0 feature set for the VS Code “system explorer” extension, centered on adding a persistent bookmarks system, introducing directory search, improving OS file-explorer integration, and refactoring dialog-related UI into clearer modules. It also updates documentation and bumps several dependencies.

Release 0.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Feb 12:21
5c7819d
Merge pull request #4 from 1ureka/0.1.3

This PR addresses a High Severity ReDoS (Regular Expression Denial of Service) vulnerability found in the minimatch package.

Release 0.1.2

Choose a tag to compare

@github-actions github-actions released this 21 Feb 12:00
f43cfd6
Merge pull request #3 from 1ureka/0.1.2

This pull request introduces improvements to the build and packaging process for the VS Code extension, streamlining dependency management and ensuring the required tooling is available in the environment. It also updates version information to reflect the new release.

Release 0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 00:14
feat: 更新 package.json 中的顯示名稱和描述為中文