Switch to unified view

a/website/release-1.19.html b/website/release-1.19.html
...
...
52
         will do the same in most, but not all, cases, it's
52
         will do the same in most, but not all, cases, it's
53
        better to use the <tt>rm</tt> method, which will also ensure
53
        better to use the <tt>rm</tt> method, which will also ensure
54
        that no debris from older releases remain (e.g.: old stemming
54
        that no debris from older releases remain (e.g.: old stemming
55
        files which are not used any more).</p>
55
        files which are not used any more).</p>
56
56
57
      <p>Installing 1.19 over an 1.18 index will force a lot of
58
        reindexing anyway because we switched from using st_ctime instead
59
        of st_mtime to detect file modifications, meaning that all files
60
        which were modified since created will be updated.</p>
61
57
      <p><span class="important">Viewer exceptions</span>: 
62
      <p><span class="important">Viewer exceptions</span>: 
58
        There is a new list of mime types that should be opened with
63
        There is a new list of mime types that should be opened with
59
        the locally configured application even when <em>Use
64
        the locally configured application even when <em>Use
60
          Desktop Preferences</em> is checked. This allows making
65
          Desktop Preferences</em> is checked. This allows making
61
        use of new functions (direct access to page), which could not
66
        use of new functions (direct access to page), which could not
...
...
82
        </li>
87
        </li>
83
        <li>There are new GUI configuration options to run in "search
88
        <li>There are new GUI configuration options to run in "search
84
          as you type" mode, and to disable the Qt auto-completion
89
          as you type" mode, and to disable the Qt auto-completion
85
          inside the simple search string, which was often more confusing
90
          inside the simple search string, which was often more confusing
86
          and ennoying than useful.</li>
91
          and ennoying than useful.</li>
92
93
        <li>Extended file attributes are now indexed by default. As a
94
          side effect, recoll now uses st_ctime, not st_mtime to detect
95
          file changes. This means that installing 1.19 will reindex
96
          many files (all those that were modified since created).</li>
87
97
88
        <li>The software can now be built so that indexing is runs with
98
        <li>The software can now be built so that indexing is runs with
89
        multiple threads. This can be a major performance boost for
99
        multiple threads. This can be a major performance boost for
90
        people with multiprocessor machines and big indexes. It is not
100
        people with multiprocessor machines and big indexes. It is not
91
        enabled by default for now, you will need to build from
101
        enabled by default for now, you will need to build from