Releases: therainisme/vscode-clear-markdown-unused-images
Releases · therainisme/vscode-clear-markdown-unused-images
v1.1.1
What's Changed
- Fix regex to handle filenames with spaces correctly by @therainisme in ebff505
- Exclude 'unused-images' and 'node_modules' directories during file search by @therainisme in ebff505
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Implement concurrent markdown scanning and parallel image movement by @therainisme in c79d47e
- Add a progress bar for handling markdown and moving images by @therainisme in b6a0644
- Fix regex issue with matching title text by @therainisme in 732ca00
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Reduce the size of the extension package by @therainisme in eecad19
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix bug with clearing images that have the same name by @therainisme in #4
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Fix deletes too many images #1 by @therainisme in #2
New Contributors
- @therainisme made their first contribution in #2
Full Changelog: v1.0.0...v1.0.1
vscode-clear-markdown-unused-images v1.0.0
- Initial release