Skip to content

Commit

Permalink
Release extension version 1.5.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao authored Jan 14, 2025
1 parent 27fdf2e commit 4fccddc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the "parallels-desktop" extension will be documented in this file.

## [1.5.0] - 2025-01-14

- Added new icon designs
- Added the ability to control cached items from the extension
- Added the ability to check the reverse proxy configuration
- Added the ability to check more information about the remote hosts
- Added the ability to get the logs for the remote hosts
- Further stability and bug fixes
- Added the ability to see and control the cache items in either the hosts or the orchestrator
- Added the ability to remove cache items from the system
- minor fixes to the tree when removing/adding items
- Minor fixes to the diff and saving of profiles

## [1.4.3] - 2024-11-06

- Fixed an issue where if a remote host was down the auto-refresh would not work as intended
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Parallels/parallels-vscode-extension"
},
"icon": "img/logo/parallels_logo.png",
"version": "1.4.3",
"version": "1.5.0",
"engines": {
"vscode": "^1.90.0"
},
Expand Down Expand Up @@ -2013,4 +2013,4 @@
"tailwindcss": "^3.3.2",
"uuid": "^9.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src/constants/flags.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "1.4.3";
export const VERSION = "1.5.0";
export const FLAG_NO_GROUP = "no_group";
export const FLAG_OS = "parallels-desktop:os";
export const FLAG_CONFIGURATION = "parallels.configuration";
Expand Down

0 comments on commit 4fccddc

Please sign in to comment.