v0.1.1
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-limitflag: 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
.treestructures.
📝 Notes
- Interactive mode (
--interactive) and--cleanand--binaryremain not implemented. - Files still require extensions except for known exceptions (
Makefile,Dockerfile). - Tested with Python 3.10+ on Linux.