From 51df3e834bb5d258ff33bf80ca0bea97eb180ee2 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 15 May 2022 08:44:54 +0200 Subject: [PATCH] bump version --- packaging/debian/debian/changelog | 12 ++++++++++++ packaging/debian/debiankio/changelog | 6 ++++++ src/RECOLL-VERSION.txt | 2 +- src/common/autoconfig-mac.h | 4 ++-- src/common/autoconfig-win.h | 4 ++-- src/doc/user/recoll.conf.xml | 7 +++++++ src/doc/user/usermanual.html | 26 ++++++++++++++++++++++++++ 7 files changed, 56 insertions(+), 5 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index e07f0f86..4a074be7 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,15 @@ +recoll (1.32.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * GUI side panel filters: make sure the filter is applied even if + set before the query. + * GUI side panel directory filter: compute the tree from the index, not the file system, to allow + filtering data from external indexes. Update the tree when an indexing completes. + * Implement whole UI scaling factor (fonts only, no icons). + * Orgmode: add orgmodesubdocs configuration variable to decide if we index whole files or create + subdocuments for nodes. Also index text before the first heading. + + -- Jean-Francois Dockes Sun, 15 May 2022 08:07:00 +0200 + recoll (1.32.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * GUI: added a collapsible side pane for quick filtering on dates or diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 67a3a3bd..f78a392f 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.32.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Follow + + -- Jean-Francois Dockes Sun, 15 May 2022 08:07:00 +0200 + kio-recoll (1.32.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Follow diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 359c4108..96cd6ee1 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.32.0 +1.32.1 diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index 9f172caa..7b82b883 100644 --- a/src/common/autoconfig-mac.h +++ b/src/common/autoconfig-mac.h @@ -125,7 +125,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.32.0" +#define PACKAGE_STRING "Recoll 1.32.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -134,7 +134,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.32.0" +#define PACKAGE_VERSION "1.32.1" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 2cb98f56..7ea35ce3 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -118,7 +118,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.32.0" +#define PACKAGE_STRING "Recoll 1.32.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -127,7 +127,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.32.0" +#define PACKAGE_VERSION "1.32.1" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml index be66bd0e..31c4b1d9 100644 --- a/src/doc/user/recoll.conf.xml +++ b/src/doc/user/recoll.conf.xml @@ -897,6 +897,13 @@ script. Typical values: English, French... See the ABBYY documentation. Path for the abbyy command The ABBY directory is usually not in the path, so you should set this. + +Parameters for specific handlers + +orgmodesubdocs +Index org-mode level 1 sections as separate sub-documents This is the default. If set to false, org-mode files will be indexed as plain text + + Parameters set for specific locations diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 1a9cf345..c2c6bedd 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -10427,6 +10427,32 @@ hasextract = False +
+
+
+
+

+ Parameters for specific handlers

+
+
+
+
+
+
orgmodesubdocs
+
+

Index org-mode level 1 sections as separate + sub-documents This is the default. If set to + false, org-mode files will be indexed as plain + text

+
+
+
+