Skip to content

Tags: gypsydave5/pairstair

Tags

v0.7.3

Toggle v0.7.3's commit message
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

Toggle v0.7.2's commit message
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.1

Toggle v0.7.1's commit message
Test release with custom notes

v0.7.0

Toggle v0.7.0's commit message
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.

v0.6.0

Toggle v0.6.0's commit message
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

v0.5.1

Toggle v0.5.1's commit message
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.1

Toggle v0.4.1's commit message
v0.4.1: Update documentation

- Updated man page with sub-team and strategy features
- Added comprehensive examples for new CLI flags
- Improved documentation for sub-team functionality

v0.4.0

Toggle v0.4.0's commit message
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

v0.3.19

Toggle v0.3.19's commit message

Verified

This commit was signed with the committer’s verified signature.
gypsydave5 David Wickes
-b- calculate recommended pairings by paired with least recently

v0.3.18

Toggle v0.3.18's commit message

Verified

This commit was signed with the committer’s verified signature.
gypsydave5 David Wickes
-s- better test; improved behaviour