|
a/website/CHANGES.txt |
|
b/website/CHANGES.txt |
1 |
CHANGES
|
1 |
CHANGES
|
|
|
2 |
|
|
|
3 |
1.10.0
|
|
|
4 |
|
|
|
5 |
- Added a GUI dialog to configure the indexing parameters.
|
|
|
6 |
|
|
|
7 |
- Added better support for indexing CJK text (Chinese, Japanese, Korean).
|
|
|
8 |
Please note that:
|
|
|
9 |
- You will need a full reindex to take good advantage of this. (You
|
|
|
10 |
*don't* need to reindex if you don't need to search CJK, even if there
|
|
|
11 |
is some in your index).
|
|
|
12 |
- When entering CJK search terms, words (single or multiple characters)
|
|
|
13 |
should be separated with white space.
|
|
|
14 |
- The specific CJK processing can be turned off by setting the nocjk
|
|
|
15 |
variable to true in the configuration file (this may make sense if you
|
|
|
16 |
have a mixed cjk/other document base and don't want to index the cjk
|
|
|
17 |
part, as it will save some disk space and a minuscule amount of cpu).
|
|
|
18 |
|
|
|
19 |
- Changed the way Recoll handles searches including composite words (like
|
|
|
20 |
an email address). The new approach looks saner, but could have
|
|
|
21 |
side-effects, please report any problems in this area.
|
|
|
22 |
|
|
|
23 |
- The query language got a new "dir:" specifier to filter results on location.
|
|
|
24 |
|
|
|
25 |
- New rclimg perl filter for better indexing of picture tags, thanks to
|
|
|
26 |
Cedric Scott. This depends on Exiftool.
|
|
|
27 |
- New rcltex filter.
|
|
|
28 |
|
|
|
29 |
- Changed and improved how the preview window local search finds the
|
|
|
30 |
query terms, this does not involve weird characters any more. The
|
|
|
31 |
display is cleaner and cut and paste works better.
|
|
|
32 |
|
|
|
33 |
- Fixed the fact that a newline-separated word list in simple search would
|
|
|
34 |
wrongly trigger a phrase search.
|
|
|
35 |
|
|
|
36 |
- Fixed the way we input text to the preview textedit (the old way would
|
|
|
37 |
sometimes confuse the window into displaying tags instead of acting on
|
|
|
38 |
them).
|
|
|
39 |
|
|
|
40 |
- Fixed transcoding to utf-8 for text/plain email attachments
|
|
|
41 |
|
|
|
42 |
- Improved mbox From_ line detection
|
|
|
43 |
|
|
|
44 |
- Added indexedmimetypes variables to allow restricting the list of indexed
|
|
|
45 |
mime types.
|
|
|
46 |
|
|
|
47 |
- KDE kicker applet: start a recoll search from the panel and get a
|
|
|
48 |
Recoll window. This is a clone from the find_applet, originally meant to
|
|
|
49 |
start a Tracker search. Not so useful presently because it will start a
|
|
|
50 |
new Recoll instance for every search. Not part of the main source (the
|
|
|
51 |
configure script is a whopping 1MB...), linked from the download page.
|
|
|
52 |
- Added recoll command line options to define a query and execute it
|
|
|
53 |
immediately when the program starts. This is used in practice from the
|
|
|
54 |
applet and could be used from other programs. There is a also a new
|
|
|
55 |
option to not start the GUI and print the results to stdout.
|
2 |
|
56 |
|
3 |
1.9.0
|
57 |
1.9.0
|
4 |
- Incompatible change: the icon image reference is now part of the result
|
58 |
- Incompatible change: the icon image reference is now part of the result
|
5 |
list paragraph format string:
|
59 |
list paragraph format string:
|
6 |
- If you had a standard config, you need do nothing.
|
60 |
- If you had a standard config, you need do nothing.
|
|
... |
|
... |
60 |
- Fix bus error on rclmon exit
|
114 |
- Fix bus error on rclmon exit
|
61 |
|
115 |
|
62 |
- Better handling of aspell errors inside rclmon
|
116 |
- Better handling of aspell errors inside rclmon
|
63 |
|
117 |
|
64 |
- Fixed a number of qt4 glitches: selection and keyboard shortcuts.
|
118 |
- Fixed a number of qt4 glitches: selection and keyboard shortcuts.
|
|
|
119 |
|
|
|
120 |
- New query configuration parameter to set the maximum text size beyond
|
|
|
121 |
which text won't be hilighted before preview (takes too much time). This
|
|
|
122 |
was a fixed value in 1.8.
|
65 |
|
123 |
|
66 |
1.8.2 2007-05-19
|
124 |
1.8.2 2007-05-19
|
67 |
- Fixed method name for compatibility with xapian 1.0.0
|
125 |
- Fixed method name for compatibility with xapian 1.0.0
|
68 |
- Add .beagle to default list of skipped names (avoids indexing beagle
|
126 |
- Add .beagle to default list of skipped names (avoids indexing beagle
|
69 |
document cache...)
|
127 |
document cache...)
|