Skip to content

v0.1.1

Choose a tag to compare

@BehrazFS BehrazFS released this 18 Sep 12:52
· 12 commits to main since this release

Full Changelog: v0.1.0...v0.1.1

📦 mktree v0.1.1 – Enhancements & Templates

Release Date: 2025-09-18

✨ New Features

  • Added C++ project template for quick scaffolding of typical C++ projects.
  • Introduced --no-limit flag: allows reversing directories without truncating text file contents.
  • Improved file handling in reverse mode: special files like Makefile, Dockerfile, and others are now correctly detected.

🔧 Improvements

  • Better detection of files versus directories when generating .tree structures.

📝 Notes

  • Interactive mode (--interactive) and --clean and --binary remain not implemented.
  • Files still require extensions except for known exceptions (Makefile, Dockerfile).
  • Tested with Python 3.10+ on Linux.