summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-11-24 09:34:32 +0000
committerChristopher Schnick2023-11-24 09:34:32 +0000
commitd70dfb3da0527ddf06abcde2e3933c8402da01ac (patch)
treef4f6a8c398fb9b88a46e04b4a2c5899485bcb863
parentfd3fd6d269f0a42db351431e99c707ebd066b0ec (diff)
downloadaur-d70dfb3da0527ddf06abcde2e3933c8402da01ac.tar.gz
Update to version 1.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog21
3 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 493ec961f184..f721ed7461b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.7
+ pkgver = 1.7.8
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.7-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.7/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-1.7.8-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.8/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- 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
+ source_aarch64 = xpipe-1.7.8-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.8/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index f0ddf309a635..940d5b93fe1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.7"
+_fullver="1.7.8"
pkgname="xpipe"
-pkgver="1.7.7"
+pkgver="1.7.8"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index dcd9410c50ee..f4499296cf2a 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,19 +1,16 @@
-## Changes in 1.7.7
+## Changes in 1.7.8
-- 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
+- Make created scripts fully apply to file browser sessions as well.
+ Any environment changes will apply to the whole file browser, plus all selected
+ terminals scripts will be executed whenever you open a terminal session into a directory.
+- More startup performance improvements
+- Fix dialog window order sometimes being wrong and shown behind main window
+- Fix macOS Terminal.app sometimes not launching connection due to a race condition
+- Many other small miscellaneous fixes and improvements
## Previous changes in 1.7
+- [1.7.7](https://github.com/xpipe-io/xpipe/releases/tag/1.7.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)