version 1.33.0
This commit is contained in:
parent
422d24e94e
commit
e0e1811e83
@ -12,7 +12,7 @@ SERIES="bionic focal jammy kinetic"
|
||||
|
||||
PPA_KEYID=7808CE96D38B9201
|
||||
|
||||
RCLVERS=1.32.8
|
||||
RCLVERS=1.33.0
|
||||
SCOPEVERS=1.20.2.4
|
||||
GSSPVERS=1.1.1
|
||||
PPAVERS=1
|
||||
|
||||
@ -1,3 +1,19 @@
|
||||
recoll (1.33.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Query processing: simplify queries a bit more before sending to Xapian, allows using OP_FILTER
|
||||
for path filtering. -> Medium version bump.
|
||||
* GUI: allow specifying a fixed geometry for the results list viewport by setting
|
||||
RECOLL_RESULTS_GEOMETRY=widthxheight . For people with fixed-width result formats CSS.
|
||||
* recollq: add option to extract a result document into a file.
|
||||
* Replace application/x-flac with audio/flac for FLAC audio files.
|
||||
* Fix web queue processing for non-default configuration directories.
|
||||
* Fix encoding issue in pdf attachment extraction.
|
||||
* GUI: result list: fix issue with webengine builds not displaying Icons. Paging still not working
|
||||
right with webengine (QTBUG-105842). Main builds revert/remain to webkit.
|
||||
* Misc. small adjustments.
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Mon, 30 Aug 2022 10:59:00 +0200
|
||||
|
||||
recoll (1.32.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Add environment variable RECOLL_RESULTS_GEOMETRY for forcing a fixed geometry to the results
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
kio-recoll (1.33.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Follow
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Mon, 30 Aug 2022 10:59:00 +0200
|
||||
|
||||
kio-recoll (1.32.7-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Updated kio_recoll to work with newer kf5 versions (it seems that 5.96 broke it at least on
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="docbook-xsl.css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<meta name="description" content=
|
||||
"Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.32.">
|
||||
"Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.33.">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
@ -53,7 +53,7 @@ alink="#0000FF">
|
||||
and describes the installation and use of the
|
||||
<span class="application">Recoll</span> application.
|
||||
This version describes <span class=
|
||||
"application">Recoll</span> 1.32.</p>
|
||||
"application">Recoll</span> 1.33.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -436,7 +436,7 @@ alink="#0000FF">
|
||||
<p>This document introduces full text search notions and
|
||||
describes the installation and use of the <span class=
|
||||
"application">Recoll</span> application. It is updated for
|
||||
<span class="application">Recoll</span> 1.32.</p>
|
||||
<span class="application">Recoll</span> 1.33.</p>
|
||||
<p><span class="application">Recoll</span> was for a long
|
||||
time dedicated to Unix-like systems. It was only lately
|
||||
(2015) ported to <span class="application">MS-Windows</span>.
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
<!ENTITY RCL "<application>Recoll</application>">
|
||||
<!ENTITY RCLAPPS "<ulink url='https://www.lesbonscomptes.com/recoll/pages/features.html#doctypes'>http://www.recoll.org/pages/features.html</ulink>">
|
||||
<!ENTITY RCLVERSION "1.32">
|
||||
<!ENTITY RCLVERSION "1.33">
|
||||
<!ENTITY XAP "<application>Xapian</application>">
|
||||
<!ENTITY WIN "<application>Windows</application>">
|
||||
<!ENTITY LIN "<application>Unix</application>-like systems">
|
||||
|
||||
@ -68,7 +68,7 @@ unique.txt
|
||||
|
||||
Catched bad mode. (ok)
|
||||
python url.py
|
||||
Xapian query: [Query((latin1name_uniquexxx AND XPiso8859name))]
|
||||
Xapian query: [Query((latin1name_uniquexxx FILTER XPiso8859name))]
|
||||
Result count: 1 1
|
||||
iso8859-1_????????.txt
|
||||
Contents: [LATIN1NAME_UNIQUEXXX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user