Releases: 1ureka/vs-explorer
Releases · 1ureka/vs-explorer
Release list
Release 1.0.5
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
Release 1.0.3
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
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
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
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
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
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
feat: 更新 package.json 中的顯示名稱和描述為中文