Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Releases: seethroughlab/vivid-vscode

v0.1.0-alpha.8

14 Jan 01:26

Choose a tag to compare

feat: dynamic snippets from header files, pending changes panel, stat…

v0.1.0-alpha.7

07 Jan 16:05

Choose a tag to compare

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

07 Jan 03:14

Choose a tag to compare

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

06 Jan 22:01

Choose a tag to compare

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

06 Jan 16:19

Choose a tag to compare

v0.1.0-alpha.1

04 Jan 00:05

Choose a tag to compare

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]>