Switch to unified view

a/website/release-1.23.html b/website/release-1.23.html
...
...
60
          see the manual</a>). If you do so, you must then reset the
60
          see the manual</a>). If you do so, you must then reset the
61
        index.</p> 
61
        index.</p> 
62
62
63
      <h2>Changes in Recoll 1.23.0</h2>
63
      <h2>Changes in Recoll 1.23.0</h2>
64
64
65
      <p>Recoll 1.23 has few user-visible changes. The relase was
65
      <p>Recoll 1.23 has few user-visible changes. The release was
66
        created mostly because some of the minor feature changes are
66
        created mostly because some of the minor feature changes are
67
        critical from some niche Recoll uses (e.g.: the improved audio
67
        critical from some niche Recoll uses (e.g.: the improved audio
68
        file properties indexing), and because the changes to the
68
        file properties indexing), and because the changes to the
69
        logging system were too extensive for a minor version.</p>
69
        logging system were too extensive for a minor version.</p>
70
70
71
      <ul>
71
      <ul>
72
72
        <li>Input handler for ODF flat XML file formats.</li>
73
        <li>Internal only: the code now uses some C++11 features
74
          (e.g. std::threads, std::mutex) to replace home-grown
75
          hacks. In consequence, a C++11 compiler is now required for
76
          building.</li>
77
          
73
        
78
        <li>Configuration: some list configuration variables,
74
        <li>Configuration: some list configuration variables,
79
          namely <tt>skippedNames</tt>, <tt>noContentSuffixes</tt>,
75
          namely <tt>skippedNames</tt>, <tt>noContentSuffixes</tt>,
80
          and <tt>xallexcepts</tt>, have acquired variants suffixed
76
          and <tt>xallexcepts</tt>, have acquired variants suffixed
81
          with <tt>+</tt> or <tt>-</tt> for adding or removing
77
          with <tt>+</tt> or <tt>-</tt> for adding or removing
82
          values from the default value, which is a longish list,
78
          values from the default value, which is a longish list,
...
...
91
        <li>Unicode BOM detection for text files</li>
87
        <li>Unicode BOM detection for text files</li>
92
88
93
        <li>Allow using full CSS style for term highlighting, not just
89
        <li>Allow using full CSS style for term highlighting, not just
94
          color.</li>
90
          color.</li>
95
91
92
        <li>Internal only: the code now uses some C++11 features
93
          (e.g. std::threads, std::mutex) to replace home-grown
94
          hacks. In consequence, a C++11 compiler is now required for
95
          building. Also C++ streams are used for logging.</li>
96
96
        <li><em>execm</em> input handlers now have an alternate method
97
        <li><em>execm</em> input handlers now have an alternate method
97
          to set metadata fields, easier than HTML meta fields.</li>
98
          to set metadata fields, easier than HTML meta fields.</li>
98
      </ul>
99
      </ul>
99
100
100
      <h2>Minor releases</h2>
101
      <ul>
102
        <li>1.22.4:
103
          <ul>
104
            <li>Fix advanced search 'start search' button doing
105
              nothing under qt5.</li>
106
            <li>Fix html escaping with newer versions of
107
              pdftotext.</li>
108
            <li>New Danish and Dutch messages.</li>
109
          </ul>
110
        </li>
111
        <li>1.22.3:
112
          <ul>
113
            <li>Python module: do not limit result fetches to initial
114
              Xapian result count, which is often underestimated.</li>
115
            <li>Small bug fix in the text splitter: which resulted in
116
              missing results when matching a file name extension
117
              using, e.g. filename:doc$ instead of ext:doc.</li>
118
            <li>Added suffix associations for .java and .sql, to fix
119
              problems caused by the switch from 'file' to 'xdg-mime'.</li>
120
          </ul>
121
        </li>
122
        <li>1.22.2:
123
          <ul>
124
            <li>Small fixes for building the KIO</li>
125
            <li>Fixed debian packaging issues.</li>
126
          </ul>
127
        </li>
128
        <li>1.22.1:
129
          <ul>
130
            <li>Sidestep bus error in qt exit code by calling _exit()
131
              instead of exit() in GUI exit code.</li>
132
            <li>Eliminate the dependance of librecoll.so on libX11.</li>
133
            <li>Hungarian translation.</li>
134
            <li>GUI: enable displaying the Xapian docid in the result
135
              list with %x.</li>
136
            <li>GUI, advanced search: fix crash which occurred when
137
              restoring clause list bigger than the default size (6
138
              clauses).</li>
139
            <li>The documentation (user manual and man page) for
140
              recoll.conf is now generated from the structured
141
              comments in the sample file.</li>
142
          </ul>
143
        </li>
144
101
145
    </div>
102
    </div>
146
  </body>
103
  </body>
147
</html>
104
</html>