Releases: ThryloLabs/git-log
Releases · ThryloLabs/git-log
v1.0.1
📦@thrylolabs/git-log v1.0.1
Release Date: 2025-05-25
Version: v1.0.1
Tag: latest
🚀 New Features
-
🌐 Remote Repository Support
- Clone and extract commit history from remote Git repositories (e.g. GitHub URLs).
- Automatically cleans up temporary cloned repositories unless
--keep-tempis passed.
-
📄 Markdown Export Format
- Added support for exporting commit history as clean, human-readable
.mdfiles. - Includes structured commit listings with author, date, and message metadata.
- Added support for exporting commit history as clean, human-readable
✨ Enhancements
-
Improved Output File Naming
- Smart detection of repo name for automatic naming of output files (e.g.
git-log-nextjs.md).
- Smart detection of repo name for automatic naming of output files (e.g.
-
CLI Experience Polish
- Colored and contextual logs using
chalkfor better UX. - Added progress feedback (
📦,🌐,📊,✅, etc.) to track each step during execution.
- Colored and contextual logs using
🐛 Fixes
- Proper handling of edge cases where the commit history is empty or the repository is invalid.
- Normalized path resolution to avoid OS-based errors in file output or cloning.
🔧 Technical Notes
- Uses:
simple-gitfor Git integrationcommanderfor CLI interfacechalkfor colored terminal outputcsv-writerfor structured CSV generation
📌 How to Update
npm update -g @thrylolabs/git-logOr install directly:
npm install -g @thrylolabs/git-log@1.0.1🙌 Thank You
Thanks to all contributors and early testers for helping shape this release.
Built with ❤️ by the team at Thrylo Labs](https://github.com/ThryloLabs)