This repository was archived by the owner on Jan 25, 2026. It is now read-only.
Releases: seethroughlab/vivid-vscode
Releases · seethroughlab/vivid-vscode
v0.1.0-alpha.8
feat: dynamic snippets from header files, pending changes panel, stat…
v0.1.0-alpha.7
refactor: replace vividRoot with vividPath setting Simplifies custom install location handling: - New vividPath setting replaces vividRoot - Extension responds to config changes without restart - Dev builds: point to build/ directory directly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
v0.1.0-alpha.6
feat: add project management commands - Create New Project: create projects with template and addon selection - Run Project: run in terminal with fullscreen/UI/size options - Bundle Project: bundle as standalone app with progress notification 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
v0.1.0-alpha.5
feat: add inline operator documentation on click Click an operator in the sidebar to expand documentation showing: - Output type and input requirements - Parameters with types, defaults, and ranges - Usage code snippet Selection state persists across panel refreshes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
v0.1.0-alpha.4
v0.1.0-alpha.1
fix: use Marketplace pre-release system - package.json uses base version (0.1.0) without suffix - Git tag suffix (-alpha.1) indicates pre-release - Workflow detects pre-release from tag, not package.json - Updated VERSIONING.md to document this approach 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>