summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2023-12-06 02:06:51 +0000
committerChristopher Schnick2023-12-06 02:06:51 +0000
commitd98006f6cb3e10ba2806890397cd88f062000f67 (patch)
tree1d63e911a284e64b2c71daf64841d8b94339f3dc
parent65b18cb8099e64f90f6a4bc699d3edf9853a0c2d (diff)
downloadaur-d98006f6cb3e10ba2806890397cd88f062000f67.tar.gz
Update to version 1.7.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xpipe.changelog13
3 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d0ed816b20d..e4f39d44bde8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 1.7.9
+ pkgver = 1.7.10
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.9-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.9/xpipe-portable-linux-x86_64.tar.gz
+ 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
sha512sums_x86_64 = SKIP
- source_aarch64 = xpipe-1.7.9-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/1.7.9/xpipe-portable-linux-arm64.tar.gz
+ 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
sha512sums_aarch64 = SKIP
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index f1f2fccbed19..9ae7286a88f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="1.7.9"
+_fullver="1.7.10"
pkgname="xpipe"
-pkgver="1.7.9"
+pkgver="1.7.10"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
diff --git a/xpipe.changelog b/xpipe.changelog
index 94f391b53b8d..10e95c62bd17 100644
--- a/xpipe.changelog
+++ b/xpipe.changelog
@@ -1,3 +1,14 @@
+## Changes in 1.7.10
+
+- 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
@@ -31,5 +42,3 @@ It is recommended to start with a remote git repository from scratch though to p
- Fix some license related errors
- Fix Windows os detection on remote servers if cmd was not available
- Many other small miscellaneous fixes and improvements
-
-Please make sure to report any issue you can find. This helps the development a lot.