Skip to content

v0.2.0

Latest

Choose a tag to compare

@avirajsa avirajsa released this 15 Jul 14:48

Treemark 0.2.0 Release Notes

Release Date: 15/07/25


New Features

  • Depth Limiting (--max-depth)
    Control how deep the directory tree traversal goes.

  • File Size Display (--sizes)
    Show file sizes next to files.

  • Output Formatting (--format)
    Choose between Markdown and plain text output.

  • Output to File (--output)
    Save the tree output to a file instead of printing.

  • Improved CLI Help
    Updated help and examples demonstrating new options.


Improvements

  • Core logic updated minimally to support new features.

  • README updated with:

    • Full descriptions of new CLI flags
    • Updated features section
    • Clear example usages
  • Added comprehensive unit tests for new features.

  • Added CLI tests covering version flag, output file, and formats.


Known Issues

  • CLI tests (test_cli_markdown_header, test_cli_output_to_file, test_cli_version_flag) temporarily disabled due to output capture issues.
  • Tests will be re-enabled after fixes in a future release.

Installation


Feedback & Support

Report issues or suggest features at: treemark/issues

What's Changed

  • Release v0.2.0 by @avirsaha in #1

New Contributors

  • @avirsaha made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0