summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-12-16 04:08:54 +0000
committerChristopher Schnick2023-12-16 04:08:54 +0000
commita1ed79cbb56cbadf6f9b65db5060ca9e7a6bf29d (patch)
tree31b009fa2e43ae0a3296de3610f16716161d31ec
parentd98006f6cb3e10ba2806890397cd88f062000f67 (diff)
downloadaur-a1ed79cbb56cbadf6f9b65db5060ca9e7a6bf29d.tar.gz
Update to version 1.7.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog62
3 files changed, 27 insertions, 45 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f39d44bde8..9bb12c16736f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.10
+ pkgver = 1.7.11
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.10-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.10/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-1.7.11-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.11/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-1.7.10-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.10/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-1.7.11-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.11/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index 9ae7286a88f5..fbae02c89ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.10"
+_fullver="1.7.11"
pkgname="xpipe"
-pkgver="1.7.10"
+pkgver="1.7.11"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index 10e95c62bd17..e9b15276ba99 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,44 +1,26 @@
-## Changes in 1.7.10
+### New professional features
-- Fix application freezing under heavy load, usually with the git storage
-- Fix git storage asking multiple times for login information when needed
-- Fix git storage push failing when login information was required
-- Fix rpm installation upgrade removing desktop file
-- Make exit timeout always run to quit after max 30 seconds
-- Improve readme description for causes of an empty git storage
-- Add chmod file browser action
-- Many other small miscellaneous fixes and improvements
-
-## Changes in 1.7.9
-
-### Git storage rework
-
-The git storage functionality has been in a bad state, hopefully this update will change that.
-First of all, several bugs and inconsistencies have been fixed.
-
-Furthermore, the authentication options have been greatly expanded.
-You can now supply both HTTP and SSH git URLs. If any input is required like a username/password/passphrase, XPipe will show a prompt.
-If you chose to use an SSH git URL, you can also set key-based authentication options just as for other ssh connections.
-
-Lastly, there is now a general data directory as well in which you can put any additional files like SSH keys that you want to include in the repository. You can then refer to them just as normal within XPipe but their file paths are automatically adapted on any system you clone the repository to. You can open this data directory from the settings menu.
-
-It is recommended to start with a remote git repository from scratch though to properly fix previous issues.
+- Add support for Yubikey PKCS#11 identities for SSH connections
+- Add support for custom PKCS#11 libraries to use with SSH connections
+- Add support for the gpg-agent for SSH connections, e.g. for smart cards
### Other changes
-- Fix new daemon instances getting stuck when trying to communicate with an already running daemon that does not respond
-- Fix daemon not properly exiting when stuck on shutdown
-- Fix elevated commands getting stuck if no sudo password was available
-- Fix some commands getting stuck under rare conditions on Linux and macOS
-- Fix some windows being shown outside of screen bounds when display scaling values were set very high
-- Fix macOS .pkg installers requiring Rosetta to be installed on ARM even though it wasn't needed
-- Fix powerlevel10k breaking terminal integrations on macOS
-- Fix screen clear on terminal launch sometimes breaking terminal formatting
-- Fix process exit codes outside of signed 32-bit int causing errors
-- Fix local shell process not restarting if it somehow died
-- Fix errors not showing when GUI could not be initialized
-- Fix some NullPointerExceptions
-- Fix file browser execute action not launching scripts
-- Fix some license related errors
-- Fix Windows os detection on remote servers if cmd was not available
-- Many other small miscellaneous fixes and improvements
+- Add ESC and CTRL/CMD+W shortcuts to close dialog windows
+- Add support for JetBrains editors
+- Add support for docker versions <20
+- Add history button for file browser
+- Improve information display for docker containers
+- Rework SSH agent integration for all agent types to fix many issues
+- Properly update state of child connections on refresh
+- Fix SSH identity file chooser not opening up the correct system when using jump servers
+- Make git always use the native ssh client on Windows
+- Properly disable remote git storage during a session if a remote operation failed before
+- Show unavailable connection types when searching for connections automatically
+- Add ability to open compatible SSH connections in vscode
+- Fix some connections not being shared in a git repository even though they should
+
+### Preview pro features
+
+For anyone interested in giving any new professional features a try without having to commit to buying a full license,
+there is now a special preview mode available: Simply enter the license key `D18D1C9F-D3CB-49CA-A909-FF385DECD948` and get full access to newly released professional features for two weeks after their initial release date. In fact, you can try it out right now to get access to the new SSH authentication features.