New in this version: bug fixes, more detailed error messages, corrupted file renaming.
Changelog:
- Add volume dialog by default will open in /media (Linux) or /Volumes (MacOS).
- Closing search window won’t reset its state.
- Searching by phrase was extended:
- Literal search (using quotes): “search phrase”.
- Search using keywords with an AND operator (keywords separated by spaces): keyword1 keyword2 with return names containing all of the keywords.
- Search using keywords with an OR operator (keywords separated by “;”): keyword1;keyword2;keyword3 with return names containing at least one of the keywords.
- Search using file extension: *.png with return png files. It can be combined with “;” to check for multiple extensions.
- Search using file extension and a file name: *.png:keyword with return png files with a name that includes “keyword”. It can be combined with “;” to check for multiple extensions and names or the same keyword with multiple extensions: *.png:keyword;*.jpg:keyword
Mirror