Switch to unified view

a/website/release-1.16.html b/website/release-1.16.html
...
...
39
39
40
      <h2>Caveats</h2>
40
      <h2>Caveats</h2>
41
41
42
42
43
      <p><em>Installing over an older version</em>: 1.16 is
43
      <p><em>Installing over an older version</em>: 1.16 is
44
        mostly compatible with 1.15 indexes (except for a few
44
        mostly compatible with 1.15 indexes, except for a few differences
45
        differences for really weird terms). Perform a full index pass
45
        for weird terms containing punctuation signs. Perform a full index
46
        if installing over an older version. The simplest way to do
46
        pass if installing over an older version. The simplest way to do
47
        this is to quit all recoll programs and just delete the index
47
        this is to quit all recoll programs and just delete the index
48
        directory
48
        directory (<span
49
        (<span class="literal">rm&nbsp;-rf&nbsp;~/.recoll/xapiandb</span>).  <span class="literal">recollindex&nbsp;-z</span>
49
        class="literal">rm&nbsp;-rf&nbsp;~/.recoll/xapiandb</span>).  <span
50
        will do the same in most cases.</p>
50
        class="literal">recollindex&nbsp;-z</span> will do the same in most
51
        cases.</p>
51
52
52
53
53
      <h2>Changes</h2>
54
      <h2>Changes</h2>
54
55
55
      <p>Recoll 1.16 current change list:</p> 
56
      <p>Recoll 1.16 current change list:</p> 
...
...
90
          displayed in the preview window.</li>
91
          displayed in the preview window.</li>
91
92
92
        <li>Show hidden (dot) files in the indexing configuration
93
        <li>Show hidden (dot) files in the indexing configuration
93
          GUI dialogs.</li>
94
          GUI dialogs.</li>
94
95
95
        <li>Added filters for .war (Konqueror web archive) and .mhtm (other web
96
        <li>Added filters for <tt>.war</tt> (Konqueror web
96
          archive format).</li>
97
          archive), <tt>.mhtm</tt> (other web archive format)
98
          and <tt>rar</tt> archives.</li>
97
99
98
        <li>Improved handling for native cjk punctuation signs.</li>
100
        <li>Improved handling for native cjk punctuation signs.</li>
99
101
100
        <li>Updated the list of native apps in the
102
        <li>Updated the list of native apps in the
101
          default <tt>mimeview</tt> (ie: xv->gwenview, rox->dolphin,
103
          default <tt>mimeview</tt> (ie: xv->gwenview, rox->dolphin,
...
...
103
105
104
        <li>Added -f option to recollindex to ignore
106
        <li>Added -f option to recollindex to ignore
105
          skippedPaths/Names when used with -i. Allows the use of a
107
          skippedPaths/Names when used with -i. Allows the use of a
106
          purely external file selection mechanism.</li>
108
          purely external file selection mechanism.</li>
107
109
110
        <li>The performance of email indexing has been slightly
111
          improved (less CPU usage).</li>
112
108
        <li>Result table:
113
        <li>Result table:
109
          <ul>
114
          <ul>
110
            <li>The detail area now has a popup menu similar
115
            <li>The detail area now has a popup menu similar
111
              to the one in the result list (open parent, save to disk
116
              to the one in the result list (open parent, save to disk
112
              etc.).</li>
117
              etc.).</li>
118
            <li>The result table header popup menu has an entry to save the
119
              table as a CSV file.</li>
113
            <li>Estimated result counts are displayed in the status line.</li>
120
            <li>Estimated result counts are displayed in the status line.</li>
114
            <li>Set row height according to default font size, and better 
121
            <li>Set row height according to default font size, and better 
115
              adjust row height and vertical text position in
122
              adjust row height and vertical text position in
116
              cells.</li>
123
              cells.</li>
117
          </ul>
124
          </ul>