• v1.9.1 44a1e6dc96

    v1.9.1: fix world map rendering and resolve eight small TODO items

    E.Noorlander released this 2026-07-29 13:53:35 +00:00 | 35 commits to main since this release

    World map:

    • Fix zero-padded ISO numeric ids leaving 31 countries unrendered
      (Brazil, Australia, Belgium, Austria, Algeria and more)
    • Fix Russia and Fiji smearing across the full map width at the antimeridian
      by unwrapping ring longitudes and drawing them at both edges
    • Crop to 84N-60S, add evenodd fill rule, 174 countries rendered

    Improvements:

    • Logger::tail() reads backwards in chunks instead of loading the whole file
    • External links get rel=noopener noreferrer in footer and Markdown content
    • formatDisplayName() cleaned up and guarded against empty input
    • Export statistics as CSV (Excel BOM) or JSON
    • GeoIP database auto-updates when older than 35 days
    • Editor shortcuts Ctrl/Cmd+S to save and Ctrl/Cmd+N for a new page
    • Live search filter in the admin content browser
    • Content versioning with timestamped .bak copies in content/-backups/

    Also removes eight stale TODO entries that were already implemented

    Downloads