Skip to main content

Changelog

Official CLI, VSCode, and Desktop release notes imported from release-please, plus curated milestones from Vipr's product history.

CLI v0.37.0

Release CLI

Official CLI release notes for v0.37.0 covering features and bug fixes.

Features

  • typescript: typescript analyzer enhancement program — routing, type-aware lane, design principles, performance

Bug Fixes

  • distinguish CLI-loader plugin log lines from the engine's own registration log

Desktop v0.50.0

Release Desktop

Official Desktop App release notes for v0.50.0 covering features, bug fixes, and performance improvements.

Features

  • Add a canary release channel and promote-by-copy between channels
  • typescript: typescript analyzer enhancement program — routing, type-aware lane, design principles, performance

Bug Fixes

  • Gate dev-only IPC handler registration on app.isPackaged instead of a NODE_ENV
  • Resolve tsconfig path aliases and strip comments/strings before circular-dependency
  • Stop losing deep-analysis reports past the first 64 KB
  • remove CacheManager's dead write-only SQLite tier, leaving a documented two-tier memory+git

Performance Improvements

  • buffer FileSink writes and add per-file rotation instead of appending synchronously per trace
  • Memoize dependency cycle findings per dependency-graph fingerprint instead of

VSCode Extension v0.42.0

Release VSCode

Official VSCode Extension release notes for v0.42.0 covering features.

Features

  • typescript: typescript analyzer enhancement program — routing, type-aware lane, design principles, performance

Desktop v0.49.1

Release Desktop

Official Desktop App release notes for v0.49.1 covering bug fixes.

Bug Fixes

  • Advertise the backfill entitlement instead of clamping it
  • Close the repo watcher before exit so dev quit cannot deadlock
  • Copy the dev Electron runtime with ditto so its framework survives
  • Restore renderer error reporting and settings hydration

Desktop v0.49.2

Release Desktop

Official Desktop App release notes for v0.49.2 covering bug fixes.

Bug Fixes

  • Stop esbuild breaking every space-* and divide-* rule