From bd07bde222cf3e7bec9c97e91e32f4afc9d1f18e Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 2 Mar 2024 14:10:02 +0000 Subject: [PATCH] [stage] --- dist/changelogs/{8.0.2.md => 8.1.md} | 0 .../{8.0.2_incremental.md => 8.1_incremental.md} | 10 ++++++++-- version | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) rename dist/changelogs/{8.0.2.md => 8.1.md} (100%) rename dist/changelogs/{8.0.2_incremental.md => 8.1_incremental.md} (67%) diff --git a/dist/changelogs/8.0.2.md b/dist/changelogs/8.1.md similarity index 100% rename from dist/changelogs/8.0.2.md rename to dist/changelogs/8.1.md diff --git a/dist/changelogs/8.0.2_incremental.md b/dist/changelogs/8.1_incremental.md similarity index 67% rename from dist/changelogs/8.0.2_incremental.md rename to dist/changelogs/8.1_incremental.md index 7059181d..a9fc8da2 100644 --- a/dist/changelogs/8.0.2_incremental.md +++ b/dist/changelogs/8.1_incremental.md @@ -1,8 +1,8 @@ ## 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. @@ -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. +## 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 - Fix fallback shell action throwing some errors initially diff --git a/version b/version index cd1d2e94..b8eb0263 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.0.1 +8.1