Skip to content

Releases: geriyoco/vscode-image-gallery

v1.2.1

Choose a tag to compare

@fanurs fanurs released this 28 Sep 16:28
a7db702

Fixed

v1.2.0

Choose a tag to compare

@fanurs fanurs released this 21 Sep 16:31
8623c46

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 to false 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

Choose a tag to compare

@fanurs fanurs released this 12 Sep 16:58
b49b538

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

Choose a tag to compare

@fanurs fanurs released this 01 Aug 22:38
ac95471

Fixed

  • Buttons to expand/collapse all sub-folders were not showing up (temporary fix without using @vscode/codicons)

v0.4.0

Choose a tag to compare

@fanurs fanurs released this 30 Jul 20:46
914af8a

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

v0.2.7

Choose a tag to compare

@fanurs fanurs released this 26 Jun 20:28
207dc34

Changed

  • Single clicking an image in Gallery view opens up the image in Preview Mode
  • Double clicking an image in Gallery view opens up the image (not in Preview Mode)

Fixed

  • Files within subfolders were not being sorted correctly

v0.2.6

Choose a tag to compare

@fanurs fanurs released this 23 Jun 14:47
a0d806f

Added

  • Gallery supports collapsible subfolders
  • Sort subfolders and files by alphanumeric order

v0.2.5

Choose a tag to compare

@fanurs fanurs released this 14 May 18:46
c1ae60a

Added

  • Sort filenames by alphanumeric order by default
  • Added additional configuration for sorting in settings

v0.2.4

Choose a tag to compare

@fanurs fanurs released this 12 May 14:10
revert

v0.2.3

Choose a tag to compare

@fanurs fanurs released this 01 May 19:51
47cb787
:twisted_rightwards_arrows: Merge pull request #50 from geriyoco/bump…