Releases
History of versions and downloadable assets.
Gambit Paring v0.6.0
v0.6.0
8/7/2025
# Gambit Pairing - Changelog
## How to Generate Complete Changelog
To generate a complete changelog from commit `b7426e6` to present, use the following Git commands:
```bash
# Clone the repository
git clone https://github.com/Chickaboo/gambit-pairing.git
cd gambit-pairing
# View commits from b7426e6 to HEAD
git log b7426e6..HEAD --oneline --date=short --pretty=format:"%h - %an, %ad : %s"
# For more detailed changelog with files changed
git log b7426e6..HEAD --oneline --name-only --date=short --pretty=format:"%h - %an, %ad : %s"
```
## Current Version Information (Based on Repository)
**Current Version:** 0.5.0 (Alpha)
**Status:** In active development
## Known Features (as of current state)
### Core Features
- **Modern User Interface**
- Polished, high-contrast, accessible UI with custom stylesheets
- Tabbed interface: Players, Tournament Control, Standings, Cross-Table, History Log
- Tooltips, context menus, and responsive layouts
- Print preview dialogs for pairings and standings
- **Player Management**
- Add, edit, withdraw/reactivate, and remove players
- Detailed player info management (name, rating, gender, DOB, contact info)
- Import/export player lists from/to CSV or text files
- **Tournament Setup**
- Configurable number of rounds and tiebreak order
- Save/load tournaments to/from disk (.json files)
- Full tiebreaker configuration with drag-and-drop order
- **Swiss Pairing System**
- USCF-style automated pairings
- Color balancing and rematch avoidance
- Manual pairing adjustments with logging
- Proper bye assignment according to USCF rules
- **Results & Standings**
- Interactive results entry with quick result buttons
- Comprehensive standings with configurable tiebreaks
- Cross-table view showing all match results
- Support for multiple tiebreak systems (Median, Solkoff, Cumulative, etc.)
- **Export & Print**
- Print pairings, standings, and player lists
- Export to CSV and text formats
- Print preview and printer selection
- **History & Logging**
- Detailed action history and logging
- Exportable tournament logs
- File and console logging for debugging
- **Update System**
- Built-in update checker for packaged releases
- Automatic and manual update checking
## Technology Stack
- **Framework:** Python with PyQt6
- **Data Format:** JSON for tournament files
- **License:** GPL-v3
- **Platform:** Cross-platform (Windows, macOS, Linux)
## Installation Methods
- pip installation with helper scripts
- Editable installation support
- Dependency management via pyproject.toml
## Support & Community
- Discord community support
- GitHub issue tracking
- Open source contributions welcome
---
**Note:** This is a template based on the current repository state. To get the actual commit-by-commit changelog from b7426e6 to present, please run the Git commands provided above in your local clone of the repository.
Assets
Gambit Pairing - 0.5.0
0.5.0
7/31/2025
### Summery
---
### New Features
- New Pairing Style: Dutch System
- New Pairing Style: Round Robin
- New Pairing Details Dialog
- New program structure for Python package
- New Setup File
## What's Changed
* sync branchs by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/10
* Create LICENSE by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/11
* Development by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/12
* Merge pull request #12 from Chickaboo/development by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/13
* Merge Development to Main Branch by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/19
* sync by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/20
* Development by @Chickaboo in https://github.com/Chickaboo/gambit-pairing/pull/21
**Full Changelog**: https://github.com/Chickaboo/gambit-pairing/compare/0.4.1...0.5.0
Assets
Gambit Pairing - 0.4.1
0.4.1
6/30/2025
# Update/Patch - Version 0.4.1
- Fixed missing icon in release
- Added test Tournament
Gambit Pairing - 0.4.0
0.4.0
6/30/2025
# Update - Version 0.4.0
---
## Changes
### New Features to be Included
- Redesigned GUI
- Added GUI Stylesheets
- Added Result Selection Buttons (Replacing old dropdown menu and quick buttons.)
- Added New About Dialog
- Added New Gambit Pairing Icons, Designs, and Logo
- Added New Update and Support Features
- Added Tournament Names
### Plus
- New .MSI Installer and executable