From 645297d68c72f146b9b773652f11c995ccdc6db2 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Tue, 6 Apr 2021 21:31:30 +0200 Subject: [PATCH] documentation --- docs/administration.rst | 4 +++- docs/changelog.rst | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/administration.rst b/docs/administration.rst index 5d6367277..c9a5650f0 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -193,7 +193,9 @@ This table lists the compatible versions for each database migration number. +------------------+-----------------+ | 1012 | 1.1.0 - 1.2.1 | +------------------+-----------------+ -| 1014 | 1.3.0 - current | +| 1014 | 1.3.0 - 1.3.1 | ++------------------+-----------------+ +| 1016 | 1.3.2 - current | +------------------+-----------------+ Execute the following management command to migrate your database: diff --git a/docs/changelog.rst b/docs/changelog.rst index 454f912f5..b08fd17e8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,8 @@ paperless-ng 1.4.0 * Changes + * Firefox only: Highlight search query in PDF previews. + * New URL pattern for accessing documents by ASN directly (http:///asn/123) * Added logging when executing pre- and post-consume scripts.