summaryrefslogtreecommitdiffstats
tag namev2.27.2 (ef67d3ff83f8d82204813c992ffd923cbb46ca8f)
tag date2024-01-22 08:50:15 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit e512f31df3...
### 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 by `target/` 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](https://www.conventionalcommits.org). - 1 unique issue was worked on: #223 ### Commit Details * **#223** - Don't check entry metadata while a scan is in progress (c70ca81) * **Uncategorized** - Merge branch 'fix-overhead' (7a4b271) - Allow `/` (glob-mode) while scanning. (67c5bdb)