Skip to content

Commit 0d71721

Browse files
author
Fanurs
committed
🚀 Prepare for v1.2.0
1 parent dbd15a5 commit 0d71721

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.2.0] - 2022-09-20
4+
### Added
5+
- Telemetry for feature insights. We strive to be transparent at what we collect. See [telemetry.json](telemetry.json) for all the events we collect. Following the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement), we do not collect any Personally Identifiable Information (PII). Check out the open-source repository at [here](https://github.com/geriyoco/vscode-image-gallery) to inspect the code. You can always opt-out of telemetry by setting `geriyocoImageGallery.isTelemetryEnabled` to `false` in your VS Code settings. Visit [here](https://code.visualstudio.com/docs/getstarted/telemetry) to learn more about VS Code telemetry.
6+
7+
### Fixed
8+
- Image sort preference was not respected when file watcher is involved, e.g. after an image is added, deleted, or modified.
9+
310
## [1.0.0] - 2022-09-12
411
### Added
512
- Support sorting by name, type, size, created time, and modified time

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A light-weighted extension that brings you the best image browsing experience in
1212
- **Gallery**: Collapsible grid view of all images in the selected folder, including its sub-folders
1313
- **Performance**: Lazy loading of images (tested on 10k images with a start-up time of 1.5s)
1414
- **Refresh**: Automatically update view as images are modified, added, or deleted
15-
- **Light**: Extension size less than 500 kB, installation time is typically negligible
15+
- **Light**: Extension size less than 1 MB, installation time is typically negligible
1616

1717
## Usage
1818
![demo](docs/demo-v1.0.0.gif)

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": "Improve image browsing experience, especially for remote development.",
5-
"version": "1.0.0",
5+
"version": "1.2.0",
66
"publisher": "GeriYoco",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)