Skip to content

v2.27.2

@Byron Byron tagged this 22 Jan 07:50
 - 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)
Assets 2
Loading