Release 0.7.3 — scrub all remaining Nexus mentions - #152
Merged
Conversation
Clean sweep: after #151 removed the Nexus source integration, this scrubs Nexus from every remaining tracked file — the public website (legal pages, trust page, llms.txt, og image, screenshots), all social/marketing/docs, README, SECURITY, release notes, Rust comments, the tauri CSP (dropped *.nexusmods.com), and old CHANGELOG feature phrasings. Deleted the dead nexus-upload/ gitignore entry. The ONLY remaining mention is the CHANGELOG [0.7.3] "Removed" entry — the public paper trail documenting the decision. `git grep -i nexus` → CHANGELOG.md only. Bumps all version files to 0.7.3 and promotes the changelog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <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.
Cuts 0.7.3 and completes the Nexus removal.
#151 removed the Nexus source integration (app + landing). This PR is the clean sweep — every remaining tracked mention of Nexus is gone:
.md+.html), the trust page,llms.txt,og.svg, screenshots README — including removing the obsolete "Nexus API key" privacy/terms clauses.*.nexusmods.com), the referer-host list, Rust comments, a test example URL..githubrelease notes, alldocs/social/*anddocs/*(source lists, "endorse on Nexus", the "Nexus Mod Manager" naming note).nexus-upload/gitignore entry and old CHANGELOG feature phrasings.The only Nexus mention left in the repo is the CHANGELOG
[0.7.3]"Removed" entry — the public paper trail:Verification:
git grep -i nexus→CHANGELOG.mdonly.Gate: npm build ✓ · fmt ✓ · clippy
-D warnings✓ · 98 tests ✓ · audit exit 0.(SiloAPI's ingest/DB purge is infra's, in progress separately.)