|
a/website/CHANGES.txt |
|
b/website/CHANGES.txt |
1 |
CHANGES
|
1 |
CHANGES
|
|
|
2 |
|
|
|
3 |
1.10.2
|
|
|
4 |
|
|
|
5 |
- Fixed openSuse 11 compile issues.
|
|
|
6 |
|
|
|
7 |
- Fixed bug in interpreting email mime structure, which resulted in base-64
|
|
|
8 |
decoding errors.
|
|
|
9 |
|
|
|
10 |
- Fixed "Prev" button in preview window. Would actually go forward when
|
|
|
11 |
walking the search terms.
|
|
|
12 |
|
|
|
13 |
- Allow setting the highlight color for search terms in result list and
|
|
|
14 |
preview (yes: feature change, should have waited for major release...)
|
|
|
15 |
|
|
|
16 |
- Added svg filter
|
|
|
17 |
|
|
|
18 |
1.10.1
|
|
|
19 |
|
|
|
20 |
- Ensure that in case the data of a file can't be indexed because of some
|
|
|
21 |
error, at least the file name is indexed.
|
|
|
22 |
|
|
|
23 |
- Improve query language to support OR queries of terms with field
|
|
|
24 |
specifications (ie: title:someterm OR author:someauthor).
|
|
|
25 |
|
|
|
26 |
- Fix filename search to split patterns on white space, so that
|
|
|
27 |
a "*.jpg *.jpeg" search does what's expected. Means you now need to use
|
|
|
28 |
double-quotes if there is actual embedded white space.
|
|
|
29 |
|
|
|
30 |
- Jump directly to the external editor choice dialog instead of opening
|
|
|
31 |
preferences when an external viewer is not found.
|
|
|
32 |
|
|
|
33 |
- Allow stopping indexing through menu action (only works with qt4 for now).
|
|
|
34 |
|
|
|
35 |
- Create an "indexedmimetypes" configuration variable to allow explicitely
|
|
|
36 |
restricting the file types which do get indexed.
|
2 |
|
37 |
|
3 |
1.10.0
|
38 |
1.10.0
|
4 |
|
39 |
|
5 |
- Added a GUI dialog to configure the indexing parameters.
|
40 |
- Added a GUI dialog to configure the indexing parameters.
|
6 |
|
41 |
|