Releases: Xingfu-Yi/vscode-image-caption-gallery
Releases · Xingfu-Yi/vscode-image-caption-gallery
Release list
Image Caption Gallery 0.1.0
Image Caption Gallery 0.1.0 upgrades the extension from a read-only viewer into a safe image-and-caption workflow.
Highlights
- Edit or create matching
.txtcaptions without leaving VS Code. - Save with
Cmd/Ctrl+S, cancel safely, and protect unsaved work during navigation. - Detect external file changes and choose whether to overwrite, reload, or keep editing.
- Preserve UTF-8 BOM and LF/CRLF for existing captions when possible.
- Collapse the Text pane for distraction-free image review.
- Use a compact 70%–180% font-size selector.
- Works with local folders and VS Code Remote SSH.
Compatibility
- Visual Studio Code 1.85.0 or newer.
- Platform-independent VSIX with no native runtime dependencies.
SHA-256: 1f97d7416e0baa64f77cdf5528dcb8ddbbde9b766d74de06b3c7120dad973cdb
Image Caption Gallery 0.0.9
What's Changed
- Fix Marketplace screenshots and prepare 0.0.8 by @Xingfu-Yi in #6
- Use shared GitHub URLs for preview images by @Xingfu-Yi in #7
- Add branded extension icon for 0.0.9 by @Xingfu-Yi in #8
Full Changelog: v0.0.7...v0.0.9
Image Caption Gallery 0.0.7
Highlights
- Zoom images from 25% to 400% with trackpad pinch or
Ctrl/Command + wheel. - Pan enlarged images by dragging or two-finger scrolling; double-click to restore the fitted view.
- Display each image's original
width × heightresolution in the detail header. - Open a selected image immediately while the rest of its folder is discovered in the background.
- Lazy-load Gallery thumbnails near the visible viewport for faster large-folder browsing.
- Refresh the bilingual Marketplace README with a Gallery overview plus English and Chinese detail screenshots.
Install
Install from the VS Code Marketplace:
code --install-extension xingfu-yi.image-caption-gallery --forceOr download image-caption-gallery-0.0.7.vsix from this release and run Extensions: Install from VSIX....
SHA-256: 2952293f506a699da9e773c75b7d2836405a748b9ddd87e8f6e1f96f9863df7c
Image Caption Gallery 0.0.6
Highlights
- Open an image folder as a clean thumbnail gallery, or launch directly from the selected image.
- View paired captions as rendered Markdown, raw text, or formatted JSON.
- Browse with keyboard arrows or translucent on-image controls.
- Resize the Image/Text split by dragging and scale text from 70% to 180%.
- Supports VS Code 1.85 and newer, including Remote SSH extension hosts.
Install
Download image-caption-gallery-0.0.6.vsix, then run:
code --install-extension image-caption-gallery-0.0.6.vsix --force