Switch to unified view

a/website/release-1.20.html b/website/release-1.20.html
...
...
54
        the <tt>rm</tt> method, which will also ensure that no debris
54
        the <tt>rm</tt> method, which will also ensure that no debris
55
        from older releases remain (e.g.: old stemming files which are
55
        from older releases remain (e.g.: old stemming files which are
56
        not used any more).</p>
56
        not used any more).</p>
57
57
58
58
59
      <h2><a name="minor_releases">Minor releases at a glance</a></h2>
60
      <p>The rhythm of change in Recoll is slowing as the software is
61
        approaching maturity, so, in order to avoid stopping progress
62
        by excessive intervals between releases, the first versions 
63
        of 1.20 will be allowed to contain some functional changes (as
64
        opposed to only bug fixes). There will be a freeze at some
65
        point.
66
67
        <h2>Changes in Recoll 1.20.0p1</h2>
59
        <h2>Changes in Recoll 1.20.1</h2>
68
        <ul>
60
        <ul>
69
          
61
          
70
          <li>An <em>Open With</em> entry was added to the result list
62
          <li>An <em>Open With</em> entry was added to the result list
71
            and result table popup menus. This lets you choose an
63
            and result table popup menus. This lets you choose an
72
            alternative application to open a document. The list of
64
            alternative application to open a document. The list of
...
...
85
            forced to repeat the field name for every term.
77
            forced to repeat the field name for every term.
86
            [somefield:term1&nbsp;somefield:term2] can now be expressed as
78
            [somefield:term1&nbsp;somefield:term2] can now be expressed as
87
            [somefield:term1,term2].
79
            [somefield:term1,term2].
88
          </li>
80
          </li>
89
81
90
          <li>The Query Fragments tool was added to the GUI. This is a
82
          <li>(1.20.1) The Query Fragments tool was added to the GUI. This is a
91
            window with customizable buttons to add arbitrary query
83
            window with customizable buttons to add arbitrary query
92
            language fragments to the current search. This makes it
84
            language fragments to the current search. This makes it
93
            easy to define "pre-cooked" filters for things that you need
85
            easy to define "pre-cooked" filters for things that you need
94
            repeatedly. 
86
            repeatedly. 
95
            <a href="usermanual/usermanual.html#RCL.SEARCH.GUI.FRAGBUTS">
87
            <a href="usermanual/usermanual.html#RCL.SEARCH.GUI.FRAGBUTS">
...
...
103
            new text splitter generates all the other possible terms
95
            new text splitter generates all the other possible terms
104
            (here, <em>recoll.org</em> only), so that it is now
96
            (here, <em>recoll.org</em> only), so that it is now
105
            possible to search for left-truncated versions of the
97
            possible to search for left-truncated versions of the
106
            compound, e.g., all emails from a given domain.</li>
98
            compound, e.g., all emails from a given domain.</li>
107
99
108
          <li>New keyboard accelerators for the result table: Ctrl+r
100
          <li>(1.20.1) New keyboard accelerators for the result table: Ctrl+r
109
            switches the focus from the search entry to the table,
101
            switches the focus from the search entry to the table,
110
            Ctrl+o opens the document for the current line, Ctrl+Shift+o
102
            Ctrl+o opens the document for the current line, Ctrl+Shift+o
111
            opens document and closes recoll, Ctrl+d previews the
103
            opens document and closes recoll, Ctrl+d previews the
112
            document.</li> 
104
            document.</li> 
113
105
114
          <li>A special term is now indexed for results from the web
106
          <li>(1.20.1) A special term is now indexed for results from the web
115
            history: use "-rclbes:BGL" to exclude the web results,
107
            history: use "-rclbes:BGL" to exclude the web results,
116
            "rclbes:BGL" to restrict the results to the web ones. This
108
            "rclbes:BGL" to restrict the results to the web ones. This
117
            is difficult to remember, but the Query Fragments feature
109
            is difficult to remember, but the Query Fragments feature
118
            means that you don't need too (this is in the sample Query
110
            means that you don't need to (this is in the sample Query
119
            Fragments file).</li>
111
            Fragments file).</li>
120
121
112
122
          <li>Recoll now indexes <em>#hashtags</em> as such.</li>
113
          <li>Recoll now indexes <em>#hashtags</em> as such.</li>
123
114
124
          <li>It is now possible to configure the GUI in wide form
115
          <li>It is now possible to configure the GUI in wide form
125
            factor by dragging the toolbars to one of the sides (their
116
            factor by dragging the toolbars to one of the sides (their
...
...
195
            works better than <span class="filename">file</span>.</li>
186
            works better than <span class="filename">file</span>.</li>
196
187
197
          <li>The result list has two new elements: %P substitution
188
          <li>The result list has two new elements: %P substitution
198
            for printing the parent folder name, and an <tt>F</tt>
189
            for printing the parent folder name, and an <tt>F</tt>
199
            link target which will open the parent folder in a
190
            link target which will open the parent folder in a
200
            file manager window.</li>
191
            file manager window. e.g. <tt>&lt;a&nbsp;href='F%N'&gt;Open parent directory&lt;/a&gt;</tt>
192
          </li>
201
193
202
          <li><span class="filename">/media</span> was added to the default
194
          <li><span class="filename">/media</span> was added to the default
203
            skippedPaths list mostly as a reminder that blindly
195
            skippedPaths list mostly as a reminder that blindly
204
            processing these with the general indexer is a bad idea
196
            processing these with the general indexer is a bad idea
205
            (use separate indexes instead).</li>
197
            (use separate indexes instead).</li>