Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 655 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 655 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-02-24

Added

  • Initial release of PyGenTree
  • ASCII tree generation for directory structures
  • Command-line interface with multiple options
  • Support for custom depth levels
  • Multiple sorting options (asc, desc, standard)
  • Option to show only directories
  • Ignore hidden files (any file or directory names starting with dots)
  • Output file generation
  • Version and help commands