Skip to content

Releases: 1ureka/vs-toolkit

Release 1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:57
6a80487
Merge pull request #82 from 1ureka/1.1.0

新增對 VS Code 內建 Markdown 預覽的樣式注入支援。注入/還原命令現在會同時處理 Workbench HTML 與 markdown.css 兩個目標

Release 1.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Apr 23:14
32f66fd
Merge pull request #81 from 1ureka/1.0.4

This pull request introduces several improvements to the project's code quality, security, and development workflow. The most significant changes include migrating from ESLint to Oxlint for linting, adding a strict linting configuration, enhancing the security of the webview renderer, and updating dependencies.

Release 1.0.3

Choose a tag to compare

@github-actions github-actions released this 06 Apr 00:09
8960c39
Merge pull request #80 from 1ureka/1.0.3

This pull request introduces a new file interception feature to the extension, allowing certain binary and media files (like PDFs, videos, and audio) to be opened in a custom webview instead of the default VS Code editor, preventing freezes and improving user experience. It also updates package metadata and documentation to reflect the new functionality and renames the extension to vs-toolkit.

Release 1.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 15:45
72b2786
Merge pull request #79 from 1ureka/1.0.2

重新設計圖片和檔案元數據渲染邏輯,使用表格顯示屬性資訊、刪除自定義背景

Release 1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 12:44
aab6637
Merge pull request #78 from 1ureka/1.0.1

This pull request introduces improvements to the build and packaging process for the VS Code extension, updates dependencies, and ensures proper environment checks for the vsce tool.

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 08:49
045ceee
Merge pull request #77 from 1ureka/0.6.7

This pull request contains a major update to the project, including a rebranding of the extension, significant improvements to documentation, simplification of the codebase, and cleanup of dependencies and configuration. The extension is now positioned as a quality-of-life (QOL) tweaks package for VS Code, with a clearer focus and improved user experience.

Release 0.6.6

Choose a tag to compare

@github-actions github-actions released this 08 Feb 16:56
236f324
Merge pull request #76 from 1ureka/0.6.6

This pull request removes the built-in image viewer feature from the extension, reflecting a shift to recommending a separate, dedicated extension for image previewing. It also cleans up all related code and configuration, and bumps the version to 0.6.6.

Release 0.6.5

Choose a tag to compare

@github-actions github-actions released this 05 Feb 16:39
e2320f2
Merge pull request #75 from 1ureka/0.6.5

This pull request introduces image metadata support and improves the file explorer's user experience, especially for image files. The main changes include backend and frontend enhancements to fetch, cache, and display image metadata (such as resolution and format) in the property dialog, as well as UI/UX improvements to navigation and input handling.

Release 0.6.4

Choose a tag to compare

@github-actions github-actions released this 05 Feb 15:38
babbfb0
Merge pull request #74 from 1ureka/0.6.4

This pull request introduces a robust Selection Persistence & Dirty Mechanism to the file explorer. By shifting the responsibility of initial selection logic to the backend via selectedPaths, we ensure a seamless and intuitive user experience across various file operations.

Release 0.6.3

Choose a tag to compare

@github-actions github-actions released this 03 Feb 14:17
5d8da8c
Merge pull request #73 from 1ureka/0.6.3

This pull request introduces several improvements and new features focused on better image format support, enhanced symbolic link handling, improved sorting, and UI/UX refinements. The most significant changes include dynamically determining supported image formats, exposing real paths for symlinked files, and refining the sorting logic for directory entries.