v0.2.10
What's Changed
New Features:
- Allows user creation command line arguments #196
- Folder sizes are always shown, leveraging the index. #138
- Searching files based on filesize is no longer slower.
Bugfixes:
- fixes file selection usage when in single-click mode #214
- Fixed displayed search context on root directory
- Fixed issue searching "smaller than" actually returned files "larger than"
Notes:
- Memory usage from index is reduced by ~40%
- Indexing time has increased 2x due to the extra processing time required to calculate directory sizes.
- File size calcuations use 1024 base vs previous 1000 base (matching windows explorer)
Full Changelog: v0.2.9...v0.2.10