Conversation
Bug fix
- electron/main.ts: the static-export server's path-traversal guard rejected
any request whose path contained "..", which 403'd Turbopack's content-
hashed CSS chunks (e.g. `16-.0wq_hn57..css`) and rendered the entire
packaged app unstyled. Replace the substring check with a per-segment
check that only rejects true traversal segments ("..", ".").
Docs
- New ARCHITECTURE.md (326 lines): system diagram, renderer/backend layout,
HTTP API contract, project layout, build-from-source, VM testing harness,
pre-commit checks, contributing guide, release process.
- README.md rewrite: social-card hero, CI/release/downloads/license badges,
"Why ProtonShift?" framing, consolidated Install section with copy-pastable
per-format commands, ARCHITECTURE.md link in the nav strip, roadmap.
Version bump 0.9.6 -> 0.9.7 in all sources
- electron/package.json
- electron/renderer/package.json
- src/game_setup_hub/__init__.py
- assets/io.github.protonshift.metainfo.xml (new <release> entry, 2026-05-14)
- .github/ISSUE_TEMPLATE/bug_report.yml placeholder
- electron/renderer/src/components/nav-bar.tsx fallback string
Verification
- tsc on electron main: clean.
- next build (static export, Next 16.2.6): clean, 8/8 routes prerendered.
- 0 open Dependabot alerts on this branch (all 18 closed by v0.9.6).
Co-authored-by: Cursor <cursoragent@cursor.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.
Merges the v0.9.7 release into `main` per the process documented in ARCHITECTURE.md › Release process.
Tag and built artifacts: v0.9.7.
What's in this PR
Bug fix
Docs
Housekeeping
Security
0 open Dependabot alerts. All 18 from the previous cycle closed by v0.9.6 and no new advisories.
Verification
Made with Cursor