|
a/website/release-1.19.html |
|
b/website/release-1.19.html |
|
... |
|
... |
230 |
<li>Changed format for rclaptg field. Was colon-separated, now uses normal
|
230 |
<li>Changed format for rclaptg field. Was colon-separated, now uses normal
|
231 |
value/attributes syntax with an empty value like:
|
231 |
value/attributes syntax with an empty value like:
|
232 |
<pre> localfields = ; attr1 = val1 ; attr2 = val2
|
232 |
<pre> localfields = ; attr1 = val1 ; attr2 = val2
|
233 |
</pre>
|
233 |
</pre>
|
234 |
</li>
|
234 |
</li>
|
|
|
235 |
|
235 |
<li>Extended file attributes are now indexed by default. As a side effect,
|
236 |
<li>Extended file attributes are now indexed by default. As a side effect,
|
236 |
recoll now uses st_ctime, not st_mtime to detect file changes. This means
|
237 |
recoll now uses st_ctime, not st_mtime to detect file changes. This means
|
237 |
that installing 1.19 will reindex many files (all those that were modified
|
238 |
that installing 1.19 will reindex many files (all those that were modified
|
238 |
since created). Recoll also now processes the <tt>charset</tt> and
|
239 |
since created). Recoll also now processes the <tt>charset</tt> and
|
239 |
<tt>mime_type</tt> standardized extended attributes.</li>
|
240 |
<tt>mime_type</tt> standardized extended attributes.</li>
|
|
|
241 |
|
240 |
<li>The Python module has been expanded to include the interface for
|
242 |
<li>The Python module has been expanded to include the interface for
|
241 |
extracting data. This means that you could now write most of the Recoll GUI
|
243 |
extracting data. This means that you could now write most of the Recoll GUI
|
242 |
in Python if you wished. There is a <a
|
244 |
in Python if you wished. There is a <a
|
243 |
href="https://bitbucket.org/medoc/recoll/src/5b4bd9ef26a1/src/python/samples/recollgui/qrecoll.py?at=default">bit
|
245 |
href="https://opensourceprojects.eu/p/recoll1/code/ci/144da4a5caa2b39d23d9d7cf262f03b6d80a4739/tree/src/python/samples/recollgui/qrecoll.py">bit
|
244 |
of sample code</a> in the source package doing just this. A few
|
246 |
of sample code</a> in the source package doing just this. A few
|
245 |
incompatible changes had to be made to the Python module. Especially the
|
247 |
incompatible changes had to be made to the Python module. Especially the
|
246 |
"Query.next" field is gone and the module structure has been changed
|
248 |
"Query.next" field is gone and the module structure has been changed
|
247 |
(different import statement needed). Adapting your code is trivial, have a
|
249 |
(different import statement needed). Adapting your code is trivial, have a
|
248 |
look at the changes in the <a
|
250 |
look at the changes in the <a
|