bump version
This commit is contained in:
parent
5437c803ae
commit
51df3e834b
@ -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 <jf@dockes.org> 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
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
kio-recoll (1.32.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Follow
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Sun, 15 May 2022 08:07:00 +0200
|
||||
|
||||
kio-recoll (1.32.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Follow
|
||||
|
||||
@ -1 +1 @@
|
||||
1.32.0
|
||||
1.32.1
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -897,6 +897,13 @@ script. Typical values: English, French... See the ABBYY documentation.
|
||||
<listitem><para>Path for the abbyy command The ABBY directory is usually not in the path, so you should set this.
|
||||
</para></listitem></varlistentry>
|
||||
</variablelist></sect3>
|
||||
<sect3 id="RCL.INSTALL.CONFIG.RECOLLCONF.MISCHANDLERPARAMS">
|
||||
<title>Parameters for specific handlers </title><variablelist>
|
||||
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ORGMODESUBDOCS">
|
||||
<term><varname>orgmodesubdocs</varname></term>
|
||||
<listitem><para>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
|
||||
</para></listitem></varlistentry>
|
||||
</variablelist></sect3>
|
||||
<sect3 id="RCL.INSTALL.CONFIG.RECOLLCONF.SPECLOCATIONS">
|
||||
<title>Parameters set for specific locations </title><variablelist>
|
||||
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.MHMBOXQUIRKS">
|
||||
|
||||
@ -10427,6 +10427,32 @@ hasextract = False
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<div class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h4 class="title"><a name=
|
||||
"RCL.INSTALL.CONFIG.RECOLLCONF.MISCHANDLERPARAMS"
|
||||
id=
|
||||
"RCL.INSTALL.CONFIG.RECOLLCONF.MISCHANDLERPARAMS">
|
||||
</a>Parameters for specific handlers</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="variablelist">
|
||||
<dl class="variablelist">
|
||||
<dt><a name=
|
||||
"RCL.INSTALL.CONFIG.RECOLLCONF.ORGMODESUBDOCS" id=
|
||||
"RCL.INSTALL.CONFIG.RECOLLCONF.ORGMODESUBDOCS"></a><span class="term"><code class="varname">orgmodesubdocs</code></span></dt>
|
||||
<dd>
|
||||
<p>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</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<div class="titlepage">
|
||||
<div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user