Skip to content

Commit 22f14ba

Browse files
committed
[release]
1 parent 4884205 commit 22f14ba

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

dist/changelogs/13.3.2.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## VMs
2+
3+
- There is now support for KVM/QEMU virtual machines that can be accessed via the libvirt CLI tools `virsh`. This includes support for other driver URLs as well aside from KVM and QEMU. This integration is available starting from the homelab plan and can be used for free for two weeks after this release using the new release preview
4+
- You can now override a VM IP if you're using an advanced networking setup where the default IP detection is not suitable
5+
- Fix remote VM SSH connections not being able to use the keys and identities from the local system
6+
- There is now a new restart button for containers and VMs
7+
8+
## File browser
9+
10+
- There is now a new option in the context menu of a tab to pin it, allowing for having a split view with two different file systems
11+
- There is now the option to dock terminals in the file browser (this is only available on Windows for now). You can disable this in Settings -> File browser -> Terminal docking if you don't like it
12+
- The previous system history tab is now always shown
13+
- You can now change the default download location for the move to downloads button
14+
15+
## Shell sessions
16+
17+
Many improvements have been implemented for reusability of shell sessions running in the background. Whenever you access a system or a parent system, XPipe will connect to it just as before but keep this session open in the background for some time, under the assumption that you will typically perform multiple actions shortly afterward. This will improve the speed of many actions and also results in less authentication prompts when you are using something like 2FA.
18+
19+
## Terminals
20+
21+
- Closing a terminal tab/window while the session is loading will now cancel the loading process in XPipe as well
22+
- A newly opened terminal will now regain focus after any password prompt was entered in xpipe
23+
24+
## Security updates
25+
26+
There's now a new mechanism in place for checking for security updates separately from the normal update check. This is important going forward, to be able to act quickly when any security patch is published, so that all users have the possibility to get notified even if they don't follow announcements on the GitHub repo or on Discord. You can also disable this functionality in the settings if you want.
27+
28+
## Other
29+
30+
- The application style has been reworked
31+
- The settings menu now shows a restart button when a setting has been changed that requires a restart to apply
32+
- There is now an intro to scripts to provide some more information before using scripts
33+
- Add ability to enable agent forwarding when using the SSH-Agent for identities
34+
- The .rpm releases are now signed
35+
36+
## Fixes
37+
38+
- Fix Proxmox detection not working when not logging in as root
39+
- Fix tunnels not closing properly when having to be closed forcefully
40+
- Fix vmware integration failing when files other than .vmx were in the VM directories
41+
- Fix Tabby not launching properly on Windows
42+
- Fix SSH and docker issues with home assistant systems
43+
- Fix git readme not showing connections in nested children categories
44+
- Fix Windows Terminal Preview and Canary not being recognized
45+
- Fix style issues with the mocha theme
46+
- Fix color contrast for some themes
47+
- Fix system dark mode changes not being applied if they were changed while XPipe was not running

dist/changelogs/13.3.2_incremental.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix Windows Terminal docking not working probably if new instance behavior had been set to attach in the Windows Terminal settings

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.3.1
1+
13.3.2

0 commit comments

Comments
 (0)