Skip to content

Commit 2e305c8

Browse files
authored
Merge pull request #83 from geriyoco/bump/v0.4.0
Bump/v0.4.0
2 parents 1a93404 + a1477da commit 2e305c8

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# Change Log
22

3+
## [0.4.0] - 2022-07-30
4+
### Added
5+
- Buttons to expand/collapse all sub-folders in the gallery view
6+
- Tooltip containing metadata appears with a delay when hovering over an image in the gallery view
7+
8+
### Changed
9+
- Clicking (both single and double) an image on the gallery will focus the image on the Explorer side bar (see [here](https://github.com/geriyoco/vscode-image-gallery/pull/75#issue-1284403392)); a separate viewer will still be opened up
10+
311
## [0.2.7] - 2022-06-26
412
### Changed
513
- Single clicking an image in Gallery view opens up the image in Preview Mode
614
- Double clicking an image in Gallery view opens up the image (not in Preview Mode)
15+
716
### Fixed
8-
- Files within subfolders were not being sorted correctly
17+
- Files within sub-folders were not being sorted correctly
918

1019
## [0.2.6] - 2022-06-23
1120
### Added
12-
- Gallery supports collapsible subfolders
13-
- Sort subfolders and files by alphanumeric order
21+
- Gallery supports collapsible sub-folders
22+
- Sort sub-folders and files by alphanumeric order
1423

1524
## [0.2.5] - 2022-05-14
1625
### Added

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@
33

44
A light-weighted extension that brings you the best image browsing experience in VS Code.
55

6-
## Features
7-
- Smooth panning and zooming
8-
- Gallery view of images
9-
- Lazily load images as they are scrolled into view
10-
- Collapsible subfolders
11-
- Clicking on an image opens it up in a viewer tab
12-
- Auto-refresh when modified
6+
## Highlights
7+
- Excellent for image browsing on a remote server (e.g. via [SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh))
8+
- Gallery view of all images in the selected folder, including its sub-folders.
9+
- Smooth panning and zooming when viewing individual images.
10+
- Auto-refresh when images are modified, added, or deleted
1311
- Extension size less than 1 MB
1412

15-
### Panning and zooming
16-
![demo-editor](docs/demo-editor.gif)
17-
1813
### Gallery view
1914
![demo-gallery](docs/demo-gallery.gif)
2015

16+
### Panning and zooming
17+
![demo-editor](docs/demo-editor.gif)
18+
2119
See [here](docs/photo_credits.md) for the photo credits.
2220

2321
## Like this work?
24-
- ⭐ Star this project on [GitHub](https://github.com/geriyoco/vscode-image-gallery) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=GeriYoco.vscode-image-gallery)
25-
- ↪️ Share with your friends: [Twitter](https://twitter.com/intent/tweet?text=Just%20discovered%20this%20on%20the%20%23VSMarketplace%3A%20https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3DGeriYoco.vscode-image-gallery), [Facebook](https://www.facebook.com/sharer/sharer.php?u=https://marketplace.visualstudio.com/items?itemName=GeriYoco.vscode-image-gallery)
26-
- 🖥️ Contribute to the project
22+
- ⭐ Star this project on [GitHub](https://github.com/geriyoco/vscode-image-gallery) or [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=GeriYoco.vscode-image-gallery)
23+
- ↪️ Share it with your friends: [Twitter](https://twitter.com/intent/tweet?text=Just%20discovered%20this%20on%20the%20%23VSMarketplace%3A%20https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3DGeriYoco.vscode-image-gallery), [Facebook](https://www.facebook.com/sharer/sharer.php?u=https://marketplace.visualstudio.com/items?itemName=GeriYoco.vscode-image-gallery)
24+
- 🖥️ Contribute to the project: Start an [issue](https://github.com/geriyoco/vscode-image-gallery/issues/new) or [fork](https://github.com/geriyoco/vscode-image-gallery/fork) the repository.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-image-gallery",
33
"displayName": "Image Gallery",
44
"description": "An extension that enhances image browsing experience.",
5-
"version": "0.2.7",
5+
"version": "0.4.0",
66
"publisher": "GeriYoco",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)