Changelog

Release notes for the compatibility table, reporting workflow, and local data catalogs.

App releases

Newest changes are emphasized. Older entries stay compact for quick scanning.

2026-04-27: Report time + deeper Proton catalog

current
  • Added a reported time column after the submitter column in the compatibility table.
  • Edits now refresh the reported time, so updated reports sort like newly reported compatibility data.
  • Added the D1 reported_at column and migration for existing rows.
  • Expanded data/proton.json and npm run update:proton to pull every Steam Proton and GE-Proton GitHub release by default.
  • Updater refreshes are incremental: new releases are merged in without dropping older catalog entries needed by games that work best on legacy Proton builds.
  • Fixed Proton autocomplete so numeric version searches like proton 8 rank Proton 8 builds instead of matching every x86 entry.
  • Compacted Steam Proton choices to the newest patch for each base version, with Steam Proton Hotfix and Steam Proton Experimental pinned at the top.
  • Added clearer Proton combobox hints so contributors know both Steam Proton and GE-Proton builds are searchable.
  • Changed device picking in filters and the report modal to grouped comboboxes for consistency with Proton autocomplete.

2026-04-27

2026-04-27: Responsive polish + owner actions

  • Adapted the app shell, filters, footer stats, and report modal for narrow touch screens.
  • Made the report modal behave like a compact fullscreen sheet on small phones.
  • Fixed the owner edit secret menu so it no longer truncates on mobile.
  • Owner edit menus now close when clicking another row or anywhere outside the menu.

2026-04-27

Proton catalog + autocomplete

  • Added data/proton.json with Steam Proton and GE-Proton variants sourced from GitHub releases.
  • Added npm run update:proton to refresh Proton and GE release entries.
  • Connected Proton version autocomplete to both the report modal and the table filter.
  • Added keyboard, mouse, and ARIA behavior for the Proton version comboboxes.

2026-04-27

Report workflow hardening

  • Reworked the report modal into a compact grouped form instead of a stepper-style flow.
  • Hardened Steam autocomplete keyboard navigation, focus state, and listbox semantics.
  • Made report row notes expand and collapse with semantic disclosure controls.
  • Added owner edit, mod, and del controls with delete confirmation.

2026-04-27

Status and stats cleanup

  • Replaced the old D1 text pill with a compact live/offline status dot.
  • Moved report and device counts from the left rail into the footer.
  • Added footer stats for games, device coverage, ARM/x86 percentages, and rating totals.
  • Removed the ambiguous topbar update time.

2026-04-26

Initial compatibility table MVP

  • Launched the ROCKNIX-focused Steam compatibility table.
  • Added filters for game, device, Proton version, runtime architecture, rating, and notes.
  • Added report submission fields for game, device, Steam runtime, Proton runtime, rating, and notes.
  • Added Cloudflare Worker routes with D1-backed report storage and catalog fallbacks.