VERSION -> 1.20.1, prepare for release
This commit is contained in:
parent
6d4e44b57a
commit
76d58bc23a
@ -1 +1 @@
|
||||
1.20.0p2
|
||||
1.20.1
|
||||
|
||||
@ -137,6 +137,7 @@ filters/rcllatinclass.py
|
||||
filters/rcllatinstops.zip
|
||||
filters/rcllyx
|
||||
filters/rclman
|
||||
filters/rclmpdf
|
||||
filters/rclnull
|
||||
filters/rclokulnote
|
||||
filters/rclopxml
|
||||
@ -307,6 +308,8 @@ qtgui/editdialog.h
|
||||
qtgui/editdialog.ui
|
||||
qtgui/firstidx.h
|
||||
qtgui/firstidx.ui
|
||||
qtgui/fragbuts.cpp
|
||||
qtgui/fragbuts.h
|
||||
qtgui/guiutils.cpp
|
||||
qtgui/guiutils.h
|
||||
qtgui/i18n/
|
||||
@ -344,6 +347,7 @@ qtgui/images/
|
||||
qtgui/images/asearch.png
|
||||
qtgui/images/cancel.png
|
||||
qtgui/images/close.png
|
||||
qtgui/images/code-block.png
|
||||
qtgui/images/down.png
|
||||
qtgui/images/firstpage.png
|
||||
qtgui/images/history.png
|
||||
@ -490,6 +494,7 @@ rcldb/xmacros.h
|
||||
recollinstall.in
|
||||
sampleconf/
|
||||
sampleconf/fields
|
||||
sampleconf/fragbuts.xml
|
||||
sampleconf/mimeconf
|
||||
sampleconf/mimemap
|
||||
sampleconf/mimeview
|
||||
|
||||
@ -87,6 +87,14 @@
|
||||
[somefield:term1,term2].
|
||||
</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
|
||||
string (e.g. an email address). Previously, for an address
|
||||
like <em>jfd@recoll.org</em>, only the simple terms and
|
||||
@ -97,6 +105,20 @@
|
||||
possible to search for left-truncated versions of the
|
||||
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>It is now possible to configure the GUI in wide form
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user