v1.1.1
Changelog
v1.1.1
In this version, we have made the following changes:
- ✨ NEW!: We add the
-v
(or--version
) option to show the version number. - ✨ 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.
- For example,
- 🐛 FIX!: We fixed a bug where the app cannot correctly identify the current folder if
-i
option is not specified.