NewTon DC Tournament Manager v4.2.1 — March 8, 2026
Download v4.2.1NewTon DC Tournament Manager Version 4.2.1 focuses on visual polish and discoverability. Match cards receive subtle refinements, eliminated players are now visually marked with strikethrough text, and a new optional landing page improves SEO for self-hosted instances.
This release contains no breaking changes and is a drop-in replacement for v4.2.0.
Key Highlights:
Completed match cards now display the eliminated player's name in muted red with a slanted strikethrough line. This makes it immediately clear who has been knocked out of the tournament at a glance.
#b87070) complements the green completed-match background#ff6b35) to a warmer, less distracting muted orange (#e09060)#e8e9ec) instead of pure white, blending better with the card footerThe tournament app now includes <meta name="description"> and <meta name="keywords"> tags in the HTML head. This helps search engines accurately describe NewTon in search results, even without the landing page enabled.
The landing page includes JSON-LD SoftwareApplication markup, giving search engines machine-readable metadata about the app (category, price, license, features, browser requirements). This can enable rich results in Google search listings.
A new optional landing page can be enabled for Docker deployments. When enabled, visitors see a feature-rich page with descriptions, screenshots, and proper Open Graph / Twitter Card meta tags before entering the tournament app.
The landing page is embedded in tournament.html (which becomes tournament.php during Docker build) — no separate files needed.
How to enable:
environment:
- NEWTON_LANDING_PAGE=true
- NEWTON_BASE_URL=https://your-domain.com # Optional: for canonical URLs
What it includes:
?launch bypasses the landing page)What it does NOT include:
NEWTON_DEMO_MODE)When NEWTON_LANDING_PAGE is not set (the default), visitors go straight to the tournament app as before.
| Variable | Default | Purpose |
|---|---|---|
NEWTON_LANDING_PAGE | false | Show SEO landing page at root URL |
NEWTON_BASE_URL | (empty) | Canonical URL for Open Graph / Twitter Card meta tags |
The nginx index directive serves tournament.php as the default document. No separate landing page file is needed.
None at time of release.
NewTon DC Tournament Manager v4.2.1 — cleaner cards, clearer brackets, better discoverability.
Download v4.2.1For older releases, see the GitHub releases page.