mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
[stage]
This commit is contained in:
parent
bda50dba72
commit
bd07bde222
3 changed files with 9 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
## Windows updater issues
|
## 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.0.2 onwards.
|
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.
|
||||||
|
|
||||||
To upgrade to 8.0.2+, 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.0.2+ after that.
|
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.
|
||||||
|
|
||||||
This also fixes opened terminal windows closing down when XPipe is closed on Windows. They will now stay open.
|
This also fixes opened terminal windows closing down when XPipe is closed on Windows. They will now stay open.
|
||||||
|
|
||||||
|
@ -16,6 +16,12 @@ If this problem already happened to you, you should be able to reset the git rep
|
||||||
|
|
||||||
You can now search for IPs and hostnames in addition to the connection names to filter your connection list. The connection a display when a filter is active has also been improved.
|
You can now search for IPs and hostnames in addition to the connection names to filter your connection list. The connection a display when a filter is active has also been improved.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
There had been a chance of files being corrupted when being transferred on Windows systems when there was a BOM included due to cmd overstepping its responsibilities and altering some data. This is now fixed.
|
||||||
|
|
||||||
## Other changes
|
## Other changes
|
||||||
|
|
||||||
- Fix fallback shell action throwing some errors initially
|
- Fix fallback shell action throwing some errors initially
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
8.0.1
|
8.1
|
||||||
|
|
Loading…
Reference in a new issue