Skip to content

v1.1.0

Compare
Choose a tag to compare
@fuzionix fuzionix released this 03 Jan 14:57
· 29 commits to main since this release

File Tree Extractor v1.1.0 Release Notes

I'm excited to announce the release of File Tree Extractor v1.1.0, which brings new output formats and improved file filtering capabilities.

New Features

Additional Output Formats

  • Added support for YAML and XML format export
  • Users can now choose between ASCII (default), JSON, YAML, and XML output formats

Enhanced Ignore Pattern Support

  • Implemented gitignore-style pattern matching for ignoredItems
  • Now supports glob patterns like:
    • **/src (ignore all src directories)
    • *.html (ignore all HTML files)

Bug Fixes

  • Fixed an issue where .gitignore files in subdirectories weren't being properly processed
  • Fixed ignoredItems wasn't correctly filtering nested directories

Installation

To upgrade to this version, please update your VS Code extension through the Visual Studio Code Marketplace or run ext install fileTreeExtractor in VS Code.

Documentation