Commit Graph

3 Commits

Author SHA1 Message Date
Cal Corum
563820fe93 Remove debug print from is_game_over() causing stdout spam
Bug: The is_game_over() function contained a debug print statement that was
printing "1: " to stdout on every call. This was causing massive log spam
in Docker container output (thousands of lines) and making it difficult to
diagnose actual issues.

Fix: Remove the print(f'1: ') statement from line 3251.

Bumps version to 1.7.4

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 07:11:10 -06:00
Cal Corum
ae52e9aad7 Bump version to 1.7.3
Bugfix release includes:
- Fix null card_id in RosterLink causing IntegrityError

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 09:25:58 -06:00
Cal Corum
0d8942bf96 Add VERSION file for docker build tracking
Initial version: 1.7.2

This file tracks the current version for Docker builds. When building
and pushing new versions, this file will be updated and the commit
will be tagged with the version number.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 09:24:16 -06:00