Releases: rahulbordoloi/Directory-Tree
Releases · rahulbordoloi/Directory-Tree
v1.0.0
Directory Tree v1.0.0
- Aliasing
DisplayTree
as Entrypoint - Check Version Support
- Raise Exception Support
- Print Traceback Support
- Docs (Contributing & Security)
- Improving Imports, Type Hinting and Separating Out Driver and Logic
- Support to Filter Only Directories / Files as per Requirement (#15)
- Parameter to Show Files or Directories First (#17)
- Package CLI Support, Improved ignoreList Support (#15)
What's Changed
- Enh/main function by @timdiller in #16
- Directory Tree v1.0.0 by @rahulbordoloi in #20
New Contributors
- @timdiller made their first contribution in #16
Full Changelog: v0.0.4...1.0.0
v0.0.4
Fourth Release
- Addition of New Parameter
ignore_list
to Ignore Files / Directories - Type Hinting in Variables and Arguments and Method Return Types
- Minor Bug Fix for Displaying Hidden Directories / Files
- Minor README Modifications
v0.0.3
Third Release
- Defining Directory Tree Depth.
- Allows Hidden Entities [Files/Directories] to be Ignored.
- Allows User to Hide the Header [OS / Path Info].
v0.0.2
v0.0.2 (15/10/2020)
- Second Release
- Added
String Representation
for GUI Log.
v0.0.1
v0.0.1
First Release