Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.5.0 #157

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading