From 5b69447f05cfa2f6ce3248820d05465984ca832c Mon Sep 17 00:00:00 2001 From: crschnick Date: Mon, 26 Feb 2024 08:10:40 +0000 Subject: [PATCH] Update feature list --- dist/changelogs/8.0.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/dist/changelogs/8.0.md b/dist/changelogs/8.0.md index caeeb533b..a1d95706c 100644 --- a/dist/changelogs/8.0.md +++ b/dist/changelogs/8.0.md @@ -2,19 +2,25 @@ This update includes many changes that are necessary going forward to allow for The versioning scheme has also been changed to simplify version numbers. So we are going straight from 1.7 to 8.0! -Note that on Windows the automatic updater still has a few issues if you are upgrading from 1.7.16. If the update fails, you can still install 8.0 manually by downloading and installing it. +Note that on Windows the automatic updater still has a few issues if you are upgrading from 1.7.16. If the automatic update fails, you can still install 8.0 manually by downloading and installing it from https://github.com/xpipe-io/xpipe/releases. ## New terminal launcher The terminal launcher functionality got completely reworked with the goal to make it more flexible and improve the terminal startup performance. You will quickly notice the new implementation whenever you launch any connection in your terminal. -## Proxmox integration +## Proxmox integration (Professional feature) -There is now support to directly query all VMs and containers located on a Proxmox system via the `pct` and `qm` tools. The containers can be accessed directly as any other containers while the VMs can be accessed via SSH. In case no SSH server is running in a vm, you can also choose to start one within XPipe. +There is now support to directly query all VMs and containers located on a Proxmox system via the `pct` and `qm` tools. The containers can be accessed directly as any other containers while the VMs can be accessed via SSH. In case no SSH server is running in a vm, you can also choose to start one with XPipe. -This feature will probably be available in the professional version in the full release but is available for everyone in the PTB release. +This feature will be available in the professional version, but is also available in the free professional edition preview after release. -## Git For Windows environments +## Improved professional edition preview + +Any new professional features, such as the Proxmox support, will be available for free for a couple of weeks after their initial release. There is now a new dialog available to allow you to quickly set up the XPipe preview plan. + +This allows anyone interested in playing around with new features to do so without limitation and no commitment. + +## Git For Windows shell environments The git installation on Windows comes with its own posix environment, which some people use to make use of standard Linux functionalities on Windows if they have not moved to WSL yet. This update brings full support to add this shell environment as well via the automatic detection functionality. @@ -35,6 +41,8 @@ This update adds support to also add connections from other kubeconfig files. Furthermore, you can also choose to use any namespace you want. This is useful in cases where you have not set up a context for every namespace you have. +The Kubernetes support is also now available in the pro preview after release. + ## Settings rework This update comes with a complete rework of the settings menu. Many options have been added and existing ones have been improved, with a focus on providing more control over security settings. Make sure to give them a read to discover new options. @@ -51,6 +59,8 @@ Up until now, connecting to fish shells or various dumb shells you typically fin The implementation also now supports dumb shells that can be reached via ssh for example, but support still has to be implemented manually. Since I currently don't own any typical hardware like various routers and links, e.g. from cisco, I did not have the ability yet to do this. So if you own any hardware you would like to see supported, open an issue and share the typical output that is printed upon connection, and it can easily be supported. +For now, it should work with MikroTik routers at least. + ## Temporary containers You can now run a temporary docker container using a specified image that will get automatically removed once it is stopped. The container will keep running even if the image does not have any command specified that will run. @@ -83,9 +93,7 @@ The timeout model has been reworked. It is now set to a fixed amount of 30s whil - Add ability to easily add files to the git vault data directory - Introduce new changelog implementation that will be able to display the changelog relevant when upgrading from you current version, including all intermediate versions - Auto expand connections display when a new child is added -- Fix opnsense and PFsense systems not working - Fix elevation not working in some cases and throwing errors -- Fix debug mode not working - Improve git vault performance - Fix macOS updater and installation script sometimes only uninstalling existing version without installing new one - Fix scaling issues on Linux by providing a separate scaling option