Child: [84ce6a] (diff)

Download this file

release-1.17.html    132 lines (105 with data), 5.3 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Recoll 1.17 series release notes</title>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<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=iso-8859-1">
<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>Release notes for Recoll 1.17.x</h1>
<h2>Caveats</h2>
<p><em>Installing over an older version</em>: 1.17 is fully
compatible with 1.16 indexes, and mostly compatible with 1.15
ones, except for a few differences for weird terms containing
punctuation signs. Perform a full index pass if installing
over an older version. The simplest way to do this is to quit
all recoll programs and just delete the index directory
(<span class="literal">rm&nbsp;-rf&nbsp;~/.recoll/xapiandb</span>),
then start recoll or
recollindex. <span class="literal">recollindex&nbsp;-z</span>
will do the same in most cases.</p>
<p>Also, using the anchored search feature on an 1.15 index
requires a full reindex.</p>
<h2>Changes</h2>
<p>Recoll 1.17 is an incremental improvements release over 1.16, no
major function was introduced or modified.</p>
<ul>
<li>When a search fails to retrieve results, the spelling
suggestions are now presented as links inside the result list
area. Clicking a link will replace the appropriate word inside
the search entry.</li>
<li>Thumbnails will be displayed in the result list if an
appropriate one is found in the standard freedesktop
thumbnails directory (ie: created by gimp or some file
manager). Recoll will not create thumbnails (this would slow
result display too much).</li>
<li>The GUI now has a set of dialogs to set up the indexing
schedule, either as automatic real time indexing started
with the user session or as discrete cron entries. This
will take care of the details of autostart files or crontab
editing.</li>
<li>The GUI indexing thread has been removed. All indexing is
now performed by a separate recollindex process. This has
multiple advantages, the thread was just a very bad
idea. Among others, exiting the GUI has no influence on an
ongoing indexing.</li>
<li>The GUI indexing configuration now only shows the directories
customized by the user not those which come from the
standard configuration (ie: ~/.thunderbird). Showing the
standard directories was more often confusing than
useful.</li>
<li>It is now possible to control the date format used to
display result (go to query preferences).</li>
<li>It is now possible to Copy/Paste from the term explorer
result list.</li>
<li>Indexer: handle the html5 <tt>charset</tt> meta tag.</li>
<li>Added okular notes and gnumeric filters.</li>
<li>GUI: it is now possible to use a Qt style sheet to modify
many aspects of Recoll appearance. A style sheet file can be
selected from the GUI query configuration dialog. A sample
skeleton style sheet is to be found in the
share/recoll/examples directory.</li>
<li>GUI: Added menu entry to show all the mime types actually
indexed.</li>
<li>Fixed bugs:
<ul>
<li>Indexing configuration: deleting one customized
directory would sometimes delete the whole list (depending
on Qt version I think).</li>
<li>Indexing configuration: adding a customized directory
would not make it the active/current one (so that
another click was needed to choose it before making
modifications).</li>
<li>The GUI preview now performs an up to date check
before displaying data from a subdocument, and proposes
to reindex the container if it changed. This is mostly
useful for mailbox containers, where preview would
sometimes display the wrong message (if the folder had
been compacted).</li>
<li>Fix a bug in html charset detection. The wrong charset
was sometimes used for GUI preview.</li>
<li>The chm filter can now process files lacking a Topics
node.</li>
</ul>
</li>
</ul>
</div>
</body>
</html>