Releases: malcohelper/git-scout
Releases · malcohelper/git-scout
v0.0.3 - GitHub Actions Integration
🎯 GitHub Actions Integration Complete!
Added
- GitHub Actions Integration: Complete action for automated repository analytics
- Slack Reporting: Beautiful formatted reports with Block Kit
- Auto-config: Automatically creates git-scout.config.json
- Public npm Publishing: Now available at npmjs.org
Fixed
- JSON output corruption in non-interactive mode
- Config validation for missing configuration files
- Interactive prompts in CI/CD environments
- Error visibility in GitHub Actions
Technical Improvements
- Enhanced non-interactive detection
- Correct Slack payload field paths
- Comprehensive error handling
- Public npm registry distribution
📦 Install: npm install -g @malcohelper/git-scout
🚀 Action: malcohelper/git-scout/.github/actions/git-scout@main
Git Scout v0.0.2 - Demo Gallery Release
🎉 Git Scout v0.0.2 - Enhanced with Demo Gallery!
✨ What's New in v0.0.2
📸 Demo Gallery
- Beautiful Terminal Interfaces: Visual examples of all Git Scout features
- Today's Activity Demo: Real-time daily development dashboard
- Branches Explorer Demo: Interactive branch analysis interface
- Statistics Analytics Demo: Comprehensive 30-day analytics with charts
- Setup Wizard Demo: Interactive configuration process
🎨 Visual Enhancements
- ASCII Tables: Clean, readable terminal output examples
- Color Coding: Syntax highlighting and status indicators
- Progress Bars: Visual data representation
- Smart Insights: Automated analysis demonstrations
📚 Documentation
- Enhanced README: Visual previews and demo links
- Demo Gallery Section: Attractive terminal interface examples
- Quick Start Guide: 30-second setup with visual examples
- Comprehensive Demos: Full terminal output examples
🚀 Installation
npm install -g git-scout@0.0.2
# or
yarn global add git-scout@0.0.2📖 Quick Start
git-scout init # Auto-configure repositories
git-scout today # View today's activity🔗 Links
- NPM Package: https://www.npmjs.com/package/git-scout
- Demo Gallery: https://github.com/malco-helper/git-scout/tree/main/docs/demo
- Documentation: https://github.com/malco-helper/git-scout#readme
🎯 Features
- 🆕 Auto-Discovery: Automatically find and configure Git repositories
- 📊 Multi-Repository Management: Track multiple Git projects
- 🌿 Interactive Branch Explorer: Browse branches with detailed commit information
- 📈 Today's Activity Dashboard: Get instant insights into daily development activity
- 📋 Comprehensive Statistics: Generate detailed reports with author and file-level analytics
- 🎨 Beautiful Tables & Colors: ASCII tables with syntax highlighting
- 📅 Flexible Date Parsing: Support for relative dates (7d, today, yesterday)
- 📤 JSON Export: All commands support JSON output
- 🍎 macOS Optimized: Built specifically for macOS
- 🛡️ Privacy-Focused: Avoids sensitive directories
Made with ❤️ for developers who love beautiful, insightful Git analytics.
Git Scout v0.0.1 - First Release
🎉 First release of Git Scout CLI tool!
✨ Features
- 🆕 Auto-Discovery: Automatically find and configure Git repositories
- 📊 Multi-Repository Management: Track multiple Git projects
- 🌿 Interactive Branch Explorer: Browse branches with detailed commit information
- 📈 Today's Activity Dashboard: Get instant insights into daily development activity
- 📋 Comprehensive Statistics: Generate detailed reports with author and file-level analytics
- 🎨 Beautiful Tables & Colors: ASCII tables with syntax highlighting
- 📅 Flexible Date Parsing: Support for relative dates (7d, today, yesterday)
- 📤 JSON Export: All commands support JSON output
- 🍎 macOS Optimized: Built specifically for macOS
- 🛡️ Privacy-Focused: Avoids sensitive directories
🚀 Installation
npm install -g git-scout
# or
yarn global add git-scout📖 Quick Start
git-scout init # Auto-configure repositories
git-scout today # View today's activity