-
Notifications
You must be signed in to change notification settings - Fork 11
Release History
Beka Modebadze edited this page Jun 3, 2021
·
5 revisions
-
v2.0.4:
- Refactored
vizexdf
as a multi-threaded module which gave immense performance improvements on larger directory sizes
- Refactored
-
v2.0.3:
- Made size prints SI-compatible (e.g. kB, MB, GB, etc.)
- Bug fixed when directory size was returning as 0 when some of the symlinks were broken
- Added
--tree
(-t
for short) command tovizexdf
which allows you to print directory tree for selected levels of child directories - Updated tools, files,
viztree
tests - Small refactoring and typo corrections
-
v2.0.2:
- Performance optimization. Runtime is reduced by ~250%
- When program has no access to the folder it prints on the terminal instead of raising error
-
v1.9.9:
- Added
vizexdf
which prints directory data in style - Added alias
-l
option to save edited line as alias for a command - New logo
- Refactoring and more explicit docstrings
- Added
-
v1.5.3:
- Added battery information display
- Now you can save output in csv or json formats
- Small bug corrections
- Updated --help info
-
v1.3.5:
- Major refactoring
- Now charts can print string data
- Options class is separated with all the correct getters and setters
-
v1.3.2:
- Refactored module disks.py
- Unit Tests created
- Set up the color for all the text
- Updated docstrings
-
v1.1.0:
- Displayes media and network partitions
- Print all the partitions with
--every
cmd - Print additional (fstype and mount point) with
--details