Tags: gypsydave5/pairstair
Tags
v0.7.3 - Enhanced release script with semantic versioning - Added automatic version calculation for major/minor/patch releases - Maintains backward compatibility with -v flag for explicit versions - Improved documentation and examples across all project files - Streamlined development workflow with intelligent version management
v0.7.2 - Development tooling improvements - Added release.sh: Comprehensive release automation script with validation - Added dev.sh: Simple development helper for docs and version info - Enhanced development workflow with proper error handling and safety checks
v0.7.0 - HTML streaming to stdout with optional -open flag New Features:- HTML output now streams to stdout by default instead of opening in browser - Added -open flag to optionally open HTML output in browser after streaming - Enhanced documentation with updated examples and usage guides Changes:- Refactored HTML output logic for better streaming support - Updated all documentation (man page, README, Jekyll site) to reflect new behavior - Improved TDD guidelines and development workflow documentation This release maintains backward compatibility while providing more flexible HTML output options.
Release v0.6.0 Automatic Update Notifications PairStair now automatically checks for newer versions on startup and notifies users when updates are available. - **Smart version detection**: Compares semantic versions correctly - **Silent network failure**: No error messages if GitHub API is unavailable - **Fast startup**: 3-second timeout prevents blocking - Ignores draft releases, only considers published versions - Handles development builds, git tags, and semantic versioning - Comprehensive test coverage for update logic - No caching or disable options (runs every time) A newer version of pairstair is available: v0.6.0 (you have v0.5.1) v0.5.1$ pairstair A newer version of pairstair is available: v0.6.0 (you have v0.5.1) [normal pairing output...]``` - Fixed version reporting for pre-built binaries (v0.5.1) - Enhanced pairing detection for co-authored commits (v0.5.0) - Comprehensive documentation and build process improvements
Release v0.5.1 Fix version reporting for pre-built binaries This patch release fixes the CI/CD pipeline to properly inject version information into pre-built binaries (Homebrew packages, GitHub Releases, etc.) so they report the correct version instead of the fallback development version. Changes:- Fix CI/CD pipeline to inject version using -ldflags - Pre-built binaries now show correct version info - No functional changes to PairStair features
v0.4.0: Add sub-team support - Enhanced .team file format to support sub-team sections [section] - Added --team CLI flag to filter analysis to specific sub-teams - Updated team parsing logic to handle section headers - Added comprehensive tests for sub-team functionality - Updated README with sub-team documentation and examples
PreviousNext