Releases: Parallels/parallels-vscode-extension
Releases · Parallels/parallels-vscode-extension
v1.5.11
Release Notes for v1.5.11
- Close #411
- Added individual VM refresh command - Each virtual machine now has its own refresh icon (similar to start/stop icons) that allows refreshing Docker containers and images for that specific VM without reloading the entire tree
- Fixed VM IP address fetching race condition - Added readiness check in EventMonitorService before fetching VM IP address to prevent failures when VM is not fully ready
- Fixed duplicate Docker images with different tags - Enhanced DockerService to properly merge tags for the same Docker image instead of creating duplicate entries
- Event-Driven Updates: Replaced the polling mechanism with a real-time event monitor (prlctl monitor-events) for Parallels Desktop 21+. This ensures VM status changes (start, stop, suspend) are reflected instantly in the UI without manual refreshes.
- Optimized IP Address Fetching: The extension now asynchronously fetches VM IP addresses only when a VM enters the "running" state, preventing UI blocking and unnecessary command execution.
- Silent Auto-Refresh: Improved the fallback polling mechanism (for older Parallels Desktop versions) to run silently in the background, eliminating intrusive "Refreshing..." notifications.
- Enhanced VM Lifecycle Handling: Added comprehensive support for real-time updates on VM addition, removal, and snapshot tree changes.
- Part of #411
v1.5.10
Release Notes for v1.5.10
v1.5.9
Release Notes for v1.5.9
v1.5.8
Release Notes for v1.5.8
v1.5.6
Release Notes for v1.5.6
v1.5.5
Release Notes for v1.5.5
- Updated Kali Linux to the latest version
v1.5.4
Release Notes for v1.5.4
- Eliminated the sunset AI package prompt from initialization.
- Removed configuration options and related logic for the sunset AI package.
- Deleted all commands and services associated with the Parallels Catalog, including refresh, pull manifest, and onboarding commands.
- Cleaned up the ParallelsCatalogProvider and its associated methods.
- Updated configuration service to remove references to the sunset AI package.
v1.5.3
Release Notes for v1.5.3
- Added the new message for the sunset of the PD AI package
v1.5.2
Release Notes for v1.5.4
- Fixed an issue where the tree was getting stuck on refresh
- Fixed an issue where the extension would fail to start if devops was updated
- Fixed an issue when displaying error messages