Skip to content

Releases: Parallels/parallels-vscode-extension

v1.5.11

08 Jan 11:42
3518396

Choose a tag to compare

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

19 Dec 13:02
7361b28

Choose a tag to compare

Release Notes for v1.5.10

v1.5.9

19 Dec 12:25
269b08a

Choose a tag to compare

Release Notes for v1.5.9

v1.5.8

19 Dec 12:05
2bba483

Choose a tag to compare

Release Notes for v1.5.8

v1.5.6

19 Nov 14:55
e050381

Choose a tag to compare

Release Notes for v1.5.6

v1.5.5

19 Nov 14:47
c5c4404

Choose a tag to compare

Release Notes for v1.5.5

  • Updated Kali Linux to the latest version

v1.5.4

26 Aug 11:31
72da4ad

Choose a tag to compare

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

22 Jul 13:28
7c7004c

Choose a tag to compare

Release Notes for v1.5.3

  • Added the new message for the sunset of the PD AI package

v1.5.2

30 Apr 14:29
f1b329a

Choose a tag to compare

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

v1.5.1

13 Feb 10:18
9aacc58

Choose a tag to compare

Release Notes for v1.5.1

  • Fixed an issue where the right click would show options not available for each machine, fixes #158
  • Fixed an issue with detecting new devops service versions
  • Added the ability to notify discord users about new versions