v2.27.2
Bug Fixes
-
allow
/
(glob-mode) while scanning.
This will possibly lead to incomplete results, but I find being
able to use ones muscle-memory more important than preventing
dealing with incomplete results.What happens to me is usually to type
/
followed bytarget/
which tends to select all current entries for deletion. -
don't check entry metadata while a scan is in progress
Previously each time the UI refreshes, every 250ms, it display
entries but also check their metadata to assure they exist.This could lead to performance loss when the displayed folder
has a lot of entries.
Commit Statistics
- 3 commits contributed to the release.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #223