summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
authorLucki2022-01-20 15:15:09 +0100
committerLucki2022-01-20 15:15:09 +0100
commit436ac5a877edf0c6028607117571f35ff1bcfd6f (patch)
treeb5ecf1f889c6d5f6e64fbd99ee16c511770a3e7e /.CHANGELOG
parent5706e054ef99111dbd746efea12ad1c5b431496b (diff)
downloadaur-436ac5a877edf0c6028607117571f35ff1bcfd6f.tar.gz
upgpkg: docspell 0.31.0-1
upstream release
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG36
1 files changed, 36 insertions, 0 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index cb54ec1b619b..8706de46af98 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,5 +1,41 @@
# Changelog
+## v0.31.0
+
+*Jan 16, 2022*
+
+- Bookmark queries and use it in searches. (#1175) Also the periodic
+ query form is updated to allow using a bookmarks.
+- Customize message for periodic queries (#1258). You can now add your
+ own sentence to the beginning of the message notifying you for a
+ list of items.
+- Allow to configure a priority for Gotify notifications (#1277)
+- Improve handling tags (#960). When choosing a tag by the dropdown
+ the catgory is shown next to a tag and the options can be
+ constrainted by clicking a category bubble.
+- Fix timezone in docker image (#1234)
+- Fix adding high-dpi images that would cause an out-of-memory error
+ when generating previews (#1183).
+- Fix tearing down and initializing pubsub table to allow changing app
+ ids (#1251)
+- Fix switching between tile and list view when "full width" preview
+ is enabled (#1261)
+- Disable "group by month" if there are no groups (#1255)
+- Fix deleting periodic queries (button was not working) (#1257)
+
+### Rest API Changes
+
+- new routes for managing bookmarks
+- added routes for client settings to be separated between user and
+ collective, the previous endpoint now returns a merged json
+- add a priority value to gotify settings
+- add bookmark value to periodic query settings
+
+### Configuration Changes
+
+None.
+
+
## v0.30.1
*Dec 22, 2021*