VERSION -> 1.20.1, prepare for release

This commit is contained in:
Jean-Francois Dockes 2014-12-18 18:13:17 +01:00
parent 6d4e44b57a
commit 76d58bc23a
3 changed files with 28 additions and 1 deletions

View File

@ -1 +1 @@
1.20.0p2 1.20.1

View File

@ -137,6 +137,7 @@ filters/rcllatinclass.py
filters/rcllatinstops.zip filters/rcllatinstops.zip
filters/rcllyx filters/rcllyx
filters/rclman filters/rclman
filters/rclmpdf
filters/rclnull filters/rclnull
filters/rclokulnote filters/rclokulnote
filters/rclopxml filters/rclopxml
@ -307,6 +308,8 @@ qtgui/editdialog.h
qtgui/editdialog.ui qtgui/editdialog.ui
qtgui/firstidx.h qtgui/firstidx.h
qtgui/firstidx.ui qtgui/firstidx.ui
qtgui/fragbuts.cpp
qtgui/fragbuts.h
qtgui/guiutils.cpp qtgui/guiutils.cpp
qtgui/guiutils.h qtgui/guiutils.h
qtgui/i18n/ qtgui/i18n/
@ -344,6 +347,7 @@ qtgui/images/
qtgui/images/asearch.png qtgui/images/asearch.png
qtgui/images/cancel.png qtgui/images/cancel.png
qtgui/images/close.png qtgui/images/close.png
qtgui/images/code-block.png
qtgui/images/down.png qtgui/images/down.png
qtgui/images/firstpage.png qtgui/images/firstpage.png
qtgui/images/history.png qtgui/images/history.png
@ -490,6 +494,7 @@ rcldb/xmacros.h
recollinstall.in recollinstall.in
sampleconf/ sampleconf/
sampleconf/fields sampleconf/fields
sampleconf/fragbuts.xml
sampleconf/mimeconf sampleconf/mimeconf
sampleconf/mimemap sampleconf/mimemap
sampleconf/mimeview sampleconf/mimeview

View File

@ -87,6 +87,14 @@
[somefield:term1,term2]. [somefield:term1,term2].
</li> </li>
<li>The Query Fragments tool was added to the GUI. This is a
window with customizable buttons to add arbitrary query
language fragments to the current search. This makes it
easy to define "pre-cooked" filters for things that you need
repeatedly.
<a href="usermanual/usermanual.html#RCL.SEARCH.GUI.FRAGBUTS">
See the manual</a> for more details.</li>
<li>We changed the way terms are generated from a compound <li>We changed the way terms are generated from a compound
string (e.g. an email address). Previously, for an address string (e.g. an email address). Previously, for an address
like <em>jfd@recoll.org</em>, only the simple terms and like <em>jfd@recoll.org</em>, only the simple terms and
@ -97,6 +105,20 @@
possible to search for left-truncated versions of the possible to search for left-truncated versions of the
compound, e.g., all emails from a given domain.</li> compound, e.g., all emails from a given domain.</li>
<li>New keyboard accelerators for the result table: Ctrl+r
switches the focus from the search entry to the table,
Ctrl+o opens the document for the current line, Ctrl+Shift+o
opens document and closes recoll, Ctrl+d previews the
document.</li>
<li>A special term is now indexed for results from the web
history: use "-rclbes:BGL" to exclude the web results,
"rclbes:BGL" to restrict the results to the web ones. This
is difficult to remember, but the Query Fragments feature
means that you don't need too (this is in the sample Query
Fragments file).</li>
<li>Recoll now indexes <em>#hashtags</em> as such.</li> <li>Recoll now indexes <em>#hashtags</em> as such.</li>
<li>It is now possible to configure the GUI in wide form <li>It is now possible to configure the GUI in wide form