Parent: [34e1a2] (diff)

Child: [bab589] (diff)

Download this file

release-history.html    114 lines (107 with data), 4.0 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Recoll release history</title>
<meta name="Author" content="Jean-Francois Dockes">
<meta name="Description"
content="recoll is a simple full-text search system for unix and linux based on the powerful and mature xapian engine">
<meta name="Keywords" content="full text search, desktop search, unix, linux">
<meta http-equiv="Content-language" content="en">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="All,Index,Follow">
<link type="text/css" rel="stylesheet" href="styles/style.css">
</head>
<body>
<div class="rightlinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="doc.html">Documentation</a></li>
</ul>
</div>
<div class="content">
<h1>Major Recoll releases at a glance</h1>
<p>A summary of the major releases and the main features which
came with them.</p>
<dl>
<dt><a href="release-1.21.html">Release 1.21</a> (future): new
query parser</dt>
<dd>
<ul>
<li>Bison-based query parser replaces old regexp-based
one and allows parenthized sub-expressions and easier
future expansions.</li>
<li>Avoid retrying to index previously
indexed files if nothing seems to have
changed in the filters.</li>
</ul>
</dd>
<dt><a href="release-1.20.html">Release 1.20</a>: small
improvements</dt>
<dd>
<ul>
<li><i>Open With</i> results list popup menu entry.</li>
<li><i>fieldname:term1,term2</i>
and <i>fieldname:term1/term2</i> shortcuts for AND/OR
searches inside fields.</li>
<li><i>Query fragments</i> tool.</li>
<li>Better handling of compound terms like mail
addresses.</li>
<li>Selection on source collection type (Web history / File
system).</li>
<li>Configurable GUI geometry.</li>
<li>Different handling
of container file / subdocuments file name searches.</li>
<li>Simultaneous -e -i options to recollindex.</li>
</ul>
</dd>
</dd>
<dt><a href="release-1.19.html">Release 1.19</a>: multithreads
indexing</dt>
<dd>
<ul>
<li>Better indexing performance through
multithreading.</li>
<li>Display list of subdocuments (e.g. attachments) for a
given result.</li>
<li>Collapsed duplicate results display link.</li>
<li>Path translation facility (for portable indexes).</li>
<li>Caches last uncompressed file (e.g. for fast
compressed mbox access).</li>
<li>Partial recursive reindex option to command line
indexer.</li>
<li>Can import tags from external application.</li>
<li>Extended attributes indexing is on by default.</li>
<li>New Python interface for data access. API re-modeled against
newer Python Database API 2.0.</li>
<li>Shared librecoll.so.</li>
</ul>
</dd>
<dt><a href="release-1.18.html">Release 1.18</a>: case and
diacritics switchable sensitivity</dt>
<dd>
<ul>
<li>Index configuration for case and diacritics sensitivity.</li>
<li>Advanced search history.</li>
<li>Page-level access when opening PDFs, and snippets
window.</li>
<li>Use Xapian Synonyms tables for query expansion.</li>
</ul>
</dd>
<dt><a href="release-1.17.html">Release 1.17</a>: small
improvements</dt>
<dd>
<ul>
<li>Language-dependant unaccenting.</li>
<li>GUI dialogs for indexing schedule setup.</li>
<li>Phrase-based <i>dir:</i> filtering, accepting path
fragments. Size filtering.</li>
<li>Python module default install and Unity Lens.</li>
<li>Result list switched to WebKit: drops qt3 support.</li>
<li>Indexing always performed by separate process.</li>
<li>Dynamic category filters (defined as language fragments).</li>
</ul>
</dd>
</div>
</body>
</html>