Tell people what 1.17.0 actually did, instead of what 1.15.0 did - #116
Merged
Conversation
The "what's new" block on both the landing page and the guide carried a
v1.17.0 heading over 1.15.0 content. Whoever bumped the release bumped the
label and stopped there, so the site had been announcing Ollama inference
presets, the Projects-to-Patch-Hub bridge and the feedback widget as the
news of a release that shipped none of them. The guide's own subtitle still
opened with "La 1.15.0 porta", two lines under a heading that said 1.17.0.
Both pages now describe what 1.17.0 really brought, taken from the
changelog rather than invented:
- Danganronpa DR1 translated end to end in-app, with accented glyphs
injected into the game's own font and verified before writing
- Ren'Py reading the scripts commercial games hide inside .rpa —
Scarlet Hollow, 83,489 strings
- Godot .pck actually opened, where before commercial games reported
zero files behind a green check
- one global Local/Online choice that RPG Maker, Visionaire and Tyrano
finally honour instead of each deciding alone
All 12 locales rewritten in both dictionaries: 132 strings in
guida-i18n.js, 96 in site-v2-i18n.js, plus the Italian fallback text
sitting in the markup of both pages.
The keys were named g.v115.* and the guide's anchor was #v115. Renamed to
g.v117.* and #v117 — a key that names one version while holding another is
the same drift that produced this bug, and nothing linked to the old
anchor. Verified both dictionaries still parse, all 12 languages intact,
and no v115 or 1.15.0 reference left anywhere under docs/sito.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 23, 2026
The "what's new" block on both the landing page and the guide carried a
v1.17.0 heading over 1.15.0 content. Whoever bumped the release bumped the
label and stopped there, so the site had been announcing Ollama inference
presets, the Projects-to-Patch-Hub bridge and the feedback widget as the
news of a release that shipped none of them. The guide's own subtitle still
opened with "La 1.15.0 porta", two lines under a heading that said 1.17.0.
Both pages now describe what 1.17.0 really brought, taken from the
changelog rather than invented:
- Danganronpa DR1 translated end to end in-app, with accented glyphs
injected into the game's own font and verified before writing
- Ren'Py reading the scripts commercial games hide inside .rpa —
Scarlet Hollow, 83,489 strings
- Godot .pck actually opened, where before commercial games reported
zero files behind a green check
- one global Local/Online choice that RPG Maker, Visionaire and Tyrano
finally honour instead of each deciding alone
All 12 locales rewritten in both dictionaries: 132 strings in
guida-i18n.js, 96 in site-v2-i18n.js, plus the Italian fallback text
sitting in the markup of both pages.
The keys were named g.v115.* and the guide's anchor was #v115. Renamed to
g.v117.* and #v117 — a key that names one version while holding another is
the same drift that produced this bug, and nothing linked to the old
anchor. Verified both dictionaries still parse, all 12 languages intact,
and no v115 or 1.15.0 reference left anywhere under docs/sito.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The mismatch
Both the landing page and the guide carried a v1.17.0 heading over 1.15.0 content. Whoever bumped the release bumped the label and stopped there, in all 12 languages.
The guide gave it away in its own subtitle, two lines under the heading:
index.htmlhad the identical problem undernews.label/n1..n3: Ollama inference presets, the Projects→Patch Hub bridge and the feedback widget, all announced as the news of a release that shipped none of them.What both pages say now
Taken from
CHANGELOG.md, not invented:.wad, translates, rebuilds the archive; accented glyphs injected into the game's own font and verified before writing.rpa.pckGuide gets four cards, landing page three (Ren'Py and Godot share one there).
Scope
guida-i18n.jssite-v2-i18n.jsguida.htmlindex.htmlThe rename
Keys were
g.v115.*and the guide's anchor was#v115. Both are nowv117. A key that names one version while holding another is the same drift that produced this bug — and nothing linked to the old anchor (grepfound theidand nothing else).Verification
grep -rn 'v115|1\.15\.0' docs/sito/→ no matchesv117, correct label/heading/subtitle, 4 cards in the guide and 3 on the landing page, layout unchangedMerging fires
deploy-site.yml(paths: docs/sito/**).🤖 Generated with Claude Code