Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All notable changes to RiverCrossing are recorded here. The format follows

## [Unreleased]

## [1.0.23] - 2026-09-19

### Changed

- **Five of a kind is wild-only** — five identical physical cards with no joker now score as four of a
kind; five of a kind needs a joker. The user guide and the design spec now state this rule.

### Fixed

- **PDF joker card** — the results report and podium poster render a joker as `★ JOKER` (was a bare
`★`), matching the HTML export, and the Best-5 card columns are widened so the label never clips.

## [1.0.22] - 2026-09-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/rivercrossing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"rivercrossing.__version__"``.
"""

__version__ = "1.0.22"
__version__ = "1.0.23"

__all__ = ["__version__"]
Loading