release: sync master with v1.1.0 frontend updates - #32
Merged
Conversation
Landing page and dashboard sidebar still showed stale "v1.0.0" badges. Also fixed the brew install command's org casing (YTT-Global -> ytt-global, matching the actual tap name) and added the VS Code extension to both the feature list and install tabs, since it shipped this release but wasn't mentioned anywhere on the site. Made the install tab row horizontally scrollable so the fifth tab doesn't get clipped on narrow screens.
5 tasks
added 2 commits
July 17, 2026 21:11
Extracted the actual KShield brand mark (red shield with a white "K", already used as the site favicon) into assets/logo.svg and embedded it at the top of README.md, centered alongside the title, tagline, and badges instead of the plain left-aligned text header.
src-tauri/icons/* were never regenerated from the real logo — they were Tauri's default template icon set (generic cyan/yellow interlocking circles), added once at the initial v1.0.0 commit and untouched since. This meant the Tauri desktop app and, more visibly, the already-published VS Code extension (YTTGlobal.kshield-vscode) were both shipping with the wrong icon instead of the red shield/"K" mark used everywhere else (favicon, landing page, dashboard sidebar). Regenerated the full icon set from assets/logo.svg via `tauri icon` (rendered through cairosvg first — ImageMagick's built-in SVG delegate silently drops gradients/filters and flattens the shield to a solid color). Dropped the ios/ and android/ output directories `tauri icon` produces by default — this project has no mobile scaffolding, so they'd just be unused bloat. vscode-extension/icon.png now points at the corrected 256x256 PNG. Re-publishing the Marketplace listing with the corrected icon still needs a manual `vsce publish` — not done here.
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
Brings master up to date with dev — one commit, `b204a32`, landed after PR #16 merged.
What's in it
Fixes stale `v1.0.0` version badges on the landing page and dashboard sidebar (now v1.1.0), corrects the Homebrew install command's org casing, and adds the VS Code extension to the feature list and install tabs — it shipped in v1.1.0 but wasn't mentioned anywhere on the site.