summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2022-02-07 16:02:27 +0100
committerLucki2022-02-07 16:02:27 +0100
commit5712976db48ff4ac627e8d4a0bd5fdba1f8ff9f9 (patch)
treee8be6dc0bd490f733901d59491694950c79769f2
parent436ac5a877edf0c6028607117571f35ff1bcfd6f (diff)
downloadaur-5712976db48ff4ac627e8d4a0bd5fdba1f8ff9f9.tar.gz
upgpkg: docspell 0.32.0-1
upstream release
-rw-r--r--.CHANGELOG27
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
3 files changed, 35 insertions, 8 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 8706de46af98..e93e35b23629 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,5 +1,32 @@
# Changelog
+## v0.32.0
+
+*Feb 06, 2022*
+
+- Dashboards: There is a new starting page showing a dashboard.
+ Dashboards can be customized (#1294)
+- UI-settings can be specified per collective and then be overriden by
+ user settings (#838)
+- Managing notifications channels: Instead of giving channel data with
+ each notification hook, they can now be managed separately. This is
+ more convenient, because they can be reused for different
+ notification hooks and periodic queries. Notifications can be
+ associated to multiple channels. (#1293)
+ - Please note that some (small) manual effort is recommended when
+ upgrading: The channel data from all your current notifications is
+ copied into a separate data set. This can create duplicates if you
+ had notifications with equal channel data. In order to remove
+ these duplicates, first change all notifications to a known
+ channel and afterwards you can delete the obsolete ones.
+- Replace bundled pdf viewer with pdfjs default viewer. (#1304)
+- Fixes the query used in a periodic query, that had returned trashed
+ items (#1323)
+- Fixes UI bugs where some data was not initialized in the view
+ (#1324)
+- Fix sorting tags in search menu (#1318)
+- Reworked website using tailwindcss
+
## v0.31.0
*Jan 16, 2022*
diff --git a/.SRCINFO b/.SRCINFO
index abbbcb97c550..44c0ec146b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = docspell
pkgdesc = Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
- pkgver = 0.31.0
+ pkgver = 0.32.0
pkgrel = 1
url = https://docspell.org/
changelog = .CHANGELOG
arch = any
groups = docspell
license = GPL3
- source = docspell-0.31.0-restserver.zip::https://github.com/eikek/docspell/releases/download/v0.31.0/docspell-restserver-0.31.0.zip
- source = docspell-0.31.0-joex.zip::https://github.com/eikek/docspell/releases/download/v0.31.0/docspell-joex-0.31.0.zip
+ source = docspell-0.32.0-restserver.zip::https://github.com/eikek/docspell/releases/download/v0.32.0/docspell-restserver-0.32.0.zip
+ source = docspell-0.32.0-joex.zip::https://github.com/eikek/docspell/releases/download/v0.32.0/docspell-joex-0.32.0.zip
source = docspell-joex.sh
source = docspell-restserver.sh
source = docspell-joex.service
source = docspell-restserver.service
source = docspell.sysusers
source = docspell.tmpfiles
- sha512sums = 0501b6e6ef991c277e03f48f7800f05bb4b65c376721236c30d74bbb1b239d5f15761989e0b4c994f865ea9e5a874532637d1405f81e41e1056c5ee9cc8e2cbd
- sha512sums = b5f92969d0882898e141b33ebd5de4cd096ddc982624af0e684093ec9f510000476ab7caf96985a7dbd1403fda2b55538784adc4d6d8e0d9ef5081ec836cdbb3
+ sha512sums = 84a64a246567b2a8f7df41b2d3407f1c355424cc0583ed9a31aca42eb0da3ef40c6f2fb8d6982939a8d26383694499768d3c8efa5ff0caba21dd599c17652125
+ sha512sums = 5eeeb4a9c03f8b7c8184b593ef2e402d5597df9b0a1b7bcdf770e9969be37c4a0d4f3d8732380d797c23be39c96f08a8b215c586f598c7de266b4e9ede1276a2
sha512sums = 6ab8b24eb76f02b68e4fa4194b8771ef4f57c8375b34bf7bf914563528e347ea127beb5547e432910911d4fd15982cccdd1df50aeb76058129b909824ce49093
sha512sums = 0b8b08f47f1cb46a3bfc16df4b0574cebfb4a851562d134fcba3c4bf80fb011443499a549c3a04480456c048346d09f36fbcbc9d792810001c9c8b370d3926a8
sha512sums = c1a7a9cb942413d0febb083554a15ded0ead5c7124624f0ec5fe43d3bc73a1637f89bc27f7b6e0bbdbd0d886799e5331beb5f45f476db70b69ae17c0d803f004
diff --git a/PKGBUILD b/PKGBUILD
index 5721a28bbb73..23425335ca11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(
'docspell-restserver'
# 'firefox-extension-docspell'
)
-pkgver=0.31.0
+pkgver=0.32.0
pkgrel=1
changelog=.CHANGELOG
arch=('any')
@@ -25,8 +25,8 @@ source=("$pkgbase-$pkgver-restserver.zip::https://github.com/eikek/$pkgbase/rele
"${pkgname[1]}.service"
"$pkgbase.sysusers"
"$pkgbase.tmpfiles")
-sha512sums=('0501b6e6ef991c277e03f48f7800f05bb4b65c376721236c30d74bbb1b239d5f15761989e0b4c994f865ea9e5a874532637d1405f81e41e1056c5ee9cc8e2cbd'
- 'b5f92969d0882898e141b33ebd5de4cd096ddc982624af0e684093ec9f510000476ab7caf96985a7dbd1403fda2b55538784adc4d6d8e0d9ef5081ec836cdbb3'
+sha512sums=('84a64a246567b2a8f7df41b2d3407f1c355424cc0583ed9a31aca42eb0da3ef40c6f2fb8d6982939a8d26383694499768d3c8efa5ff0caba21dd599c17652125'
+ '5eeeb4a9c03f8b7c8184b593ef2e402d5597df9b0a1b7bcdf770e9969be37c4a0d4f3d8732380d797c23be39c96f08a8b215c586f598c7de266b4e9ede1276a2'
'6ab8b24eb76f02b68e4fa4194b8771ef4f57c8375b34bf7bf914563528e347ea127beb5547e432910911d4fd15982cccdd1df50aeb76058129b909824ce49093'
'0b8b08f47f1cb46a3bfc16df4b0574cebfb4a851562d134fcba3c4bf80fb011443499a549c3a04480456c048346d09f36fbcbc9d792810001c9c8b370d3926a8'
'c1a7a9cb942413d0febb083554a15ded0ead5c7124624f0ec5fe43d3bc73a1637f89bc27f7b6e0bbdbd0d886799e5331beb5f45f476db70b69ae17c0d803f004'