--- a/website/CHANGES.txt
+++ b/website/CHANGES.txt
@@ -1,7 +1,7 @@
CHANGES
-Updating from 1.2 to 1.3 or 1.4:
--------------------------------
+Updating from 1.2 to 1.3 or 1.4 or 1.5:
+---------------------------------------
From version 1.3 up, there is a new feature to search specifically for file
names (with wildcard processing). If you want to take full advantage of
this, you should perform a full reindex after installing the new version
@@ -10,6 +10,33 @@
values, and the user ones only for overrides. Your old configuration files
will still work, but, you may want to remove them if they are unmodified,
or keep only the modified parameters.
+
+1.5.0 2006-09-20
+
+- Added support for powerpoint and excel files, with the catdoc package.
+- Allow viewing consecutive documents from the result list inside a single
+ preview window using the shift-arrow-up and shift-arrow-down keys.
+- Colorize search terms in abstracts in the result list.
+- A number of elements are now remembered between program invocations:
+ sort criteria, list of ignored file types (always starts inactive),
+ subtree restriction, better handling of the recent searches listbox, the
+ buildAbstract and replaceAbstract settings are not forgotten any more.
+- New option to automatically add a phrase to simple searches.
+- Possibility to adjust the length and context width for synthetic abstracts.
+- Handle weird html better.
+- When indexing mail messages, walk the full mime tree instead of staying
+ at the top level, index all text parts and attachement file names.
+- Add -c <confdir> option to recoll and recollindex to specify the
+ configuration directory on the command line
+- Better synchronization between the active preview and the highlighted
+ paragraph inside the list
+- Improved recall for some special cases of stemming.
+- Much better handling of email dates, allowing better email sorting by
+ date (previously the message date was quite often the date when the file
+ was indexed).
+- Store the external database lists in the configuration directory, not the
+ qt preferences.
+- Ensure dialogs are sized according to font size
1.4.3 2006-05-07