Switch to unified view

a/website/release-1.17.html b/website/release-1.17.html
...
...
53
53
54
      <p>Recoll 1.17 is an incremental improvements release over 1.16, no
54
      <p>Recoll 1.17 is an incremental improvements release over 1.16, no
55
        major function was introduced or modified.</p> 
55
        major function was introduced or modified.</p> 
56
56
57
      <ul>
57
      <ul>
58
        
59
        <li>Recoll now supports filtering on file sizes. This is accessible
60
          from the advanced search panel, or from the query langage
61
          (ie: "size&gt;10k&nbsp;size&lt;1m"). For documents stored
62
          inside archives, the file size stored in the index is now
63
          the actual one not the archive's as was previously the
64
          case.</li>
58
65
66
        <li>Query language: Tilde is now expanded inside a "dir:"
67
          clause.</li>
68
69
        <li>Query language: the "dir:" directive now accepts
70
          non-absolute paths. For example dir:dir1/dir2 will accept any
71
          file the ancestors of which include "dir1/dir2".</li>
72
59
        <li>When a search fails to retrieve results, the spelling
73
        <li>GUI: When a search fails to retrieve results, the spelling
60
          suggestions are now presented as links inside the result list
74
          suggestions are now presented as links inside the result list
61
          area. Clicking a link will replace the appropriate word inside
75
          area. Clicking a link will replace the appropriate word inside
62
          the search entry.</li>
76
          the search entry.</li>
77
63
        <li>Thumbnails will be displayed in the result list if an
78
        <li>GUI: Thumbnails will be displayed in the result list if an
64
          appropriate one is found in the standard freedesktop
79
          appropriate one is found in the standard freedesktop
65
          thumbnails directory (ie: created by gimp or some file
80
          thumbnails directory (ie: created by gimp or some file
66
          manager). Recoll will not create thumbnails (this would slow
81
          manager). Recoll will not create thumbnails (this would slow
67
          result display too much).</li>
82
          result display too much).</li>
68
        
83
84
        <li>GUI: It is now possible to control the date format used to
85
          display result (go to query preferences).</li>
86
87
        <li>GUI: It is now possible to Copy/Paste from the term explorer
88
          result list.</li>
89
90
        <li>GUI: it is now possible to use a Qt style sheet to modify
91
          many aspects of Recoll appearance. A style sheet file can be
92
          selected from the GUI query configuration dialog. A sample
93
          skeleton style sheet is to be found in the
94
          share/recoll/examples directory.</li>
95
96
        <li>GUI: Added menu entry to show all the mime types actually
97
          indexed.</li>
98
99
        <li>GUI: the result list is now based on the WebKit widget
100
          instead of QTextBrowser. This means better html/css support,
101
          and even Javascript ... You can force the use the old
102
          QTextBrowser instead by using configure --disable-webkit.</li>
103
104
        <li>GUI: Use Shift+PageUp instead of Shift+Home to rewind the
105
          result list to the first page. Shift+Home is useful in the
106
          search entry.</li>
107
   
69
        <li>The GUI now has a set of dialogs to set up the indexing
108
        <li>The GUI now has a set of dialogs to set up the indexing
70
          schedule, either as automatic real time indexing started
109
          schedule, either as automatic real time indexing started
71
          with the user session or as discrete cron entries. This
110
          with the user session or as discrete cron entries. This
72
          will take care of the details of autostart files or crontab
111
          will take care of the details of autostart files or crontab
73
          editing.</li> 
112
          editing.</li> 
113
74
        <li>The GUI indexing thread has been removed. All indexing is
114
        <li>The GUI indexing thread has been removed. All indexing is
75
          now performed by a separate recollindex process. This has
115
          now performed by a separate recollindex process. This has
76
          multiple advantages, the thread was just a very bad
116
          multiple advantages, the thread was just a very bad
77
          idea. Among others, exiting the GUI has no influence on an
117
          idea. Among others, exiting the GUI has no influence on an
78
          ongoing indexing.</li>
118
          ongoing indexing.</li>
...
...
81
          customized by the user not those which come from the
121
          customized by the user not those which come from the
82
          standard configuration (ie: ~/.thunderbird). Showing the
122
          standard configuration (ie: ~/.thunderbird). Showing the
83
          standard directories was more often confusing than
123
          standard directories was more often confusing than
84
          useful.</li>
124
          useful.</li>
85
125
86
        <li>It is now possible to control the date format used to
126
        <li>The GUI now has a menu entry to force a full reindex.</li>
87
          display result (go to query preferences).</li>
127
88
        <li>It is now possible to Copy/Paste from the term explorer
128
        <li>GUI: the default reslist paragraph now displays the ipath:
129
          this is very useful for archive members and not too
130
          disturbing for other kinds.</li>
131
132
        <li>GUI: it is now possible to cancel a query that takes too
133
          long. Because of limitations in Xapian, this forces a program
134
          exit, but it's probably better than staring at a hung
89
          result list.</li>
135
          Recoll.</li>
136
137
        <li>What used to be the document category filters
138
          (media/text/etc.) are now defined as query language
139
          fragments inside mimeconf. This means that you can redefine
140
          them freely (see the comments for the [guifilters] section
141
          in the default mimeconf).</li>
142
143
        <li>Command line query: can now select a result slice
144
          (first result rank and count of results).</li>
145
90
        <li>Indexer: handle the html5 <tt>charset</tt> meta tag.</li>
146
        <li>Indexer: handle the html5 <tt>charset</tt> meta tag.</li>
91
147
92
        <li>Added okular notes and gnumeric filters.</li>
148
        <li>Real time indexer: restart automatically when the
149
          configuration changes.</li>
93
150
94
        <li>GUI: it is now possible to use a Qt style sheet to modify
151
        <li>Indexer: Added okular notes and gnumeric filters.</li>
95
          many aspects of Recoll appearance. A style sheet file can be
96
          selected from the GUI query configuration dialog. A sample
97
          skeleton style sheet is to be found in the
98
          share/recoll/examples directory.</li>
99
152
100
        <li>GUI: Added menu entry to show all the mime types actually
153
        
101
          indexed.</li>
102
103
        <li>Fixed bugs:
154
        <li>Fixed bugs:
104
          <ul>
155
          <ul>
105
            <li>Indexing configuration: deleting one customized
156
            <li>Indexing configuration: deleting one customized
106
              directory would sometimes delete the whole list (depending
157
              directory would sometimes delete the whole list (depending
107
              on Qt version I think).</li>
158
              on Qt version I think).</li>
...
...
117
              been compacted).</li>
168
              been compacted).</li>
118
            <li>Fix a bug in html charset detection. The wrong charset
169
            <li>Fix a bug in html charset detection. The wrong charset
119
              was sometimes used for GUI preview.</li>
170
              was sometimes used for GUI preview.</li>
120
            <li>The chm filter can now process files lacking a Topics
171
            <li>The chm filter can now process files lacking a Topics
121
              node.</li>
172
              node.</li>
122
173
            <li>The default slack for proximity searches from the query
174
            language (ie: "word1 word2"p) had become 0. It was restored to
175
            10.</li>
176
            
123
          </ul>
177
          </ul>
124
        </li>
178
        </li>
125
179
126
      </ul>
180
      </ul>
127
181