summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-11-18 05:41:36 +0000
committerChristopher Schnick2023-11-18 05:41:36 +0000
commit8a46f15febff66baf9475cda444810fe1eb85926 (patch)
treed1ac1134c9f9ffa5e708d11d990104b3d1cad3af
parent18461669f13cf211baacb9a2713e1397613cf05c (diff)
downloadaur-8a46f15febff66baf9475cda444810fe1eb85926.tar.gz
Update to version 1.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog11
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af5031cfd3e1..06db26e6f54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.5
+ pkgver = 1.7.6
pkgrel = 1
epoch = 1
url = https://github.com/xpipe-io/xpipe
@@ -10,9 +10,9 @@ pkgbase = xpipe
license = unknown
source = xpipe.desktop
sha512sums = SKIP
- source_x86_64 = xpipe-1.7.5-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.5/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-1.7.6-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.6/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-1.7.5-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.5/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-1.7.6-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.6/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index dc8846a604c2..ef588812f6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.5"
+_fullver="1.7.6"
pkgname="xpipe"
-pkgver="1.7.5"
+pkgver="1.7.6"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index ef9e63803e18..4fd0574f3581 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,13 +1,12 @@
-## Changes in 1.7.5
+## Changes in 1.7.6
-- Implement some more performance improvements
-- Fix file browser transfer freezing up when trying to copy/move nested directories
-- Fix file browser transfer failing when trying to copy symbolic links
-- Fix file browser jittering when dragging and dropping files
-- Fix performance regression when transferring large files
+- Fix file transfer being broken in 1.7.5 on Linux and macOS due native stream implementation differences
+- Fix loading state not graying out background when creating new connections
+- Improved connection creation navigation by automatically shifting focus to the item when a choice is selected in a dropdown
## Previous changes in 1.7
+- [1.7.5](https://github.com/xpipe-io/xpipe/releases/tag/1.7.5)
- [1.7.4](https://github.com/xpipe-io/xpipe/releases/tag/1.7.4)
- [1.7.3](https://github.com/xpipe-io/xpipe/releases/tag/1.7.3)
- [1.7.2](https://github.com/xpipe-io/xpipe/releases/tag/1.7.2)