summaryrefslogtreecommitdiffstats
tag namev2.26.0 (80d14be136255ee5f854bf2f26f5c75bb6ae69e5)
tag date2024-01-05 13:49:27 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit b19c3e02b3...
### New Features
- 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)