Skip to content

v2.26.0

@Byron Byron tagged this 05 Jan 12:49
 - responsive and buttery-smooth UI while scanning in interactive mode.
   Using `dua i` the GUI would populate and is fully usable even while the scan
   is in progress, which is fantastic when scanning big disks which can take several minutes.
   
   However, previously is was quite janky as the refresh loop was bound to receiving
   entries to process, which sometimes stalled for many seconds.
   
   Now the GUI refresh is uncoupled from receiving traversal entries, and it will
   update when the user presses a key or 250ms pass without any input, causing
   it to respond immediately.
   
   Thanks so much for contributing, [@unixzii](https://github.com/unixzii)!

### Commit Statistics

 - 3 commits contributed to the release.
 - 2 days passed between releases.
 - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #209

### Commit Details

 * **#209**
    - Responsive and buttery-smooth UI while scanning in interactive mode. (3c8a31b)
 * **Uncategorized**
    - Refactor (0651cae)
    - Optimize UI responsiveness during scanning state (983ba61)
Assets 2
Loading