← NewTon DC Tournament Manager

Cleaner cards, clearer brackets, better discoverability.

NewTon DC Tournament Manager v4.2.1 — March 8, 2026

Download v4.2.1

Overview

NewTon 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:


Eliminated Player Strikethrough

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.


Match Card Visual Tweaks


SEO & Discoverability

Meta Tags

The 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.

Schema.org Structured Data

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.

Landing Page

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:

What it does NOT include:

When NEWTON_LANDING_PAGE is not set (the default), visitors go straight to the tournament app as before.


Docker Changes

New Environment Variables

VariableDefaultPurpose
NEWTON_LANDING_PAGEfalseShow SEO landing page at root URL
NEWTON_BASE_URL(empty)Canonical URL for Open Graph / Twitter Card meta tags

nginx Configuration

The nginx index directive serves tournament.php as the default document. No separate landing page file is needed.


Migration from v4.2.0

Automatic

What's New After Upgrading

  1. Eliminated players show strikethrough text on completed match cards
  2. Slightly refined match card styling (muted button, dropdown backgrounds)
  3. Search engines will see meta description and keywords on the tournament app
  4. Optionally enable the landing page for public-facing Docker deployments

Known Issues

None at time of release.


NewTon DC Tournament Manager v4.2.1 — cleaner cards, clearer brackets, better discoverability.

Download v4.2.1

Previous Releases

For older releases, see the GitHub releases page.