|
a/website/release-1.17.html |
|
b/website/release-1.17.html |
|
... |
|
... |
54 |
<li>The anchored search feature if the index was created by
|
54 |
<li>The anchored search feature if the index was created by
|
55 |
release 1.15 or older.</li>
|
55 |
release 1.15 or older.</li>
|
56 |
</ul>
|
56 |
</ul>
|
57 |
|
57 |
|
58 |
|
58 |
|
|
|
59 |
<h2>Notes to the kind packagers:</h2>
|
|
|
60 |
|
|
|
61 |
<ul>
|
|
|
62 |
<li>you need to either depend on libqt4-webkit or run
|
|
|
63 |
configure --disable-webkit (1st option preferred if possible
|
|
|
64 |
of course).</li>
|
|
|
65 |
<li>The default build now installs the Python extension module.
|
|
|
66 |
This means that it needs the Python development
|
|
|
67 |
package. You can revert to the old behaviour by using
|
|
|
68 |
configure --disable-python-module.</li>
|
|
|
69 |
</ul>
|
|
|
70 |
|
|
|
71 |
|
59 |
<h2>Changes</h2>
|
72 |
<h2>Changes</h2>
|
60 |
|
73 |
|
61 |
<p>Recoll 1.17 is an incremental improvements release over 1.16,
|
74 |
<p>Recoll 1.17 is an incremental improvements release over 1.16,
|
62 |
with quite a few changes under the hood (like the introduction
|
75 |
with quite a few changes under the hood (like the introduction
|
63 |
of a webkit-based result list), but relatively few obvious
|
76 |
of a webkit-based result list), but relatively few obvious
|
64 |
changes for the casual user.</p>
|
77 |
changes for the casual user.</p>
|
65 |
|
|
|
66 |
<p><b>Note to packagers:</b> you need to either depend on
|
|
|
67 |
libqt4-webkit or run configure --disable-webkit (1st option
|
|
|
68 |
preferred if possible of course).</p>
|
|
|
69 |
|
78 |
|
70 |
<ul>
|
79 |
<ul>
|
71 |
|
80 |
|
72 |
<li>Search: Recoll now supports filtering on file sizes. This
|
81 |
<li>Search: Recoll now supports filtering on file sizes. This
|
73 |
is accessible from the advanced search panel, or from the
|
82 |
is accessible from the advanced search panel, or from the
|
|
... |
|
... |
81 |
non-absolute paths. For example dir:dir1/dir2 will select
|
90 |
non-absolute paths. For example dir:dir1/dir2 will select
|
82 |
any file the path of which includes "dir1/dir2".</li>
|
91 |
any file the path of which includes "dir1/dir2".</li>
|
83 |
|
92 |
|
84 |
<li>Query language: tilde is now expanded inside a "dir:"
|
93 |
<li>Query language: tilde is now expanded inside a "dir:"
|
85 |
clause.</li>
|
94 |
clause.</li>
|
|
|
95 |
|
|
|
96 |
<li>General: the Python extension module is now installed by
|
|
|
97 |
default. This will make it much easier to use small recoll
|
|
|
98 |
integration and extension hacks like the Unity Lens.</li>
|
|
|
99 |
|
|
|
100 |
<li>Desktop: there is a new Ubuntu Unity Recoll Lens, it is not
|
|
|
101 |
installed by default, but quite easy to install, see
|
|
|
102 |
<a href="https://bitbucket.org/medoc/recoll/wiki/UnityLens">the
|
|
|
103 |
Wiki page</a>.</li>
|
86 |
|
104 |
|
87 |
<li>GUI: it is now possible to cancel a query that takes too
|
105 |
<li>GUI: it is now possible to cancel a query that takes too
|
88 |
long. Because of limitations in Xapian, this forces a program
|
106 |
long. Because of limitations in Xapian, this forces a program
|
89 |
exit, but it's probably better than staring at a hung
|
107 |
exit, but it's probably better than staring at a hung
|
90 |
Recoll.</li>
|
108 |
Recoll.</li>
|