xpipe/dist/changelogs/8.1_incremental.md

36 lines
2.5 KiB
Markdown
Raw Normal View History

2024-02-29 22:38:53 +13:00
## Windows updater issues
The last few versions of XPipe from 1.7.16 to 8.0.1 all had a self-updater on Windows that was not working properly. This was caused by a newly introduced JDK bug. This is now fixed from 8.1 onwards.
2024-02-29 22:38:53 +13:00
To upgrade to 8.1+, you have to do it manually by downloading and installing it from https://github.com/xpipe-io/xpipe/releases. There shouldn't be any more problems with 8.1+ after that.
2024-02-29 22:38:53 +13:00
## Git Vault Versioning
2024-03-03 00:25:33 +13:00
When upgrading XPipe versions across many systems, one problem could have been the git vault format being updated on one system and being pulled on another a system that is running an older version. This could have led to data corruption. From now on, there will be a warning shown when the versions do not match up. From there you can choose to temporarily disable the git vault during a session until you upgrade to the matching version on that system as well.
2024-03-05 07:05:07 +13:00
This check however only works from 8.1 onwards. Older git vaults do not contain version information. So if this happens to you while updating from a previous version, e.g. 1.7.16, you should be able to reset the git repository to a previous ref.
2024-03-03 00:25:33 +13:00
## Filtering for hosts
2024-03-05 07:05:07 +13:00
You can now search for IPs and hostnames in addition to the connection names to filter your connection list. The connection display when a filter is active has also been improved.
2024-02-29 22:38:53 +13:00
## File browser transfer fixes
There was a regression in transfer speed in 8.0 causing transfers of large files being very slow. This is now fixed.
## Open directories in WSL
There is now a new action available in the file browser for directories on Windows systems that allows you to open that directory in a WSL session. This makes it easier to quickly use Linux tools in a certain directory you're currently in when on Windows.
2024-03-03 00:25:33 +13:00
## Other changes
2024-02-29 22:38:53 +13:00
2024-03-03 00:25:33 +13:00
- Fix fallback shell action throwing some errors initially
- Properly set TERM variable for powershell environments
- Improve styling in some areas
- Better validate invalid settings values on startup
2024-03-03 00:25:33 +13:00
- Fix concurrency issues when querying multiple secrets at the same time
- Fix red validation markers appearing in front of other UI elements
- Fix msys2, cygwin, and gitforwindows shell environments being shown for the wrong parent connection when located on remote systems
- Fix transferred files with BOM sometimes getting corrupted on Windows systems
2024-03-05 07:05:07 +13:00
- Fix SSH askpass throwing errors on Windows systems where username contained special characters due to an OpenSSH bug
2024-03-03 00:25:33 +13:00
- Fix some null pointers