File: NEWS

package info (click to toggle)
fsearch 0.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,252 kB
  • sloc: ansic: 16,749; xml: 18; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 1,881 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=================
Version 0.2.3
=================
* Fix buffer overflow on systems with `time_t` being less than 8 bytes in size

=================
Version 0.2.2
=================
* Fix applications sometimes not getting started when FSearch closes immediately after activation
* Add OBS build channels to build options
* Remove debug output
* Updated translations: Dutch, Chinese (Simplified), Turkish, Hebrew, Ukrainian, French

=================
Version 0.2.1
=================
* Fix crash when parsing a size range (e.g. size:1kb..2kb)
* Fix always highlighting search terms

=================
Version 0.2
=================

* New search engine
* Greatly improved highlighting of search terms
* Custom filters
* Improved sort performance
* Improved scroll performance
* Remember file selection after a database update
* Automatically scroll the result list in rubberband selection mode
* Invert selection with rubber band when **`Ctrl`** is pressed
* Focus search entry when the main window gets activated
* Add filter for applications (i.e. .desktop files)
* Add option to launch applications directly instead of opening the .desktop files
* Show application icons for .desktop files
* Add .odp and .ods files to document filter
* "Open with" menu now only shows applications which can handle the selected files
* Improved opening of multiple files with the same type (they get now passed as a list to applications, instead of one by one)
* Better support for opening files in sandboxed mode
* Add menu items with  links to the issue tracker, forum and donation pages
* Improve support for non-Linux systems
* Add option to exit FSearch when Escape is pressed instead of minimizing the window
* Exclude `/proc` and `/sys` by default
* Open context menu when **`Menu`** key or **`Shift + F10`** are pressed
* and tons of bug fixes, translation updates and smaller improvements