Releases: geriyoco/vscode-image-gallery
Releases · geriyoco/vscode-image-gallery
v1.2.1
Fixed
- Supported file extensions are now consistent between
package.json
andsrc/utils.ts
.
v1.2.0
Added
- Telemetry for feature insights. We strive to be transparent at what we collect. See telemetry.json for all the events we collect. Following the Microsoft Privacy Statement, we do not collect any Personally Identifiable Information (PII). Check out the open-source repository at here to inspect the code. You can always opt-out of telemetry by setting
geriyocoImageGallery.isTelemetryEnabled
tofalse
in your VS Code settings. Visit here to learn more about VS Code telemetry.
Fixed
- Image sort preference was not respected when file watcher is involved, e.g. after an image is added, deleted, or modified.
v1.0.0
We are excited to announce the first stable release. 🎆
For all current users, we highly recommend upgrading to the latest version.
Added
- Support sorting by name, type, size, created time, and modified time
- Support supporting in both ascending order and descending order
- Folders are only sorted by name in ascending order
Changed
- Separated the "collapse all" and "expand all" buttons
- Dropped support for web extension to improve performance (web support will be added back in the future)
Fixed
- Icons are now consistent with the VS Code's codicons.
- Gallery view is automatically updated when an image is added, modified,
v0.4.1
Fixed
- Buttons to expand/collapse all sub-folders were not showing up (temporary fix without using @vscode/codicons)
v0.4.0
Added
- Buttons to expand/collapse all sub-folders in the gallery view
- Tooltip containing metadata appears with a delay when hovering over an image in the gallery view
Changed
- Clicking (both single and double) an image on the gallery will focus the image on the Explorer side bar (see #75 (comment)); a separate viewer will still be opened up