Skip to content

v1.1.1

Compare
Choose a tag to compare
@ChenglongMa ChenglongMa released this 23 Nov 14:56
· 38 commits to main since this release

Changelog

v1.1.1

In this version, we have made the following changes:

  1. NEW!: We add the -v (or --version) option to show the version number.
  2. NEW!: We add the -r (or --recursive) option to enable recursive search for images.
    • For example, stone -i ./path/to/images/ -r will search all images in the ./path/to/images/ directory and its subdirectories.
    • stone -i ./path/to/images/ will only search images in the ./path/to/images/ directory.
  3. 🐛 FIX!: We fixed a bug where the app cannot correctly identify the current folder if -i option is not specified.