summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-11-15 04:15:31 +0000
committerChristopher Schnick2023-11-15 04:15:31 +0000
commit857a7a3e8dea15d8888518fbadab7acbfa90d41b (patch)
treef7c6ac19b2da6c1c10c7420522a0e9a941592a5b
parent81a7d3912cf41628bda1eeaaf143cb2175c80cb9 (diff)
downloadaur-857a7a3e8dea15d8888518fbadab7acbfa90d41b.tar.gz
Update to version 1.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog61
3 files changed, 44 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce431482c56..d44f344cdc18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.3
+ pkgver = 1.7.4
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.3-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.3/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-1.7.4-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.4/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-1.7.3-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.3/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-1.7.4-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.4/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index dfa6244d3f3f..d65b7e1615e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.3"
+_fullver="1.7.4"
pkgname="xpipe"
-pkgver="1.7.3"
+pkgver="1.7.4"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index dd9637d89b81..d1272e11ca0d 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,26 +1,43 @@
-## Changes in 1.7.3
-
-- Use newly created macOS app icons that better fit in with the general macOS aesthetic
-- Fix connection freezing when sudo askpass dialog was cancelled by now just executing commands as normal user
-- Fix Tabby installation not being detected on Windows if it was system-wide instead of per-user
-- Fix some settings values being incorrectly labelled as professional-only
-- Fix application restart for license activation not working
-- Fix open browser tab list being broken when reordering tabs by dragging
-- Fix browser welcome screen connection list jumping around
-- Fix connection sorting sometimes not working
-- Fix connections being duplicated in all connections overview
-- Fix move to category functionality being broken
-- Fix bring scripts functionality throwing errors on script setup
-- Fix scripts possibly being called multiple times when set as default and as dependencies
-- Improve scripts help documentation
-- Improve styling in some areas
+## Changes in 1.7.4
-## Previous changes in 1.7
+### VMware support for desktop hypervisors
+
+This update introduces an experimental implementation to support VMware virtual machines in VMware Player, Workstation, and Fusion installations.
+The support includes actions like listing, starting, stopping, and pausing VMs plus opening a shell session or file browser session via SSH.
+
+Note that the initial connection to a VM, which runs some setup, can take a long time.
+It seems like the VMware CLI it is very slow in that regard, maybe I can find some improvements.
+
+If everything works out well with this first attempt at VM support, it can be expanded to other hypervisors.
+
+### Git storage for everyone
+
+Up until now, the git storage functionality has only been available with a professional license.
+However, due to the complex nature of git repositories, this feature had some inevitable rough edges
+and did not live up to the robustness of a professional product.
-- [https://github.com/xpipe-io/xpipe/releases/tag/1.7.2](https://github.com/xpipe-io/xpipe/releases/tag/1.7.2)
-- [https://github.com/xpipe-io/xpipe/releases/tag/1.7.1](https://github.com/xpipe-io/xpipe/releases/tag/1.7.1)
+As a result, I am moving this feature into the community edition.
-## Other changes
+### UI rework
+
+Some parts of the UI have been reworked to achieve a more consistent appearance.
+Furthermore, it has also been improved in regard to accessibility and its interaction with screen readers.
+
+### Other changes
+
+- The left sidebars in the connection overview and browser can now be persistently resized
+- Implement various performance improvements
+- When dragging files straight out of the browser, they now can also resolve to text output.
+ You can therefore now drag files into a terminal to quickly paste their file names for example.
+- Rework connection creation to automatically preselect most commonly used type
+- Fix browser exit race conditions
+- Fix application not starting up when settings file was corrupted
+- Fix connection getting stuck when shell did not support stderr. It will now just stop after a few seconds
+- Fix application not starting up on Windows systems older than Windows 10
+- Fix negative process exit codes being interpreted as internal errors and not shown
+
+## Previous changes in 1.7
-The entire website at [https://xpipe.io](https://xpipe.io) has been redone, so you can check it out if you want and share your feedback on it.
-Furthermore, XPipe is now also available in the [Microsoft Store](https://apps.microsoft.com/detail/xpipe/XP9KK2PJ9JDQ6G)
+- [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)
+- [1.7.1](https://github.com/xpipe-io/xpipe/releases/tag/1.7.1)