NewTon DC Tournament Manager v4.2.7 — March 13, 2026
Download v4.2.7NewTon DC Tournament Manager Version 4.2.7 delivers SEO infrastructure (sitemap and robots.txt update), font loading improvements that eliminate the flash of unstyled text, and a new "Get Started" section on the landing page.
This release contains no changes to tournament functionality and is a drop-in replacement for v4.2.6.
A sitemap.xml has been added to the repo root, listing the three indexable URLs on the site:
https://darts.skrodahl.net/ — landing pagehttps://darts.skrodahl.net/?launch — Tournament Managerhttps://darts.skrodahl.net/chalker — Chalker AppA Sitemap: directive has been added pointing to https://darts.skrodahl.net/sitemap.xml, allowing Google and other crawlers to discover the sitemap automatically.
Two changes work together to eliminate the flash of unstyled text (FOUT) on page load:
<link rel="preload"> hints added to <head> for both custom fonts (Insignia and Manrope) — the browser fetches the fonts early, before it would otherwise discover them via the stylesheetfont-display: block replaces swap in landing.css — the browser holds a brief invisible slot for the font rather than rendering fallback text and swapping laterCombined with preloading, the invisible window is imperceptible on a normal connection, and the page renders with the correct branded fonts from the first paint.
A new "Get Started" section has been added directly below the hero buttons, before Key Features. It presents two clear paths for new users:
tournament.html — no installation requiredBoth cards link to the relevant GitHub resources and include hover effects consistent with the rest of the page.
Shortened from 190 to 155 characters to fit within Google's search result display window. All key selling points are preserved.
"Launch Tournament Manager" and "Open Chalker App" now open in a new tab (target="_blank"), keeping the landing page open. "View on GitHub" is unchanged.
sitemap.xml — new filerobots.txt — Sitemap: directive addedlanding.html — font preload hints, meta description, app button targets, Get Started sectionlanding-page.php — same changes as landing.htmlcss/landing.css — font-display: block, Get Started section stylesCHANGELOG.md — v4.2.7 entry addedNo migration required. Fully compatible with all existing tournaments and saved configurations.
NewTon DC Tournament Manager v4.2.7 — sitemap, font loading fix, and Get Started section.
Download v4.2.7For older releases, see the GitHub releases page.