NewTon DC Tournament Manager v4.2.6 — March 12, 2026
Download v4.2.6NewTon DC Tournament Manager Version 4.2.6 delivers a bug fix to the undo system, the first stage of the Late Registration feature in the Developer Console, and a robots.txt for the deployed site.
This release contains no breaking changes and is a drop-in replacement for v4.2.5.
The undo eligibility check (isMatchUndoable) only blocked undos when downstream matches were completed. It did not check whether a downstream match was currently live. This meant a match could be undone while a downstream match was actively in progress, potentially corrupting the live match's context.
The bracket hover tooltip had the same gap — it would show "Can Undo" even with a live downstream match in progress.
Both the winner's and loser's downstream destinations are now checked for live status (match.active) before allowing an undo. The tooltip now correctly shows Cannot Undo, blocked by FS-2-4 (live) when a downstream match is in progress.
A new Late Registration command has been added to the Developer Console (amber, after Toggle Read-Only). This replaces the former "Bracket Editor" placeholder and represents the first stage of a planned mid-tournament player addition tool.
Stage 1 is a read-only eligibility checker — it makes no changes to the tournament. It scans all Frontside Round 1 BYE slots and reports how many are eligible to receive a late-registered player.
A BYE slot is eligible if:
FS-2-4 (Frank vs Harry, live))Stage 2 will add the new player to the participant list (reusing the existing registration function). Stage 3 will randomly place the player in an eligible BYE slot, undo the auto-advance, record a transaction, and re-render the bracket.
/llms.txt for AI servicesjs/bracket-rendering.js — isMatchUndoable() and tooltip function updated with live downstream match checksjs/analytics.js — commandBracketEditor renamed to commandLateRegistration and implemented as eligibility checker; showCommandFeedback updated with amber warning statustournament.html — Dev Console menu entry renamed to "Late Registration"robots.txt — new filejs/main.js — version bumped to v4.2.6CHANGELOG.md — v4.2.6 entry addedNo migration required. Fully compatible with all existing tournaments and saved configurations.
NewTon DC Tournament Manager v4.2.6 — undo system bug fix, Late Registration eligibility checker, and robots.txt.
Download v4.2.6For older releases, see the GitHub releases page.