- Individual project settings are now stored in local files.
- Search now has options to include or exclude specific folders.
- Added support for avif format
- Only show clicked image or directory
- Show file size and image width and height while preview
- Lazy loading was missing from a previous release, but it has now been added back
- Debounce was added to improve performance when scrolling
- Fixed page rendering failure, that is because the old static resource file protocol is no longer supported and has been updated to a new file protocol.
- Updated logo
- I18n: Automatically set language to be the same as VSCode
- Optimized performance when there are many images (Tested with 10,000 images, switch to lazy loading when the images exceeds 100)
- Add
Expand All
andCollapse All
Buttons to quickly toggle visibility of directories. - Anytime there are more than 120 images(after being filtered) being displayed, all directories are collapsed by default.
- Output error to console.
- init