summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2024-01-11 20:00:19 +0000
committerChristopher Schnick2024-01-11 20:00:19 +0000
commit9bb97917d7cbc5dd98795f4987dc2b58a2555bdd (patch)
tree1c0b9226d61f9f17334e868d6727f8a879b63faf
parent91e79ba364bd1b28f982103e05f2cc52aabd2924 (diff)
downloadaur-9bb97917d7cbc5dd98795f4987dc2b58a2555bdd.tar.gz
Update to version 1.7.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog33
3 files changed, 10 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a1d9ed76946..9d1bdb144217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.13
+ pkgver = 1.7.14
pkgrel = 1
epoch = 1
url = https://github.com/xpipe-io/xpipe
@@ -20,9 +20,9 @@ pkgbase = xpipe
depends = pango
source = xpipe.desktop
sha512sums = SKIP
- source_x86_64 = xpipe-1.7.13-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.13/xpipe-portable-linux-x86_64.tar.gz
+ source_x86_64 = xpipe-1.7.14-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.14/xpipe-portable-linux-x86_64.tar.gz
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-1.7.13-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.13/xpipe-portable-linux-arm64.tar.gz
+ source_aarch64 = xpipe-1.7.14-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.14/xpipe-portable-linux-arm64.tar.gz
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index 06c94ee4ac11..03690929d639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.13"
+_fullver="1.7.14"
pkgname="xpipe"
-pkgver="1.7.13"
+pkgver="1.7.14"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index 93746b63e0f8..952bd412af7b 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,28 +1,5 @@
-## Changes
-
-- You can now add SSH connections from arbitrary OpenSSH config files under `Add remote host` -> `SSH Config`
-- The SSH config importer now supports include statements. Included files are automatically resolved and joined
-- Add experimental ability to automatically fix SSH key file permissions on Windows if OpenSSH complains
-- Rework file browser connection history overview to always update when you close a tab
-- The Linux installers now correctly report their dependencies. This was not really a problem on any
- normal desktop system, but should make it easier to run on embedded systems or in WSL2g
-- Improve performance mode speedup by removing more styling. You can enable the mode under Settings -> Appearance
-- Change layout of connection names and status to better handle very long connection names across all window sizes
-- Make any connection quickly renameable in the edit window without verifying whether we can actually connect
-- Allow for creation of multiple connections with the same name
-- Add a self test functionality on startup to handle cases where the local shell could not be initialized correctly
-- Implement fallback to bundled fonts on Linux systems that do not have fontconfig
-- There is now a repository for nixos releases at https://github.com/xpipe-io/nixpkg
-- Improve documentation for custom terminal command setting
-
-## Fixes
-
-- Fix some zsh shells not properly setting up the PATH
-- Fix git vault repository throwing initialization errors when shared with multiple Windows user permissions
-- Fix displayed connection summary not updating on edit
-- Fix copying and pasting a file into the same directory returning an error
-- Fix connections being accidentally listed under scripts category
- if they were added while scripts category was selected
-- Fix default terminal detection sometimes selecting iTerm even though it was not installed
-- Fix shell environments for BSD bourne shell failing with invalid -l switch
-- Fix connections to pfSense systems not working
+This is just a small hotfix update to fix a few important issues:
+- Fix license validation throwing errors due to mismatched date format
+- Fix .deb installers not being able to resolve some packages on Ubuntu < 22
+- Fix command-line installation script on homepage not refreshing package repositories
+ on Linux if needed. It also now supports dnf, yum, and zypper as well