Skip to content

Commit a684918

Browse files
ivg-designclaude
andcommitted
v0.4.82: Multiple instance support with per-project Chrome profiles :release
- Fixed SingletonLock error preventing multiple DevMirror instances - Each project uses unique Chrome profile (projectname-hash-port) - Fixed Chrome profile initialization errors and dialogs - Added Chrome flags to prevent first-run issues - Clean up stale lock files before launching Now you can run DevMirror in multiple projects simultaneously without conflicts or error dialogs. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 77755f7 commit a684918

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the DevMirror VS Code extension will be documented in this file.
44

5-
## [0.4.82] - 2025-09-26 (UNRELEASED)
5+
## [0.4.82] - 2024-11-26
66

77
### Fixed
88
- **Multiple Instance Support**: Fixed SingletonLock error preventing multiple DevMirror instances

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
**Capture browser console output using Chrome DevTools Protocol**
44

5-
[![Version](https://img.shields.io/badge/version-0.4.81-blue.svg)](CHANGELOG.md) [![Publisher](https://img.shields.io/badge/publisher-IVGDesign-green.svg)](https://marketplace.visualstudio.com/publishers/IVGDesign) [![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](LICENSE)
5+
[![Version](https://img.shields.io/badge/version-0.4.82-blue.svg)](CHANGELOG.md) [![Publisher](https://img.shields.io/badge/publisher-IVGDesign-green.svg)](https://marketplace.visualstudio.com/publishers/IVGDesign) [![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](LICENSE)
66

77
DevMirror is a VS Code extension that captures browser console output to timestamped log files using Chrome DevTools Protocol (CDP) or Adobe CEF debugging.
88

9-
## Current Features (v0.4.81)
9+
## Current Features (v0.4.82)
1010

11+
- **Multiple Instance Support** - Run DevMirror in multiple projects simultaneously without conflicts
12+
- **Per-Project Chrome Profiles** - Each project gets its own isolated Chrome profile
1113
- **Complete Error Context** - All errors now include file name, line and column numbers
1214
- **Configurable Debug Logging** - Advanced CDP protocol debugging for troubleshooting
1315
- **Complete Console Capture** - Logs all console messages with formatted arrays/objects as foldable JSON

wiki

Submodule wiki updated from 7e1e7ec to a4e5acc

0 commit comments

Comments
 (0)