summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2024-02-19 21:07:59 +0000
committerChristopher Schnick2024-02-19 21:07:59 +0000
commit6a0556cf98ee4f38116c0f5f67ca91b10cad3228 (patch)
tree5cb2b04c124f4cb91416e400b8f2ef33f7bf42ff
parent80d23f280fb579d9430d4e51e20f3b7ffbfe0044 (diff)
downloadaur-6a0556cf98ee4f38116c0f5f67ca91b10cad3228.tar.gz
Update to version 8.0-6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5cb288c94af..843cc143095a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xpipe-ptb
pkgdesc = XPipe (Public Test Build) releases
pkgver = 8.0
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = https://github.com/xpipe-io/xpipe-ptb
changelog = xpipe.changelog
@@ -20,9 +20,9 @@ pkgbase = xpipe-ptb
depends = pango
source = xpipe-ptb.desktop
sha512sums = SKIP
- source_x86_64 = xpipe-ptb-8.0-5-x86_64.tar.gz::https://github.com/xpipe-io/xpipe-ptb/releases/download/8.0-5/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-ptb-8.0-6-x86_64.tar.gz::https://github.com/xpipe-io/xpipe-ptb/releases/download/8.0-6/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-ptb-8.0-5-arm64.tar.gz::https://github.com/xpipe-io/xpipe-ptb/releases/download/8.0-5/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-ptb-8.0-6-arm64.tar.gz::https://github.com/xpipe-io/xpipe-ptb/releases/download/8.0-6/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe-ptb
diff --git a/PKGBUILD b/PKGBUILD
index e66b91200bc2..4d8e236b8f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="8.0-5"
+_fullver="8.0-6"
pkgname="xpipe-ptb"
pkgver="8.0"
-pkgrel="5"
+pkgrel="6"
epoch=1
pkgdesc="XPipe (Public Test Build) releases"
arch=('x86_64' 'aarch64')
diff --git a/xpipe.changelog b/xpipe.changelog
index fea73f8e6c1b..08ed6d3d42d5 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -2,7 +2,7 @@ This is update is primarily focused on internal reworks. It includes many change
The versioning scheme has also been changed to simplify version numbers. So we are going straight from 1.7 to 8.0!
-If you're interested, make sure to check out the PTB repository at https://github.com/xpipe-io/xpipe-ptb to download an early version. The regular releases and PTB releases are designed to not interfere with each other and can therefore be installed and used side by side. They work on separate configuration data. If you are planning to use the PTB version, please don't try to link it up to your existing xpipe git vault though if you're using that feature. You can use a separate repository for that. It is intended to start out from zero with the connections in this PTB version to have a good coverage of all the workflows. Also, please don't use this test version for your production environments as it is not considered stable yet.
+If you're interested, make sure to check out the public test build repository at https://github.com/xpipe-io/xpipe-ptb to download an early version. The regular releases and PTB releases are designed to not interfere with each other and can therefore be installed and used side by side. They work on separate configuration data. If you are planning to use the PTB version, please don't try to link it up to your existing xpipe git vault though if you're using that feature. You can use a separate repository for that. It is intended to start out from zero with the connections in this PTB version to have a good coverage of all the workflows. Also, please don't use this test version for your production environments as it is not considered stable yet.
Judging from experience, there will be broken features initially. It will definitely take a while until XPipe 8.0 will be fully released. You can help the development effort by testing the PTB version and reporting any issues that you can find.
@@ -22,7 +22,7 @@ The git installation on Windows comes with its own posix environment, which some
## File browser improvements
-The file browser has been reworked in terms of performance and reliability. Transferring many files should now be faster. Any errors that can a curr are now handled better.
+The file browser has been reworked in terms of performance and reliability. Transferring many files should now be faster. Any errors that can occur are now handled better.
In terms of the interface, there is also now a progress indicator for files being transferred. For any file conflicts, there is now a new dialog to choose how to resolve any conflict when copying or moving files.