summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-11-22 07:15:26 +0000
committerChristopher Schnick2023-11-22 07:15:26 +0000
commitfd3fd6d269f0a42db351431e99c707ebd066b0ec (patch)
tree4b6bbcc0f225624e242754ef0e7c7c1c7cde58fd
parent8a46f15febff66baf9475cda444810fe1eb85926 (diff)
downloadaur-fd3fd6d269f0a42db351431e99c707ebd066b0ec.tar.gz
Update to version 1.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog17
3 files changed, 18 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06db26e6f54b..493ec961f184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.6
+ pkgver = 1.7.7
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.6-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.6/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-1.7.7-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.7/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- 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
+ source_aarch64 = xpipe-1.7.7-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.7/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index ef588812f6e1..f0ddf309a635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.6"
+_fullver="1.7.7"
pkgname="xpipe"
-pkgver="1.7.6"
+pkgver="1.7.7"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index 4fd0574f3581..dcd9410c50ee 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,11 +1,20 @@
-## Changes in 1.7.6
+## Changes in 1.7.7
-- 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
+- More performance improvements
+- Fix file browser navbar commands failing. Since no one has reported this yet,
+ I assume that most people don't know that you can run commands and shells if you type them into the file browser navigation bar
+- Fix file browser icons being broken since 1.7.4
+- Fix connection list updates sometimes not being reflected in file browser connection list
+- Fix WSL integration not working when system language was not set to english
+ due to missing command-line options in the non-english WSL CLI
+- Fix application not working on Windows systems where the system code page did support all characters in username
+- Fix exit code not being detected and causing a failure on Windows under certain conditions
+- Fix file browser getting stuck in an invalid state when maximum file display limit was reached
+- Fix file browser transfer into macOS finder not updating state and causing errors
## Previous changes in 1.7
+- [1.7.6](https://github.com/xpipe-io/xpipe/releases/tag/1.7.6)
- [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)