Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Apr 11, 2024
1 parent 4c1f76b commit c222f8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.11.0 (2024-04-11)

### Feat

- Support for finding similar images
- Support for deleting images
- Support for renaming images
- Add configurations
- `image-manager.file.confirmDelete`: controls whether ask for confirmation when deleting a image
- `image-manager.similarity.precision`: determining the precision of image similarity. The smaller the value, the stricter the judgment

## 0.10.1 (2024-04-07)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Right click in Explorer, select `Image Manager` to open extension. (Open current
| image-manager.compression.svg.* | `svgo 配置` | svgo config. Please refer to svgo offical docs | - |
| image-manager.conversion.format | `string` | convert format | '' |
| image-manager.conversion.keepOriginal | `boolean` | keep original image after format conversion | false |
| image-manager.similarity.precision | `number` | Determining the precision of image similarity. The smaller the value, the stricter the judgment | 10 |
| image-manager.similarity.precision | `number` | determining the precision of image similarity. The smaller the value, the stricter the judgment | 10 |


## Tips
Expand Down

0 comments on commit c222f8e

Please sign in to comment.