Skip to content

v0.11.0

Compare
Choose a tag to compare
@zaldih zaldih released this 05 Mar 13:39
ba7c491

image

Added

  • Added progress bar: Gives feedback on the search and analysis process.
  • Added search status indicator: Until now if the search was finished but there were still directories to calculate their size, it was shown as "searching". Now it is shown as "calculating stats".
  • Added errors PopUp: Press e key to display a popup with all errors that may have occurred (if any are present, a counter will be displayed).
  • Added logs: A log is saved in the temporary system folder on exit.

Changed

  • Changed search engine*: One unified system more efficient for all systems. Based on node and workers.
  • Changed the text and position of the yellow sign: Same information more compact (and now it rhymes!).

Fixed

  • Fixed terminal mismatch caused by errors: Errors were displayed on the last line and eventually caused a visual problem. Now they have all moved to the errors popup.
  • Fixed "infinite search": If a non-existent directory was passed to the --directory option the program never finished. Now it checks that the directory is valid (permissions, type...).

* Although in benchmarks it shows that it is faster than previous versions, in many circumstances it may be somewhat slower. This will be corrected.

v0.10.0...v0.11.0