feat: rebrand to BoardVault + documentation + in-app Help/About#20
Merged
Conversation
- brand: rename display name/app/.dmg/bundle-id to BoardVault (com.subkoks.boardvault); repo slug and Python distribution name unchanged. Bump GUI version to 2.0.0. - migration: paths.migrate_legacy() copies the pre-rebrand session/settings so existing users keep their Telegram login and preferences. - settings: new "About & Help" tab (version, instructions, links, credits, legal note). - docs: full README rewrite around BoardVault (app + CLI, install, usage, build, legal); docs/USER_GUIDE.md; GUI section in architecture.md; ADR 0001 (brand + unsigned dmg); CHANGELOG 2.0.0; dark/light screenshots; CLAUDE.md overview. - polish: theme the Live-progress scroll viewport (no white box on dark). 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.
Summary
Turn the working-title app into a real product, BoardVault, with proper docs and in-app help.
Brand
.dmg→ BoardVault (com.subkoks.boardvault); tagline "Apple board schematics". GUI version → 2.0.0.apple-all-schematic(stars/links/SEO preserved); description, topics, and homepage rebranded.paths.migrate_legacy()): copies the pre-rebrand Telegram session + settings to the new data dir, so existing users aren't forced to re-log-in or lose preferences.In-app
Docs
docs/USER_GUIDE.md, GUI section indocs/architecture.md, ADR0001-brand-and-packaging,CHANGELOG2.0.0,CLAUDE.mdoverview.Verification
ruff check src/guiclean;pytest60 passed (same 6 pre-existing failures asmain).gh repo view..dmgrebuilds asdist/BoardVault.dmg(built & verified separately).Note
Also fixed a regression from earlier dev testing: a smoke test had written a channel override into the real settings file (macOS QStandardPaths ignores
$HOME), which had collapsed the channel list to one entry. Cleared; all 12 defaults restored, and the test isolation is fixed.🤖 Generated with Claude Code